Shades of Puce #BC858C
Tints of Puce #BC858C
RGB
CMYK
RGB Variations
Color information
#BC858C (or 0xBC858C) is known color: Puce. HEX triplet: BC, 85 and 8C. RGB value is (188,133,140). Sum of RGB (Red+Green+Blue) = 188+133+140=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858C is #437A73. Grayscale: #969696. Windows color (decimal): -4422260 or 9209276. OLE color: 9209276.
HSL color Cylindrical-coordinate representation of color #BC858C: hue angle of 352.36º 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 #BC858C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 140 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.26 |
| HSL | 352.36º | 0.29% | 0.63% | - |
| HSV(B) | 352.36º | 0.29% | 0.74% | - |
| XYZ | 33.86 | 29.36 | 28.69 | - |
| YUV | 150.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 140 | 0 | 0.29 | 0.26 | 0.26 | 352.36 | 0.29 | 0.63 |
| Hex | BC | 85 | 8C | 0 | 1D | 1A | 1A | 160 | 1D | 3F |
| Octal | 274 | 205 | 214 | 0 | 35 | 32 | 32 | 540 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10001100 | 0 | 11101 | 11010 | 11010 | 101100000 | 11101 | 111111 |
Color Harmonies of #BC858C
Complementary color
Monochromatic Colors of #BC858C
Black with #BC858C
Text Example
Text Example
White with #BC858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC858C; }
p { color: rgb(188,133,140); }
H1.HeaderClassName
{
color: #BC858C;
}
.AnyTagClassName
{
color: #BC858C;
}
</style>
background-color css
<style>
a { background-color: #BC858C; }
a { background-color: rgb(188,133,140); }
div.DivClassName
{
background-color: #BC858C;
}
.BgClassName
{
background-color: #BC858C;
}
</style>
border-color css
<style>
span { border-color: #BC858C; }
span { border-color: rgb(188,133,140); }
td.TdClassName
{
border-color: #BC858C;
}
.TagClassName
{
border-color: #BC858C;
}
</style>