Shades of Puce #BC888D
Tints of Puce #BC888D
RGB
CMYK
RGB Variations
Color information
#BC888D (or 0xBC888D) is known color: Puce. HEX triplet: BC, 88 and 8D. RGB value is (188,136,141). Sum of RGB (Red+Green+Blue) = 188+136+141=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC888D is #437772. Grayscale: #989898. Windows color (decimal): -4421491 or 9275580. OLE color: 9275580.
HSL color Cylindrical-coordinate representation of color #BC888D: hue angle of 354.23º 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 #BC888D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 141 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.26 |
| HSL | 354.23º | 0.28% | 0.64% | - |
| HSV(B) | 354.23º | 0.28% | 0.74% | - |
| XYZ | 34.35 | 30.22 | 29.22 | - |
| YUV | 152.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 141 | 0 | 0.28 | 0.25 | 0.26 | 354.23 | 0.28 | 0.64 |
| Hex | BC | 88 | 8D | 0 | 1C | 19 | 1A | 162 | 1C | 40 |
| Octal | 274 | 210 | 215 | 0 | 34 | 31 | 32 | 542 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10001101 | 0 | 11100 | 11001 | 11010 | 101100010 | 11100 | 1000000 |
Color Harmonies of #BC888D
Complementary color
Monochromatic Colors of #BC888D
Black with #BC888D
Text Example
Text Example
White with #BC888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC888D; }
p { color: rgb(188,136,141); }
H1.HeaderClassName
{
color: #BC888D;
}
.AnyTagClassName
{
color: #BC888D;
}
</style>
background-color css
<style>
a { background-color: #BC888D; }
a { background-color: rgb(188,136,141); }
div.DivClassName
{
background-color: #BC888D;
}
.BgClassName
{
background-color: #BC888D;
}
</style>
border-color css
<style>
span { border-color: #BC888D; }
span { border-color: rgb(188,136,141); }
td.TdClassName
{
border-color: #BC888D;
}
.TagClassName
{
border-color: #BC888D;
}
</style>