Shades of Pale Taupe #B9A084
Tints of Pale Taupe #B9A084
RGB
CMYK
RGB Variations
Color information
#B9A084 (or 0xB9A084) is known color: Pale Taupe. HEX triplet: B9, A0 and 84. RGB value is (185,160,132). Sum of RGB (Red+Green+Blue) = 185+160+132=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A084 is #465F7B. Grayscale: #A4A4A4. Windows color (decimal): -4611964 or 8691897. OLE color: 8691897.
HSL color Cylindrical-coordinate representation of color #B9A084: hue angle of 31.7º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A084 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 132 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.27 |
| HSL | 31.7º | 0.27% | 0.62% | - |
| HSV(B) | 31.7º | 0.29% | 0.73% | - |
| XYZ | 36.74 | 37.12 | 27.06 | - |
| YUV | 164.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 132 | 0 | 0.14 | 0.29 | 0.27 | 31.7 | 0.27 | 0.62 |
| Hex | B9 | A0 | 84 | 0 | E | 1D | 1B | 20 | 1B | 3E |
| Octal | 271 | 240 | 204 | 0 | 16 | 35 | 33 | 40 | 33 | 76 |
| Binary | 10111001 | 10100000 | 10000100 | 0 | 1110 | 11101 | 11011 | 100000 | 11011 | 111110 |
Color Harmonies of #B9A084
Complementary color
Monochromatic Colors of #B9A084
Black with #B9A084
Text Example
Text Example
White with #B9A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A084; }
p { color: rgb(185,160,132); }
H1.HeaderClassName
{
color: #B9A084;
}
.AnyTagClassName
{
color: #B9A084;
}
</style>
background-color css
<style>
a { background-color: #B9A084; }
a { background-color: rgb(185,160,132); }
div.DivClassName
{
background-color: #B9A084;
}
.BgClassName
{
background-color: #B9A084;
}
</style>
border-color css
<style>
span { border-color: #B9A084; }
span { border-color: rgb(185,160,132); }
td.TdClassName
{
border-color: #B9A084;
}
.TagClassName
{
border-color: #B9A084;
}
</style>