Shades of Puce #BB858E
Tints of Puce #BB858E
RGB
CMYK
RGB Variations
Color information
#BB858E (or 0xBB858E) is known color: Puce. HEX triplet: BB, 85 and 8E. RGB value is (187,133,142). Sum of RGB (Red+Green+Blue) = 187+133+142=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB858E is #447A71. Grayscale: #969696. Windows color (decimal): -4487794 or 9340347. OLE color: 9340347.
HSL color Cylindrical-coordinate representation of color #BB858E: hue angle of 350º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB858E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 142 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.27 |
| HSL | 350º | 0.28% | 0.63% | - |
| HSV(B) | 350º | 0.29% | 0.73% | - |
| XYZ | 33.76 | 29.29 | 29.47 | - |
| YUV | 150.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 142 | 0 | 0.29 | 0.24 | 0.27 | 350 | 0.28 | 0.63 |
| Hex | BB | 85 | 8E | 0 | 1D | 18 | 1B | 15E | 1C | 3F |
| Octal | 273 | 205 | 216 | 0 | 35 | 30 | 33 | 536 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10001110 | 0 | 11101 | 11000 | 11011 | 101011110 | 11100 | 111111 |
Color Harmonies of #BB858E
Complementary color
Monochromatic Colors of #BB858E
Black with #BB858E
Text Example
Text Example
White with #BB858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB858E; }
p { color: rgb(187,133,142); }
H1.HeaderClassName
{
color: #BB858E;
}
.AnyTagClassName
{
color: #BB858E;
}
</style>
background-color css
<style>
a { background-color: #BB858E; }
a { background-color: rgb(187,133,142); }
div.DivClassName
{
background-color: #BB858E;
}
.BgClassName
{
background-color: #BB858E;
}
</style>
border-color css
<style>
span { border-color: #BB858E; }
span { border-color: rgb(187,133,142); }
td.TdClassName
{
border-color: #BB858E;
}
.TagClassName
{
border-color: #BB858E;
}
</style>