Shades of Puce #BC8588
Tints of Puce #BC8588
RGB
CMYK
RGB Variations
Color information
#BC8588 (or 0xBC8588) is known color: Puce. HEX triplet: BC, 85 and 88. RGB value is (188,133,136). Sum of RGB (Red+Green+Blue) = 188+133+136=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8588 is #437A77. Grayscale: #959595. Windows color (decimal): -4422264 or 8947132. OLE color: 8947132.
HSL color Cylindrical-coordinate representation of color #BC8588: hue angle of 356.73º 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 #BC8588 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 136 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.26 |
| HSL | 356.73º | 0.29% | 0.63% | - |
| HSV(B) | 356.73º | 0.29% | 0.74% | - |
| XYZ | 33.57 | 29.24 | 27.17 | - |
| YUV | 149.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 136 | 0 | 0.29 | 0.28 | 0.26 | 356.73 | 0.29 | 0.63 |
| Hex | BC | 85 | 88 | 0 | 1D | 1C | 1A | 165 | 1D | 3F |
| Octal | 274 | 205 | 210 | 0 | 35 | 34 | 32 | 545 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10001000 | 0 | 11101 | 11100 | 11010 | 101100101 | 11101 | 111111 |
Color Harmonies of #BC8588
Complementary color
Monochromatic Colors of #BC8588
Black with #BC8588
Text Example
Text Example
White with #BC8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8588; }
p { color: rgb(188,133,136); }
H1.HeaderClassName
{
color: #BC8588;
}
.AnyTagClassName
{
color: #BC8588;
}
</style>
background-color css
<style>
a { background-color: #BC8588; }
a { background-color: rgb(188,133,136); }
div.DivClassName
{
background-color: #BC8588;
}
.BgClassName
{
background-color: #BC8588;
}
</style>
border-color css
<style>
span { border-color: #BC8588; }
span { border-color: rgb(188,133,136); }
td.TdClassName
{
border-color: #BC8588;
}
.TagClassName
{
border-color: #BC8588;
}
</style>