Shades of Puce #BC868E
Tints of Puce #BC868E
RGB
CMYK
RGB Variations
Color information
#BC868E (or 0xBC868E) is known color: Puce. HEX triplet: BC, 86 and 8E. RGB value is (188,134,142). Sum of RGB (Red+Green+Blue) = 188+134+142=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC868E is #437971. Grayscale: #979797. Windows color (decimal): -4422002 or 9340604. OLE color: 9340604.
HSL color Cylindrical-coordinate representation of color #BC868E: hue angle of 351.11º 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 #BC868E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 142 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.26 |
| HSL | 351.11º | 0.29% | 0.63% | - |
| HSV(B) | 351.11º | 0.29% | 0.74% | - |
| XYZ | 34.15 | 29.69 | 29.52 | - |
| YUV | 151.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 142 | 0 | 0.29 | 0.24 | 0.26 | 351.11 | 0.29 | 0.63 |
| Hex | BC | 86 | 8E | 0 | 1D | 18 | 1A | 15F | 1D | 3F |
| Octal | 274 | 206 | 216 | 0 | 35 | 30 | 32 | 537 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10001110 | 0 | 11101 | 11000 | 11010 | 101011111 | 11101 | 111111 |
Color Harmonies of #BC868E
Complementary color
Monochromatic Colors of #BC868E
Black with #BC868E
Text Example
Text Example
White with #BC868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC868E; }
p { color: rgb(188,134,142); }
H1.HeaderClassName
{
color: #BC868E;
}
.AnyTagClassName
{
color: #BC868E;
}
</style>
background-color css
<style>
a { background-color: #BC868E; }
a { background-color: rgb(188,134,142); }
div.DivClassName
{
background-color: #BC868E;
}
.BgClassName
{
background-color: #BC868E;
}
</style>
border-color css
<style>
span { border-color: #BC868E; }
span { border-color: rgb(188,134,142); }
td.TdClassName
{
border-color: #BC868E;
}
.TagClassName
{
border-color: #BC868E;
}
</style>