Shades of Puce #BC858E
Tints of Puce #BC858E
RGB
CMYK
RGB Variations
Color information
#BC858E (or 0xBC858E) is known color: Puce. HEX triplet: BC, 85 and 8E. RGB value is (188,133,142). Sum of RGB (Red+Green+Blue) = 188+133+142=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858E is #437A71. Grayscale: #969696. Windows color (decimal): -4422258 or 9340348. OLE color: 9340348.
HSL color Cylindrical-coordinate representation of color #BC858E: hue angle of 350.18º 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 #BC858E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 142 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.26 |
| HSL | 350.18º | 0.29% | 0.63% | - |
| HSV(B) | 350.18º | 0.29% | 0.74% | - |
| XYZ | 34.01 | 29.42 | 29.48 | - |
| YUV | 150.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 142 | 0 | 0.29 | 0.24 | 0.26 | 350.18 | 0.29 | 0.63 |
| Hex | BC | 85 | 8E | 0 | 1D | 18 | 1A | 15E | 1D | 3F |
| Octal | 274 | 205 | 216 | 0 | 35 | 30 | 32 | 536 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10001110 | 0 | 11101 | 11000 | 11010 | 101011110 | 11101 | 111111 |
Color Harmonies of #BC858E
Complementary color
Monochromatic Colors of #BC858E
Black with #BC858E
Text Example
Text Example
White with #BC858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC858E; }
p { color: rgb(188,133,142); }
H1.HeaderClassName
{
color: #BC858E;
}
.AnyTagClassName
{
color: #BC858E;
}
</style>
background-color css
<style>
a { background-color: #BC858E; }
a { background-color: rgb(188,133,142); }
div.DivClassName
{
background-color: #BC858E;
}
.BgClassName
{
background-color: #BC858E;
}
</style>
border-color css
<style>
span { border-color: #BC858E; }
span { border-color: rgb(188,133,142); }
td.TdClassName
{
border-color: #BC858E;
}
.TagClassName
{
border-color: #BC858E;
}
</style>