Shades of Puce #BC8591
Tints of Puce #BC8591
RGB
CMYK
RGB Variations
Color information
#BC8591 (or 0xBC8591) is known color: Puce. HEX triplet: BC, 85 and 91. RGB value is (188,133,145). Sum of RGB (Red+Green+Blue) = 188+133+145=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8591 is #437A6E. Grayscale: #969696. Windows color (decimal): -4422255 or 9536956. OLE color: 9536956.
HSL color Cylindrical-coordinate representation of color #BC8591: hue angle of 346.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 #BC8591 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 145 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.26 |
| HSL | 346.91º | 0.29% | 0.63% | - |
| HSV(B) | 346.91º | 0.29% | 0.74% | - |
| XYZ | 34.24 | 29.51 | 30.68 | - |
| YUV | 150.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 145 | 0 | 0.29 | 0.23 | 0.26 | 346.91 | 0.29 | 0.63 |
| Hex | BC | 85 | 91 | 0 | 1D | 17 | 1A | 15B | 1D | 3F |
| Octal | 274 | 205 | 221 | 0 | 35 | 27 | 32 | 533 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10010001 | 0 | 11101 | 10111 | 11010 | 101011011 | 11101 | 111111 |
Color Harmonies of #BC8591
Complementary color
Monochromatic Colors of #BC8591
Black with #BC8591
Text Example
Text Example
White with #BC8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8591; }
p { color: rgb(188,133,145); }
H1.HeaderClassName
{
color: #BC8591;
}
.AnyTagClassName
{
color: #BC8591;
}
</style>
background-color css
<style>
a { background-color: #BC8591; }
a { background-color: rgb(188,133,145); }
div.DivClassName
{
background-color: #BC8591;
}
.BgClassName
{
background-color: #BC8591;
}
</style>
border-color css
<style>
span { border-color: #BC8591; }
span { border-color: rgb(188,133,145); }
td.TdClassName
{
border-color: #BC8591;
}
.TagClassName
{
border-color: #BC8591;
}
</style>