Shades of Puce #BC8587
Tints of Puce #BC8587
RGB
CMYK
RGB Variations
Color information
#BC8587 (or 0xBC8587) is known color: Puce. HEX triplet: BC, 85 and 87. RGB value is (188,133,135). Sum of RGB (Red+Green+Blue) = 188+133+135=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8587 is #437A78. Grayscale: #959595. Windows color (decimal): -4422265 or 8881596. OLE color: 8881596.
HSL color Cylindrical-coordinate representation of color #BC8587: hue angle of 357.82º 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 #BC8587 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 135 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.26 |
| HSL | 357.82º | 0.29% | 0.63% | - |
| HSV(B) | 357.82º | 0.29% | 0.74% | - |
| XYZ | 33.5 | 29.22 | 26.8 | - |
| YUV | 149.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 135 | 0 | 0.29 | 0.28 | 0.26 | 357.82 | 0.29 | 0.63 |
| Hex | BC | 85 | 87 | 0 | 1D | 1C | 1A | 166 | 1D | 3F |
| Octal | 274 | 205 | 207 | 0 | 35 | 34 | 32 | 546 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10000111 | 0 | 11101 | 11100 | 11010 | 101100110 | 11101 | 111111 |
Color Harmonies of #BC8587
Complementary color
Monochromatic Colors of #BC8587
Black with #BC8587
Text Example
Text Example
White with #BC8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8587; }
p { color: rgb(188,133,135); }
H1.HeaderClassName
{
color: #BC8587;
}
.AnyTagClassName
{
color: #BC8587;
}
</style>
background-color css
<style>
a { background-color: #BC8587; }
a { background-color: rgb(188,133,135); }
div.DivClassName
{
background-color: #BC8587;
}
.BgClassName
{
background-color: #BC8587;
}
</style>
border-color css
<style>
span { border-color: #BC8587; }
span { border-color: rgb(188,133,135); }
td.TdClassName
{
border-color: #BC8587;
}
.TagClassName
{
border-color: #BC8587;
}
</style>