Shades of Puce #BC808E
Tints of Puce #BC808E
RGB
CMYK
RGB Variations
Color information
#BC808E (or 0xBC808E) is known color: Puce. HEX triplet: BC, 80 and 8E. RGB value is (188,128,142). Sum of RGB (Red+Green+Blue) = 188+128+142=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808E is #437F71. Grayscale: #939393. Windows color (decimal): -4423538 or 9339068. OLE color: 9339068.
HSL color Cylindrical-coordinate representation of color #BC808E: hue angle of 346º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC808E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 142 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.26 |
| HSL | 346º | 0.31% | 0.62% | - |
| HSV(B) | 346º | 0.32% | 0.74% | - |
| XYZ | 33.34 | 28.08 | 29.25 | - |
| YUV | 147.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 142 | 0 | 0.32 | 0.24 | 0.26 | 346 | 0.31 | 0.62 |
| Hex | BC | 80 | 8E | 0 | 20 | 18 | 1A | 15A | 1F | 3E |
| Octal | 274 | 200 | 216 | 0 | 40 | 30 | 32 | 532 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10001110 | 0 | 100000 | 11000 | 11010 | 101011010 | 11111 | 111110 |
Color Harmonies of #BC808E
Complementary color
Monochromatic Colors of #BC808E
Black with #BC808E
Text Example
Text Example
White with #BC808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC808E; }
p { color: rgb(188,128,142); }
H1.HeaderClassName
{
color: #BC808E;
}
.AnyTagClassName
{
color: #BC808E;
}
</style>
background-color css
<style>
a { background-color: #BC808E; }
a { background-color: rgb(188,128,142); }
div.DivClassName
{
background-color: #BC808E;
}
.BgClassName
{
background-color: #BC808E;
}
</style>
border-color css
<style>
span { border-color: #BC808E; }
span { border-color: rgb(188,128,142); }
td.TdClassName
{
border-color: #BC808E;
}
.TagClassName
{
border-color: #BC808E;
}
</style>