Shades of Puce #BA858E
Tints of Puce #BA858E
RGB
CMYK
RGB Variations
Color information
#BA858E (or 0xBA858E) is known color: Puce. HEX triplet: BA, 85 and 8E. RGB value is (186,133,142). Sum of RGB (Red+Green+Blue) = 186+133+142=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858E is #457A71. Grayscale: #959595. Windows color (decimal): -4553330 or 9340346. OLE color: 9340346.
HSL color Cylindrical-coordinate representation of color #BA858E: hue angle of 349.81º 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 #BA858E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 142 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.27 |
| HSL | 349.81º | 0.28% | 0.63% | - |
| HSV(B) | 349.81º | 0.28% | 0.73% | - |
| XYZ | 33.52 | 29.17 | 29.45 | - |
| YUV | 149.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 142 | 0 | 0.28 | 0.24 | 0.27 | 349.81 | 0.28 | 0.63 |
| Hex | BA | 85 | 8E | 0 | 1C | 18 | 1B | 15E | 1C | 3F |
| Octal | 272 | 205 | 216 | 0 | 34 | 30 | 33 | 536 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10001110 | 0 | 11100 | 11000 | 11011 | 101011110 | 11100 | 111111 |
Color Harmonies of #BA858E
Complementary color
Monochromatic Colors of #BA858E
Black with #BA858E
Text Example
Text Example
White with #BA858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA858E; }
p { color: rgb(186,133,142); }
H1.HeaderClassName
{
color: #BA858E;
}
.AnyTagClassName
{
color: #BA858E;
}
</style>
background-color css
<style>
a { background-color: #BA858E; }
a { background-color: rgb(186,133,142); }
div.DivClassName
{
background-color: #BA858E;
}
.BgClassName
{
background-color: #BA858E;
}
</style>
border-color css
<style>
span { border-color: #BA858E; }
span { border-color: rgb(186,133,142); }
td.TdClassName
{
border-color: #BA858E;
}
.TagClassName
{
border-color: #BA858E;
}
</style>