Shades of Puce #BC858D
Tints of Puce #BC858D
RGB
CMYK
RGB Variations
Color information
#BC858D (or 0xBC858D) is known color: Puce. HEX triplet: BC, 85 and 8D. RGB value is (188,133,141). Sum of RGB (Red+Green+Blue) = 188+133+141=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858D is #437A72. Grayscale: #969696. Windows color (decimal): -4422259 or 9274812. OLE color: 9274812.
HSL color Cylindrical-coordinate representation of color #BC858D: hue angle of 351.27º 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 #BC858D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 141 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.26 |
| HSL | 351.27º | 0.29% | 0.63% | - |
| HSV(B) | 351.27º | 0.29% | 0.74% | - |
| XYZ | 33.93 | 29.39 | 29.08 | - |
| YUV | 150.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 141 | 0 | 0.29 | 0.25 | 0.26 | 351.27 | 0.29 | 0.63 |
| Hex | BC | 85 | 8D | 0 | 1D | 19 | 1A | 15F | 1D | 3F |
| Octal | 274 | 205 | 215 | 0 | 35 | 31 | 32 | 537 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10001101 | 0 | 11101 | 11001 | 11010 | 101011111 | 11101 | 111111 |
Color Harmonies of #BC858D
Complementary color
Monochromatic Colors of #BC858D
Black with #BC858D
Text Example
Text Example
White with #BC858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC858D; }
p { color: rgb(188,133,141); }
H1.HeaderClassName
{
color: #BC858D;
}
.AnyTagClassName
{
color: #BC858D;
}
</style>
background-color css
<style>
a { background-color: #BC858D; }
a { background-color: rgb(188,133,141); }
div.DivClassName
{
background-color: #BC858D;
}
.BgClassName
{
background-color: #BC858D;
}
</style>
border-color css
<style>
span { border-color: #BC858D; }
span { border-color: rgb(188,133,141); }
td.TdClassName
{
border-color: #BC858D;
}
.TagClassName
{
border-color: #BC858D;
}
</style>