Shades of Puce #BC8292
Tints of Puce #BC8292
RGB
CMYK
RGB Variations
Color information
#BC8292 (or 0xBC8292) is known color: Puce. HEX triplet: BC, 82 and 92. RGB value is (188,130,146). Sum of RGB (Red+Green+Blue) = 188+130+146=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8292 is #437D6D. Grayscale: #959595. Windows color (decimal): -4423022 or 9601724. OLE color: 9601724.
HSL color Cylindrical-coordinate representation of color #BC8292: hue angle of 343.45º 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 #BC8292 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 146 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.26 |
| HSL | 343.45º | 0.3% | 0.62% | - |
| HSV(B) | 343.45º | 0.31% | 0.74% | - |
| XYZ | 33.91 | 28.73 | 30.95 | - |
| YUV | 149.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 146 | 0 | 0.31 | 0.22 | 0.26 | 343.45 | 0.3 | 0.62 |
| Hex | BC | 82 | 92 | 0 | 1F | 16 | 1A | 157 | 1E | 3E |
| Octal | 274 | 202 | 222 | 0 | 37 | 26 | 32 | 527 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10010010 | 0 | 11111 | 10110 | 11010 | 101010111 | 11110 | 111110 |
Color Harmonies of #BC8292
Complementary color
Monochromatic Colors of #BC8292
Black with #BC8292
Text Example
Text Example
White with #BC8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8292; }
p { color: rgb(188,130,146); }
H1.HeaderClassName
{
color: #BC8292;
}
.AnyTagClassName
{
color: #BC8292;
}
</style>
background-color css
<style>
a { background-color: #BC8292; }
a { background-color: rgb(188,130,146); }
div.DivClassName
{
background-color: #BC8292;
}
.BgClassName
{
background-color: #BC8292;
}
</style>
border-color css
<style>
span { border-color: #BC8292; }
span { border-color: rgb(188,130,146); }
td.TdClassName
{
border-color: #BC8292;
}
.TagClassName
{
border-color: #BC8292;
}
</style>