Shades of Puce #BC878D
Tints of Puce #BC878D
RGB
CMYK
RGB Variations
Color information
#BC878D (or 0xBC878D) is known color: Puce. HEX triplet: BC, 87 and 8D. RGB value is (188,135,141). Sum of RGB (Red+Green+Blue) = 188+135+141=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC878D is #437872. Grayscale: #979797. Windows color (decimal): -4421747 or 9275324. OLE color: 9275324.
HSL color Cylindrical-coordinate representation of color #BC878D: hue angle of 353.21º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC878D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 141 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.26 |
| HSL | 353.21º | 0.28% | 0.63% | - |
| HSV(B) | 353.21º | 0.28% | 0.74% | - |
| XYZ | 34.21 | 29.94 | 29.18 | - |
| YUV | 151.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 141 | 0 | 0.28 | 0.25 | 0.26 | 353.21 | 0.28 | 0.63 |
| Hex | BC | 87 | 8D | 0 | 1C | 19 | 1A | 161 | 1C | 3F |
| Octal | 274 | 207 | 215 | 0 | 34 | 31 | 32 | 541 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10001101 | 0 | 11100 | 11001 | 11010 | 101100001 | 11100 | 111111 |
Color Harmonies of #BC878D
Complementary color
Monochromatic Colors of #BC878D
Black with #BC878D
Text Example
Text Example
White with #BC878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC878D; }
p { color: rgb(188,135,141); }
H1.HeaderClassName
{
color: #BC878D;
}
.AnyTagClassName
{
color: #BC878D;
}
</style>
background-color css
<style>
a { background-color: #BC878D; }
a { background-color: rgb(188,135,141); }
div.DivClassName
{
background-color: #BC878D;
}
.BgClassName
{
background-color: #BC878D;
}
</style>
border-color css
<style>
span { border-color: #BC878D; }
span { border-color: rgb(188,135,141); }
td.TdClassName
{
border-color: #BC878D;
}
.TagClassName
{
border-color: #BC878D;
}
</style>