Shades of Puce #BA828E
Tints of Puce #BA828E
RGB
CMYK
RGB Variations
Color information
#BA828E (or 0xBA828E) is known color: Puce. HEX triplet: BA, 82 and 8E. RGB value is (186,130,142). Sum of RGB (Red+Green+Blue) = 186+130+142=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828E is #457D71. Grayscale: #949494. Windows color (decimal): -4554098 or 9339578. OLE color: 9339578.
HSL color Cylindrical-coordinate representation of color #BA828E: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA828E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 142 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.27 |
| HSL | 347.14º | 0.29% | 0.62% | - |
| HSV(B) | 347.14º | 0.3% | 0.73% | - |
| XYZ | 33.11 | 28.36 | 29.32 | - |
| YUV | 148.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 142 | 0 | 0.30 | 0.24 | 0.27 | 347.14 | 0.29 | 0.62 |
| Hex | BA | 82 | 8E | 0 | 1E | 18 | 1B | 15B | 1D | 3E |
| Octal | 272 | 202 | 216 | 0 | 36 | 30 | 33 | 533 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10001110 | 0 | 11110 | 11000 | 11011 | 101011011 | 11101 | 111110 |
Color Harmonies of #BA828E
Complementary color
Monochromatic Colors of #BA828E
Black with #BA828E
Text Example
Text Example
White with #BA828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA828E; }
p { color: rgb(186,130,142); }
H1.HeaderClassName
{
color: #BA828E;
}
.AnyTagClassName
{
color: #BA828E;
}
</style>
background-color css
<style>
a { background-color: #BA828E; }
a { background-color: rgb(186,130,142); }
div.DivClassName
{
background-color: #BA828E;
}
.BgClassName
{
background-color: #BA828E;
}
</style>
border-color css
<style>
span { border-color: #BA828E; }
span { border-color: rgb(186,130,142); }
td.TdClassName
{
border-color: #BA828E;
}
.TagClassName
{
border-color: #BA828E;
}
</style>