Shades of Puce #BC828B
Tints of Puce #BC828B
RGB
CMYK
RGB Variations
Color information
#BC828B (or 0xBC828B) is known color: Puce. HEX triplet: BC, 82 and 8B. RGB value is (188,130,139). Sum of RGB (Red+Green+Blue) = 188+130+139=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828B is #437D74. Grayscale: #949494. Windows color (decimal): -4423029 or 9142972. OLE color: 9142972.
HSL color Cylindrical-coordinate representation of color #BC828B: hue angle of 350.69º 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 #BC828B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 139 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.26 |
| HSL | 350.69º | 0.3% | 0.62% | - |
| HSV(B) | 350.69º | 0.31% | 0.74% | - |
| XYZ | 33.38 | 28.52 | 28.17 | - |
| YUV | 148.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 139 | 0 | 0.31 | 0.26 | 0.26 | 350.69 | 0.3 | 0.62 |
| Hex | BC | 82 | 8B | 0 | 1F | 1A | 1A | 15F | 1E | 3E |
| Octal | 274 | 202 | 213 | 0 | 37 | 32 | 32 | 537 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10001011 | 0 | 11111 | 11010 | 11010 | 101011111 | 11110 | 111110 |
Color Harmonies of #BC828B
Complementary color
Monochromatic Colors of #BC828B
Black with #BC828B
Text Example
Text Example
White with #BC828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC828B; }
p { color: rgb(188,130,139); }
H1.HeaderClassName
{
color: #BC828B;
}
.AnyTagClassName
{
color: #BC828B;
}
</style>
background-color css
<style>
a { background-color: #BC828B; }
a { background-color: rgb(188,130,139); }
div.DivClassName
{
background-color: #BC828B;
}
.BgClassName
{
background-color: #BC828B;
}
</style>
border-color css
<style>
span { border-color: #BC828B; }
span { border-color: rgb(188,130,139); }
td.TdClassName
{
border-color: #BC828B;
}
.TagClassName
{
border-color: #BC828B;
}
</style>