Shades of Puce #BC8192
Tints of Puce #BC8192
RGB
CMYK
RGB Variations
Color information
#BC8192 (or 0xBC8192) is known color: Puce. HEX triplet: BC, 81 and 92. RGB value is (188,129,146). Sum of RGB (Red+Green+Blue) = 188+129+146=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8192 is #437E6D. Grayscale: #949494. Windows color (decimal): -4423278 or 9601468. OLE color: 9601468.
HSL color Cylindrical-coordinate representation of color #BC8192: hue angle of 342.71º degrees, saturation: 0.31, 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 #BC8192 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 146 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.26 |
| HSL | 342.71º | 0.31% | 0.62% | - |
| HSV(B) | 342.71º | 0.31% | 0.74% | - |
| XYZ | 33.78 | 28.47 | 30.91 | - |
| YUV | 148.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 146 | 0 | 0.31 | 0.22 | 0.26 | 342.71 | 0.31 | 0.62 |
| Hex | BC | 81 | 92 | 0 | 1F | 16 | 1A | 157 | 1F | 3E |
| Octal | 274 | 201 | 222 | 0 | 37 | 26 | 32 | 527 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10010010 | 0 | 11111 | 10110 | 11010 | 101010111 | 11111 | 111110 |
Color Harmonies of #BC8192
Complementary color
Monochromatic Colors of #BC8192
Black with #BC8192
Text Example
Text Example
White with #BC8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8192; }
p { color: rgb(188,129,146); }
H1.HeaderClassName
{
color: #BC8192;
}
.AnyTagClassName
{
color: #BC8192;
}
</style>
background-color css
<style>
a { background-color: #BC8192; }
a { background-color: rgb(188,129,146); }
div.DivClassName
{
background-color: #BC8192;
}
.BgClassName
{
background-color: #BC8192;
}
</style>
border-color css
<style>
span { border-color: #BC8192; }
span { border-color: rgb(188,129,146); }
td.TdClassName
{
border-color: #BC8192;
}
.TagClassName
{
border-color: #BC8192;
}
</style>