Shades of Puce #BC828E
Tints of Puce #BC828E
RGB
CMYK
RGB Variations
Color information
#BC828E (or 0xBC828E) is known color: Puce. HEX triplet: BC, 82 and 8E. RGB value is (188,130,142). Sum of RGB (Red+Green+Blue) = 188+130+142=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828E is #437D71. Grayscale: #949494. Windows color (decimal): -4423026 or 9339580. OLE color: 9339580.
HSL color Cylindrical-coordinate representation of color #BC828E: hue angle of 347.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC828E is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 142 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.26 |
| HSL | 347.59º | 0.3% | 0.62% | - |
| HSV(B) | 347.59º | 0.31% | 0.74% | - |
| XYZ | 33.6 | 28.61 | 29.34 | - |
| YUV | 148.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 142 | 0 | 0.31 | 0.24 | 0.26 | 347.59 | 0.3 | 0.62 |
| Hex | BC | 82 | 8E | 0 | 1F | 18 | 1A | 15C | 1E | 3E |
| Octal | 274 | 202 | 216 | 0 | 37 | 30 | 32 | 534 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10001110 | 0 | 11111 | 11000 | 11010 | 101011100 | 11110 | 111110 |
Color Harmonies of #BC828E
Complementary color
Monochromatic Colors of #BC828E
Black with #BC828E
Text Example
Text Example
White with #BC828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC828E; }
p { color: rgb(188,130,142); }
H1.HeaderClassName
{
color: #BC828E;
}
.AnyTagClassName
{
color: #BC828E;
}
</style>
background-color css
<style>
a { background-color: #BC828E; }
a { background-color: rgb(188,130,142); }
div.DivClassName
{
background-color: #BC828E;
}
.BgClassName
{
background-color: #BC828E;
}
</style>
border-color css
<style>
span { border-color: #BC828E; }
span { border-color: rgb(188,130,142); }
td.TdClassName
{
border-color: #BC828E;
}
.TagClassName
{
border-color: #BC828E;
}
</style>