Shades of Puce #BC878E
Tints of Puce #BC878E
RGB
CMYK
RGB Variations
Color information
#BC878E (or 0xBC878E) is known color: Puce. HEX triplet: BC, 87 and 8E. RGB value is (188,135,142). Sum of RGB (Red+Green+Blue) = 188+135+142=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC878E is #437871. Grayscale: #979797. Windows color (decimal): -4421746 or 9340860. OLE color: 9340860.
HSL color Cylindrical-coordinate representation of color #BC878E: hue angle of 352.08º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC878E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 142 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.26 |
| HSL | 352.08º | 0.28% | 0.63% | - |
| HSV(B) | 352.08º | 0.28% | 0.74% | - |
| XYZ | 34.29 | 29.97 | 29.57 | - |
| YUV | 151.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 142 | 0 | 0.28 | 0.24 | 0.26 | 352.08 | 0.28 | 0.63 |
| Hex | BC | 87 | 8E | 0 | 1C | 18 | 1A | 160 | 1C | 3F |
| Octal | 274 | 207 | 216 | 0 | 34 | 30 | 32 | 540 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10001110 | 0 | 11100 | 11000 | 11010 | 101100000 | 11100 | 111111 |
Color Harmonies of #BC878E
Complementary color
Monochromatic Colors of #BC878E
Black with #BC878E
Text Example
Text Example
White with #BC878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC878E; }
p { color: rgb(188,135,142); }
H1.HeaderClassName
{
color: #BC878E;
}
.AnyTagClassName
{
color: #BC878E;
}
</style>
background-color css
<style>
a { background-color: #BC878E; }
a { background-color: rgb(188,135,142); }
div.DivClassName
{
background-color: #BC878E;
}
.BgClassName
{
background-color: #BC878E;
}
</style>
border-color css
<style>
span { border-color: #BC878E; }
span { border-color: rgb(188,135,142); }
td.TdClassName
{
border-color: #BC878E;
}
.TagClassName
{
border-color: #BC878E;
}
</style>