Shades of Puce #BA8587
Tints of Puce #BA8587
RGB
CMYK
RGB Variations
Color information
#BA8587 (or 0xBA8587) is known color: Puce. HEX triplet: BA, 85 and 87. RGB value is (186,133,135). Sum of RGB (Red+Green+Blue) = 186+133+135=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8587 is #457A78. Grayscale: #959595. Windows color (decimal): -4553337 or 8881594. OLE color: 8881594.
HSL color Cylindrical-coordinate representation of color #BA8587: hue angle of 357.74º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8587 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 135 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.27 |
| HSL | 357.74º | 0.28% | 0.63% | - |
| HSV(B) | 357.74º | 0.28% | 0.73% | - |
| XYZ | 33.01 | 28.96 | 26.77 | - |
| YUV | 149.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 135 | 0 | 0.28 | 0.27 | 0.27 | 357.74 | 0.28 | 0.63 |
| Hex | BA | 85 | 87 | 0 | 1C | 1B | 1B | 166 | 1C | 3F |
| Octal | 272 | 205 | 207 | 0 | 34 | 33 | 33 | 546 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10000111 | 0 | 11100 | 11011 | 11011 | 101100110 | 11100 | 111111 |
Color Harmonies of #BA8587
Complementary color
Monochromatic Colors of #BA8587
Black with #BA8587
Text Example
Text Example
White with #BA8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8587; }
p { color: rgb(186,133,135); }
H1.HeaderClassName
{
color: #BA8587;
}
.AnyTagClassName
{
color: #BA8587;
}
</style>
background-color css
<style>
a { background-color: #BA8587; }
a { background-color: rgb(186,133,135); }
div.DivClassName
{
background-color: #BA8587;
}
.BgClassName
{
background-color: #BA8587;
}
</style>
border-color css
<style>
span { border-color: #BA8587; }
span { border-color: rgb(186,133,135); }
td.TdClassName
{
border-color: #BA8587;
}
.TagClassName
{
border-color: #BA8587;
}
</style>