Shades of Puce #BB8586
Tints of Puce #BB8586
RGB
CMYK
RGB Variations
Color information
#BB8586 (or 0xBB8586) is known color: Puce. HEX triplet: BB, 85 and 86. RGB value is (187,133,134). Sum of RGB (Red+Green+Blue) = 187+133+134=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8586 is #447A79. Grayscale: #959595. Windows color (decimal): -4487802 or 8816059. OLE color: 8816059.
HSL color Cylindrical-coordinate representation of color #BB8586: hue angle of 358.89º 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 #BB8586 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 134 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.27 |
| HSL | 358.89º | 0.28% | 0.63% | - |
| HSV(B) | 358.89º | 0.29% | 0.73% | - |
| XYZ | 33.18 | 29.06 | 26.41 | - |
| YUV | 149.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 134 | 0 | 0.29 | 0.28 | 0.27 | 358.89 | 0.28 | 0.63 |
| Hex | BB | 85 | 86 | 0 | 1D | 1C | 1B | 167 | 1C | 3F |
| Octal | 273 | 205 | 206 | 0 | 35 | 34 | 33 | 547 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10000110 | 0 | 11101 | 11100 | 11011 | 101100111 | 11100 | 111111 |
Color Harmonies of #BB8586
Complementary color
Monochromatic Colors of #BB8586
Black with #BB8586
Text Example
Text Example
White with #BB8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8586; }
p { color: rgb(187,133,134); }
H1.HeaderClassName
{
color: #BB8586;
}
.AnyTagClassName
{
color: #BB8586;
}
</style>
background-color css
<style>
a { background-color: #BB8586; }
a { background-color: rgb(187,133,134); }
div.DivClassName
{
background-color: #BB8586;
}
.BgClassName
{
background-color: #BB8586;
}
</style>
border-color css
<style>
span { border-color: #BB8586; }
span { border-color: rgb(187,133,134); }
td.TdClassName
{
border-color: #BB8586;
}
.TagClassName
{
border-color: #BB8586;
}
</style>