Shades of Puce #BC8586
Tints of Puce #BC8586
RGB
CMYK
RGB Variations
Color information
#BC8586 (or 0xBC8586) is known color: Puce. HEX triplet: BC, 85 and 86. RGB value is (188,133,134). Sum of RGB (Red+Green+Blue) = 188+133+134=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8586 is #437A79. Grayscale: #959595. Windows color (decimal): -4422266 or 8816060. OLE color: 8816060.
HSL color Cylindrical-coordinate representation of color #BC8586: hue angle of 358.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8586 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 134 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.26 |
| HSL | 358.91º | 0.29% | 0.63% | - |
| HSV(B) | 358.91º | 0.29% | 0.74% | - |
| XYZ | 33.43 | 29.19 | 26.43 | - |
| YUV | 149.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 134 | 0 | 0.29 | 0.29 | 0.26 | 358.91 | 0.29 | 0.63 |
| Hex | BC | 85 | 86 | 0 | 1D | 1D | 1A | 167 | 1D | 3F |
| Octal | 274 | 205 | 206 | 0 | 35 | 35 | 32 | 547 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10000110 | 0 | 11101 | 11101 | 11010 | 101100111 | 11101 | 111111 |
Color Harmonies of #BC8586
Complementary color
Monochromatic Colors of #BC8586
Black with #BC8586
Text Example
Text Example
White with #BC8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8586; }
p { color: rgb(188,133,134); }
H1.HeaderClassName
{
color: #BC8586;
}
.AnyTagClassName
{
color: #BC8586;
}
</style>
background-color css
<style>
a { background-color: #BC8586; }
a { background-color: rgb(188,133,134); }
div.DivClassName
{
background-color: #BC8586;
}
.BgClassName
{
background-color: #BC8586;
}
</style>
border-color css
<style>
span { border-color: #BC8586; }
span { border-color: rgb(188,133,134); }
td.TdClassName
{
border-color: #BC8586;
}
.TagClassName
{
border-color: #BC8586;
}
</style>