Shades of Pale Taupe #BB8E72
Tints of Pale Taupe #BB8E72
RGB
CMYK
RGB Variations
Color information
#BB8E72 (or 0xBB8E72) is known color: Pale Taupe. HEX triplet: BB, 8E and 72. RGB value is (187,142,114). Sum of RGB (Red+Green+Blue) = 187+142+114=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E72 is #44718D. Grayscale: #989898. Windows color (decimal): -4485518 or 7507643. OLE color: 7507643.
HSL color Cylindrical-coordinate representation of color #BB8E72: hue angle of 23.01º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8E72 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 114 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.27 |
| HSL | 23.01º | 0.35% | 0.59% | - |
| HSV(B) | 23.01º | 0.39% | 0.73% | - |
| XYZ | 33.2 | 31.13 | 20.18 | - |
| YUV | 152.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 114 | 0 | 0.24 | 0.39 | 0.27 | 23.01 | 0.35 | 0.59 |
| Hex | BB | 8E | 72 | 0 | 18 | 27 | 1B | 17 | 23 | 3B |
| Octal | 273 | 216 | 162 | 0 | 30 | 47 | 33 | 27 | 43 | 73 |
| Binary | 10111011 | 10001110 | 1110010 | 0 | 11000 | 100111 | 11011 | 10111 | 100011 | 111011 |
Color Harmonies of #BB8E72
Complementary color
Monochromatic Colors of #BB8E72
Black with #BB8E72
Text Example
Text Example
White with #BB8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E72; }
p { color: rgb(187,142,114); }
H1.HeaderClassName
{
color: #BB8E72;
}
.AnyTagClassName
{
color: #BB8E72;
}
</style>
background-color css
<style>
a { background-color: #BB8E72; }
a { background-color: rgb(187,142,114); }
div.DivClassName
{
background-color: #BB8E72;
}
.BgClassName
{
background-color: #BB8E72;
}
</style>
border-color css
<style>
span { border-color: #BB8E72; }
span { border-color: rgb(187,142,114); }
td.TdClassName
{
border-color: #BB8E72;
}
.TagClassName
{
border-color: #BB8E72;
}
</style>