Shades of Puce #BC8889
Tints of Puce #BC8889
RGB
CMYK
RGB Variations
Color information
#BC8889 (or 0xBC8889) is known color: Puce. HEX triplet: BC, 88 and 89. RGB value is (188,136,137). Sum of RGB (Red+Green+Blue) = 188+136+137=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8889 is #437776. Grayscale: #979797. Windows color (decimal): -4421495 or 9013436. OLE color: 9013436.
HSL color Cylindrical-coordinate representation of color #BC8889: hue angle of 358.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8889 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 137 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.26 |
| HSL | 358.85º | 0.28% | 0.64% | - |
| HSV(B) | 358.85º | 0.28% | 0.74% | - |
| XYZ | 34.06 | 30.11 | 27.68 | - |
| YUV | 151.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 137 | 0 | 0.28 | 0.27 | 0.26 | 358.85 | 0.28 | 0.64 |
| Hex | BC | 88 | 89 | 0 | 1C | 1B | 1A | 167 | 1C | 40 |
| Octal | 274 | 210 | 211 | 0 | 34 | 33 | 32 | 547 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10001001 | 0 | 11100 | 11011 | 11010 | 101100111 | 11100 | 1000000 |
Color Harmonies of #BC8889
Complementary color
Monochromatic Colors of #BC8889
Black with #BC8889
Text Example
Text Example
White with #BC8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8889; }
p { color: rgb(188,136,137); }
H1.HeaderClassName
{
color: #BC8889;
}
.AnyTagClassName
{
color: #BC8889;
}
</style>
background-color css
<style>
a { background-color: #BC8889; }
a { background-color: rgb(188,136,137); }
div.DivClassName
{
background-color: #BC8889;
}
.BgClassName
{
background-color: #BC8889;
}
</style>
border-color css
<style>
span { border-color: #BC8889; }
span { border-color: rgb(188,136,137); }
td.TdClassName
{
border-color: #BC8889;
}
.TagClassName
{
border-color: #BC8889;
}
</style>