Shades of Puce #BA848E
Tints of Puce #BA848E
RGB
CMYK
RGB Variations
Color information
#BA848E (or 0xBA848E) is known color: Puce. HEX triplet: BA, 84 and 8E. RGB value is (186,132,142). Sum of RGB (Red+Green+Blue) = 186+132+142=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848E is #457B71. Grayscale: #959595. Windows color (decimal): -4553586 or 9340090. OLE color: 9340090.
HSL color Cylindrical-coordinate representation of color #BA848E: hue angle of 348.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA848E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 142 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.27 |
| HSL | 348.89º | 0.28% | 0.62% | - |
| HSV(B) | 348.89º | 0.29% | 0.73% | - |
| XYZ | 33.38 | 28.89 | 29.41 | - |
| YUV | 149.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 142 | 0 | 0.29 | 0.24 | 0.27 | 348.89 | 0.28 | 0.62 |
| Hex | BA | 84 | 8E | 0 | 1D | 18 | 1B | 15D | 1C | 3E |
| Octal | 272 | 204 | 216 | 0 | 35 | 30 | 33 | 535 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10001110 | 0 | 11101 | 11000 | 11011 | 101011101 | 11100 | 111110 |
Color Harmonies of #BA848E
Complementary color
Monochromatic Colors of #BA848E
Black with #BA848E
Text Example
Text Example
White with #BA848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA848E; }
p { color: rgb(186,132,142); }
H1.HeaderClassName
{
color: #BA848E;
}
.AnyTagClassName
{
color: #BA848E;
}
</style>
background-color css
<style>
a { background-color: #BA848E; }
a { background-color: rgb(186,132,142); }
div.DivClassName
{
background-color: #BA848E;
}
.BgClassName
{
background-color: #BA848E;
}
</style>
border-color css
<style>
span { border-color: #BA848E; }
span { border-color: rgb(186,132,142); }
td.TdClassName
{
border-color: #BA848E;
}
.TagClassName
{
border-color: #BA848E;
}
</style>