Shades of Pale Taupe #BB9F86
Tints of Pale Taupe #BB9F86
RGB
CMYK
RGB Variations
Color information
#BB9F86 (or 0xBB9F86) is known color: Pale Taupe. HEX triplet: BB, 9F and 86. RGB value is (187,159,134). Sum of RGB (Red+Green+Blue) = 187+159+134=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F86 is #446079. Grayscale: #A4A4A4. Windows color (decimal): -4481146 or 8822715. OLE color: 8822715.
HSL color Cylindrical-coordinate representation of color #BB9F86: hue angle of 28.3º 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 #BB9F86 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 134 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.27 |
| HSL | 28.3º | 0.28% | 0.63% | - |
| HSV(B) | 28.3º | 0.28% | 0.73% | - |
| XYZ | 37.19 | 37.08 | 27.75 | - |
| YUV | 164.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 134 | 0 | 0.15 | 0.28 | 0.27 | 28.3 | 0.28 | 0.63 |
| Hex | BB | 9F | 86 | 0 | F | 1C | 1B | 1C | 1C | 3F |
| Octal | 273 | 237 | 206 | 0 | 17 | 34 | 33 | 34 | 34 | 77 |
| Binary | 10111011 | 10011111 | 10000110 | 0 | 1111 | 11100 | 11011 | 11100 | 11100 | 111111 |
Color Harmonies of #BB9F86
Complementary color
Monochromatic Colors of #BB9F86
Black with #BB9F86
Text Example
Text Example
White with #BB9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F86; }
p { color: rgb(187,159,134); }
H1.HeaderClassName
{
color: #BB9F86;
}
.AnyTagClassName
{
color: #BB9F86;
}
</style>
background-color css
<style>
a { background-color: #BB9F86; }
a { background-color: rgb(187,159,134); }
div.DivClassName
{
background-color: #BB9F86;
}
.BgClassName
{
background-color: #BB9F86;
}
</style>
border-color css
<style>
span { border-color: #BB9F86; }
span { border-color: rgb(187,159,134); }
td.TdClassName
{
border-color: #BB9F86;
}
.TagClassName
{
border-color: #BB9F86;
}
</style>