Shades of Puce #BC8190
Tints of Puce #BC8190
RGB
CMYK
RGB Variations
Color information
#BC8190 (or 0xBC8190) is known color: Puce. HEX triplet: BC, 81 and 90. RGB value is (188,129,144). Sum of RGB (Red+Green+Blue) = 188+129+144=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8190 is #437E6F. Grayscale: #949494. Windows color (decimal): -4423280 or 9470396. OLE color: 9470396.
HSL color Cylindrical-coordinate representation of color #BC8190: hue angle of 344.75º 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 #BC8190 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 144 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.26 |
| HSL | 344.75º | 0.31% | 0.62% | - |
| HSV(B) | 344.75º | 0.31% | 0.74% | - |
| XYZ | 33.62 | 28.41 | 30.1 | - |
| YUV | 148.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 144 | 0 | 0.31 | 0.23 | 0.26 | 344.75 | 0.31 | 0.62 |
| Hex | BC | 81 | 90 | 0 | 1F | 17 | 1A | 159 | 1F | 3E |
| Octal | 274 | 201 | 220 | 0 | 37 | 27 | 32 | 531 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10010000 | 0 | 11111 | 10111 | 11010 | 101011001 | 11111 | 111110 |
Color Harmonies of #BC8190
Complementary color
Monochromatic Colors of #BC8190
Black with #BC8190
Text Example
Text Example
White with #BC8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8190; }
p { color: rgb(188,129,144); }
H1.HeaderClassName
{
color: #BC8190;
}
.AnyTagClassName
{
color: #BC8190;
}
</style>
background-color css
<style>
a { background-color: #BC8190; }
a { background-color: rgb(188,129,144); }
div.DivClassName
{
background-color: #BC8190;
}
.BgClassName
{
background-color: #BC8190;
}
</style>
border-color css
<style>
span { border-color: #BC8190; }
span { border-color: rgb(188,129,144); }
td.TdClassName
{
border-color: #BC8190;
}
.TagClassName
{
border-color: #BC8190;
}
</style>