Shades of Pale Taupe #BB9E89
Tints of Pale Taupe #BB9E89
RGB
CMYK
RGB Variations
Color information
#BB9E89 (or 0xBB9E89) is known color: Pale Taupe. HEX triplet: BB, 9E and 89. RGB value is (187,158,137). Sum of RGB (Red+Green+Blue) = 187+158+137=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E89 is #446176. Grayscale: #A4A4A4. Windows color (decimal): -4481399 or 9019067. OLE color: 9019067.
HSL color Cylindrical-coordinate representation of color #BB9E89: hue angle of 25.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9E89 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 137 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.27 |
| HSL | 25.2º | 0.27% | 0.64% | - |
| HSV(B) | 25.2º | 0.27% | 0.73% | - |
| XYZ | 37.24 | 36.82 | 28.81 | - |
| YUV | 164.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 137 | 0 | 0.16 | 0.27 | 0.27 | 25.2 | 0.27 | 0.64 |
| Hex | BB | 9E | 89 | 0 | 10 | 1B | 1B | 19 | 1B | 40 |
| Octal | 273 | 236 | 211 | 0 | 20 | 33 | 33 | 31 | 33 | 100 |
| Binary | 10111011 | 10011110 | 10001001 | 0 | 10000 | 11011 | 11011 | 11001 | 11011 | 1000000 |
Color Harmonies of #BB9E89
Complementary color
Monochromatic Colors of #BB9E89
Black with #BB9E89
Text Example
Text Example
White with #BB9E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E89; }
p { color: rgb(187,158,137); }
H1.HeaderClassName
{
color: #BB9E89;
}
.AnyTagClassName
{
color: #BB9E89;
}
</style>
background-color css
<style>
a { background-color: #BB9E89; }
a { background-color: rgb(187,158,137); }
div.DivClassName
{
background-color: #BB9E89;
}
.BgClassName
{
background-color: #BB9E89;
}
</style>
border-color css
<style>
span { border-color: #BB9E89; }
span { border-color: rgb(187,158,137); }
td.TdClassName
{
border-color: #BB9E89;
}
.TagClassName
{
border-color: #BB9E89;
}
</style>