Shades of Puce #BA8588
Tints of Puce #BA8588
RGB
CMYK
RGB Variations
Color information
#BA8588 (or 0xBA8588) is known color: Puce. HEX triplet: BA, 85 and 88. RGB value is (186,133,136). Sum of RGB (Red+Green+Blue) = 186+133+136=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8588 is #457A77. Grayscale: #959595. Windows color (decimal): -4553336 or 8947130. OLE color: 8947130.
HSL color Cylindrical-coordinate representation of color #BA8588: hue angle of 356.6º 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 #BA8588 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 136 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.27 |
| HSL | 356.6º | 0.28% | 0.63% | - |
| HSV(B) | 356.6º | 0.28% | 0.73% | - |
| XYZ | 33.08 | 28.99 | 27.14 | - |
| YUV | 149.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 136 | 0 | 0.28 | 0.27 | 0.27 | 356.6 | 0.28 | 0.63 |
| Hex | BA | 85 | 88 | 0 | 1C | 1B | 1B | 165 | 1C | 3F |
| Octal | 272 | 205 | 210 | 0 | 34 | 33 | 33 | 545 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10001000 | 0 | 11100 | 11011 | 11011 | 101100101 | 11100 | 111111 |
Color Harmonies of #BA8588
Complementary color
Monochromatic Colors of #BA8588
Black with #BA8588
Text Example
Text Example
White with #BA8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8588; }
p { color: rgb(186,133,136); }
H1.HeaderClassName
{
color: #BA8588;
}
.AnyTagClassName
{
color: #BA8588;
}
</style>
background-color css
<style>
a { background-color: #BA8588; }
a { background-color: rgb(186,133,136); }
div.DivClassName
{
background-color: #BA8588;
}
.BgClassName
{
background-color: #BA8588;
}
</style>
border-color css
<style>
span { border-color: #BA8588; }
span { border-color: rgb(186,133,136); }
td.TdClassName
{
border-color: #BA8588;
}
.TagClassName
{
border-color: #BA8588;
}
</style>