What is the HEX code for pale brown?
The CSS color pale brown in HEX format is #b1916e. Use this value directly in CSS, SVG, and most design tools.
How do I use pale brown in CSS?
To apply pale brown in CSS:
- Text color: color: #b1916e;
- Background: background-color: #b1916e;
- Border: border-color: #b1916e;
What are all the color format values for pale brown?
| Format | Value |
|---|---|
| HEX | #b1916e |
| RGB | rgb(177, 145, 110) |
| HSL | hsl(31.3, 30%, 56.3%) |
| CMYK | cmyk(0%, 18.1%, 37.9%, 30.6%) |
How do I convert pale brown to HEX?
Select pale brown from the color name list in our color converter. The HEX value — #b1916e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale brown belong to?
pale brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 31.3°, saturation 30%, lightness 56.3%.
How do I create lighter and darker shades of pale brown?
Lighter variant (lightness 71.3%): #ccb7a0. Darker variant (lightness 41.3%): #896b4a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.