Shades of Pale Taupe #B99886
Tints of Pale Taupe #B99886
RGB
CMYK
RGB Variations
Color information
#B99886 (or 0xB99886) is known color: Pale Taupe. HEX triplet: B9, 98 and 86. RGB value is (185,152,134). Sum of RGB (Red+Green+Blue) = 185+152+134=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B99886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99886 is #466779. Grayscale: #9F9F9F. Windows color (decimal): -4614010 or 8820921. OLE color: 8820921.
HSL color Cylindrical-coordinate representation of color #B99886: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99886 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 134 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.27 |
| HSL | 21.18º | 0.27% | 0.63% | - |
| HSV(B) | 21.18º | 0.28% | 0.73% | - |
| XYZ | 35.54 | 34.49 | 27.34 | - |
| YUV | 159.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 134 | 0 | 0.18 | 0.28 | 0.27 | 21.18 | 0.27 | 0.63 |
| Hex | B9 | 98 | 86 | 0 | 12 | 1C | 1B | 15 | 1B | 3F |
| Octal | 271 | 230 | 206 | 0 | 22 | 34 | 33 | 25 | 33 | 77 |
| Binary | 10111001 | 10011000 | 10000110 | 0 | 10010 | 11100 | 11011 | 10101 | 11011 | 111111 |
Color Harmonies of #B99886
Complementary color
Monochromatic Colors of #B99886
Black with #B99886
Text Example
Text Example
White with #B99886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99886; }
p { color: rgb(185,152,134); }
H1.HeaderClassName
{
color: #B99886;
}
.AnyTagClassName
{
color: #B99886;
}
</style>
background-color css
<style>
a { background-color: #B99886; }
a { background-color: rgb(185,152,134); }
div.DivClassName
{
background-color: #B99886;
}
.BgClassName
{
background-color: #B99886;
}
</style>
border-color css
<style>
span { border-color: #B99886; }
span { border-color: rgb(185,152,134); }
td.TdClassName
{
border-color: #B99886;
}
.TagClassName
{
border-color: #B99886;
}
</style>