Shades of Pale Taupe #B99884
Tints of Pale Taupe #B99884
RGB
CMYK
RGB Variations
Color information
#B99884 (or 0xB99884) is known color: Pale Taupe. HEX triplet: B9, 98 and 84. RGB value is (185,152,132). Sum of RGB (Red+Green+Blue) = 185+152+132=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B99884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99884 is #46677B. Grayscale: #9F9F9F. Windows color (decimal): -4614012 or 8689849. OLE color: 8689849.
HSL color Cylindrical-coordinate representation of color #B99884: hue angle of 22.64º 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 #B99884 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 132 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.27 |
| HSL | 22.64º | 0.27% | 0.62% | - |
| HSV(B) | 22.64º | 0.29% | 0.73% | - |
| XYZ | 35.4 | 34.44 | 26.61 | - |
| YUV | 159.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 132 | 0 | 0.18 | 0.29 | 0.27 | 22.64 | 0.27 | 0.62 |
| Hex | B9 | 98 | 84 | 0 | 12 | 1D | 1B | 17 | 1B | 3E |
| Octal | 271 | 230 | 204 | 0 | 22 | 35 | 33 | 27 | 33 | 76 |
| Binary | 10111001 | 10011000 | 10000100 | 0 | 10010 | 11101 | 11011 | 10111 | 11011 | 111110 |
Color Harmonies of #B99884
Complementary color
Monochromatic Colors of #B99884
Black with #B99884
Text Example
Text Example
White with #B99884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99884; }
p { color: rgb(185,152,132); }
H1.HeaderClassName
{
color: #B99884;
}
.AnyTagClassName
{
color: #B99884;
}
</style>
background-color css
<style>
a { background-color: #B99884; }
a { background-color: rgb(185,152,132); }
div.DivClassName
{
background-color: #B99884;
}
.BgClassName
{
background-color: #B99884;
}
</style>
border-color css
<style>
span { border-color: #B99884; }
span { border-color: rgb(185,152,132); }
td.TdClassName
{
border-color: #B99884;
}
.TagClassName
{
border-color: #B99884;
}
</style>