Shades of Pale Taupe #BB9A86
Tints of Pale Taupe #BB9A86
RGB
CMYK
RGB Variations
Color information
#BB9A86 (or 0xBB9A86) is known color: Pale Taupe. HEX triplet: BB, 9A and 86. RGB value is (187,154,134). Sum of RGB (Red+Green+Blue) = 187+154+134=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A86 is #446579. Grayscale: #A1A1A1. Windows color (decimal): -4482426 or 8821435. OLE color: 8821435.
HSL color Cylindrical-coordinate representation of color #BB9A86: hue angle of 22.64º 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 #BB9A86 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 134 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.27 |
| HSL | 22.64º | 0.28% | 0.63% | - |
| HSV(B) | 22.64º | 0.28% | 0.73% | - |
| XYZ | 36.35 | 35.4 | 27.47 | - |
| YUV | 161.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 134 | 0 | 0.18 | 0.28 | 0.27 | 22.64 | 0.28 | 0.63 |
| Hex | BB | 9A | 86 | 0 | 12 | 1C | 1B | 17 | 1C | 3F |
| Octal | 273 | 232 | 206 | 0 | 22 | 34 | 33 | 27 | 34 | 77 |
| Binary | 10111011 | 10011010 | 10000110 | 0 | 10010 | 11100 | 11011 | 10111 | 11100 | 111111 |
Color Harmonies of #BB9A86
Complementary color
Monochromatic Colors of #BB9A86
Black with #BB9A86
Text Example
Text Example
White with #BB9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A86; }
p { color: rgb(187,154,134); }
H1.HeaderClassName
{
color: #BB9A86;
}
.AnyTagClassName
{
color: #BB9A86;
}
</style>
background-color css
<style>
a { background-color: #BB9A86; }
a { background-color: rgb(187,154,134); }
div.DivClassName
{
background-color: #BB9A86;
}
.BgClassName
{
background-color: #BB9A86;
}
</style>
border-color css
<style>
span { border-color: #BB9A86; }
span { border-color: rgb(187,154,134); }
td.TdClassName
{
border-color: #BB9A86;
}
.TagClassName
{
border-color: #BB9A86;
}
</style>