Shades of Pale Taupe #BB9A87
Tints of Pale Taupe #BB9A87
RGB
CMYK
RGB Variations
Color information
#BB9A87 (or 0xBB9A87) is known color: Pale Taupe. HEX triplet: BB, 9A and 87. RGB value is (187,154,135). Sum of RGB (Red+Green+Blue) = 187+154+135=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A87 is #446578. Grayscale: #A1A1A1. Windows color (decimal): -4482425 or 8886971. OLE color: 8886971.
HSL color Cylindrical-coordinate representation of color #BB9A87: hue angle of 21.92º degrees, saturation: 0.28, 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 #BB9A87 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 135 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.27 |
| HSL | 21.92º | 0.28% | 0.63% | - |
| HSV(B) | 21.92º | 0.28% | 0.73% | - |
| XYZ | 36.42 | 35.43 | 27.84 | - |
| YUV | 161.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 135 | 0 | 0.18 | 0.28 | 0.27 | 21.92 | 0.28 | 0.63 |
| Hex | BB | 9A | 87 | 0 | 12 | 1C | 1B | 16 | 1C | 3F |
| Octal | 273 | 232 | 207 | 0 | 22 | 34 | 33 | 26 | 34 | 77 |
| Binary | 10111011 | 10011010 | 10000111 | 0 | 10010 | 11100 | 11011 | 10110 | 11100 | 111111 |
Color Harmonies of #BB9A87
Complementary color
Monochromatic Colors of #BB9A87
Black with #BB9A87
Text Example
Text Example
White with #BB9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A87; }
p { color: rgb(187,154,135); }
H1.HeaderClassName
{
color: #BB9A87;
}
.AnyTagClassName
{
color: #BB9A87;
}
</style>
background-color css
<style>
a { background-color: #BB9A87; }
a { background-color: rgb(187,154,135); }
div.DivClassName
{
background-color: #BB9A87;
}
.BgClassName
{
background-color: #BB9A87;
}
</style>
border-color css
<style>
span { border-color: #BB9A87; }
span { border-color: rgb(187,154,135); }
td.TdClassName
{
border-color: #BB9A87;
}
.TagClassName
{
border-color: #BB9A87;
}
</style>