Shades of Puce #BA878C
Tints of Puce #BA878C
RGB
CMYK
RGB Variations
Color information
#BA878C (or 0xBA878C) is known color: Puce. HEX triplet: BA, 87 and 8C. RGB value is (186,135,140). Sum of RGB (Red+Green+Blue) = 186+135+140=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878C is #457873. Grayscale: #969696. Windows color (decimal): -4552820 or 9209786. OLE color: 9209786.
HSL color Cylindrical-coordinate representation of color #BA878C: hue angle of 354.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA878C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 140 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.27 |
| HSL | 354.12º | 0.27% | 0.63% | - |
| HSV(B) | 354.12º | 0.27% | 0.73% | - |
| XYZ | 33.65 | 29.66 | 28.76 | - |
| YUV | 150.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 140 | 0 | 0.27 | 0.25 | 0.27 | 354.12 | 0.27 | 0.63 |
| Hex | BA | 87 | 8C | 0 | 1B | 19 | 1B | 162 | 1B | 3F |
| Octal | 272 | 207 | 214 | 0 | 33 | 31 | 33 | 542 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10001100 | 0 | 11011 | 11001 | 11011 | 101100010 | 11011 | 111111 |
Color Harmonies of #BA878C
Complementary color
Monochromatic Colors of #BA878C
Black with #BA878C
Text Example
Text Example
White with #BA878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA878C; }
p { color: rgb(186,135,140); }
H1.HeaderClassName
{
color: #BA878C;
}
.AnyTagClassName
{
color: #BA878C;
}
</style>
background-color css
<style>
a { background-color: #BA878C; }
a { background-color: rgb(186,135,140); }
div.DivClassName
{
background-color: #BA878C;
}
.BgClassName
{
background-color: #BA878C;
}
</style>
border-color css
<style>
span { border-color: #BA878C; }
span { border-color: rgb(186,135,140); }
td.TdClassName
{
border-color: #BA878C;
}
.TagClassName
{
border-color: #BA878C;
}
</style>