Shades of Pale Taupe #B9A184
Tints of Pale Taupe #B9A184
RGB
CMYK
RGB Variations
Color information
#B9A184 (or 0xB9A184) is known color: Pale Taupe. HEX triplet: B9, A1 and 84. RGB value is (185,161,132). Sum of RGB (Red+Green+Blue) = 185+161+132=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A184 is #465E7B. Grayscale: #A5A5A5. Windows color (decimal): -4611708 or 8692153. OLE color: 8692153.
HSL color Cylindrical-coordinate representation of color #B9A184: hue angle of 32.83º 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 #B9A184 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 132 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.27 |
| HSL | 32.83º | 0.27% | 0.62% | - |
| HSV(B) | 32.83º | 0.29% | 0.73% | - |
| XYZ | 36.92 | 37.47 | 27.12 | - |
| YUV | 164.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 132 | 0 | 0.13 | 0.29 | 0.27 | 32.83 | 0.27 | 0.62 |
| Hex | B9 | A1 | 84 | 0 | D | 1D | 1B | 21 | 1B | 3E |
| Octal | 271 | 241 | 204 | 0 | 15 | 35 | 33 | 41 | 33 | 76 |
| Binary | 10111001 | 10100001 | 10000100 | 0 | 1101 | 11101 | 11011 | 100001 | 11011 | 111110 |
Color Harmonies of #B9A184
Complementary color
Monochromatic Colors of #B9A184
Black with #B9A184
Text Example
Text Example
White with #B9A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A184; }
p { color: rgb(185,161,132); }
H1.HeaderClassName
{
color: #B9A184;
}
.AnyTagClassName
{
color: #B9A184;
}
</style>
background-color css
<style>
a { background-color: #B9A184; }
a { background-color: rgb(185,161,132); }
div.DivClassName
{
background-color: #B9A184;
}
.BgClassName
{
background-color: #B9A184;
}
</style>
border-color css
<style>
span { border-color: #B9A184; }
span { border-color: rgb(185,161,132); }
td.TdClassName
{
border-color: #B9A184;
}
.TagClassName
{
border-color: #B9A184;
}
</style>