Shades of Pale Taupe #BB9F89
Tints of Pale Taupe #BB9F89
RGB
CMYK
RGB Variations
Color information
#BB9F89 (or 0xBB9F89) is known color: Pale Taupe. HEX triplet: BB, 9F and 89. RGB value is (187,159,137). Sum of RGB (Red+Green+Blue) = 187+159+137=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F89 is #446076. Grayscale: #A4A4A4. Windows color (decimal): -4481143 or 9019323. OLE color: 9019323.
HSL color Cylindrical-coordinate representation of color #BB9F89: hue angle of 26.4º 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 #BB9F89 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 137 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.27 |
| HSL | 26.4º | 0.27% | 0.64% | - |
| HSV(B) | 26.4º | 0.27% | 0.73% | - |
| XYZ | 37.41 | 37.17 | 28.87 | - |
| YUV | 164.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 137 | 0 | 0.15 | 0.27 | 0.27 | 26.4 | 0.27 | 0.64 |
| Hex | BB | 9F | 89 | 0 | F | 1B | 1B | 1A | 1B | 40 |
| Octal | 273 | 237 | 211 | 0 | 17 | 33 | 33 | 32 | 33 | 100 |
| Binary | 10111011 | 10011111 | 10001001 | 0 | 1111 | 11011 | 11011 | 11010 | 11011 | 1000000 |
Color Harmonies of #BB9F89
Complementary color
Monochromatic Colors of #BB9F89
Black with #BB9F89
Text Example
Text Example
White with #BB9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F89; }
p { color: rgb(187,159,137); }
H1.HeaderClassName
{
color: #BB9F89;
}
.AnyTagClassName
{
color: #BB9F89;
}
</style>
background-color css
<style>
a { background-color: #BB9F89; }
a { background-color: rgb(187,159,137); }
div.DivClassName
{
background-color: #BB9F89;
}
.BgClassName
{
background-color: #BB9F89;
}
</style>
border-color css
<style>
span { border-color: #BB9F89; }
span { border-color: rgb(187,159,137); }
td.TdClassName
{
border-color: #BB9F89;
}
.TagClassName
{
border-color: #BB9F89;
}
</style>