Shades of Puce #BC8490
Tints of Puce #BC8490
RGB
CMYK
RGB Variations
Color information
#BC8490 (or 0xBC8490) is known color: Puce. HEX triplet: BC, 84 and 90. RGB value is (188,132,144). Sum of RGB (Red+Green+Blue) = 188+132+144=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8490 is #437B6F. Grayscale: #969696. Windows color (decimal): -4422512 or 9471164. OLE color: 9471164.
HSL color Cylindrical-coordinate representation of color #BC8490: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8490 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 144 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.26 |
| HSL | 347.14º | 0.29% | 0.63% | - |
| HSV(B) | 347.14º | 0.3% | 0.74% | - |
| XYZ | 34.02 | 29.21 | 30.23 | - |
| YUV | 150.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 144 | 0 | 0.30 | 0.23 | 0.26 | 347.14 | 0.29 | 0.63 |
| Hex | BC | 84 | 90 | 0 | 1E | 17 | 1A | 15B | 1D | 3F |
| Octal | 274 | 204 | 220 | 0 | 36 | 27 | 32 | 533 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10010000 | 0 | 11110 | 10111 | 11010 | 101011011 | 11101 | 111111 |
Color Harmonies of #BC8490
Complementary color
Monochromatic Colors of #BC8490
Black with #BC8490
Text Example
Text Example
White with #BC8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8490; }
p { color: rgb(188,132,144); }
H1.HeaderClassName
{
color: #BC8490;
}
.AnyTagClassName
{
color: #BC8490;
}
</style>
background-color css
<style>
a { background-color: #BC8490; }
a { background-color: rgb(188,132,144); }
div.DivClassName
{
background-color: #BC8490;
}
.BgClassName
{
background-color: #BC8490;
}
</style>
border-color css
<style>
span { border-color: #BC8490; }
span { border-color: rgb(188,132,144); }
td.TdClassName
{
border-color: #BC8490;
}
.TagClassName
{
border-color: #BC8490;
}
</style>