Shades of Puce #BA838E
Tints of Puce #BA838E
RGB
CMYK
RGB Variations
Color information
#BA838E (or 0xBA838E) is known color: Puce. HEX triplet: BA, 83 and 8E. RGB value is (186,131,142). Sum of RGB (Red+Green+Blue) = 186+131+142=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838E is #457C71. Grayscale: #949494. Windows color (decimal): -4553842 or 9339834. OLE color: 9339834.
HSL color Cylindrical-coordinate representation of color #BA838E: hue angle of 348º degrees, saturation: 0.28, 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 #BA838E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 142 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.27 |
| HSL | 348º | 0.28% | 0.62% | - |
| HSV(B) | 348º | 0.3% | 0.73% | - |
| XYZ | 33.25 | 28.62 | 29.36 | - |
| YUV | 148.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 142 | 0 | 0.30 | 0.24 | 0.27 | 348 | 0.28 | 0.62 |
| Hex | BA | 83 | 8E | 0 | 1E | 18 | 1B | 15C | 1C | 3E |
| Octal | 272 | 203 | 216 | 0 | 36 | 30 | 33 | 534 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10001110 | 0 | 11110 | 11000 | 11011 | 101011100 | 11100 | 111110 |
Color Harmonies of #BA838E
Complementary color
Monochromatic Colors of #BA838E
Black with #BA838E
Text Example
Text Example
White with #BA838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA838E; }
p { color: rgb(186,131,142); }
H1.HeaderClassName
{
color: #BA838E;
}
.AnyTagClassName
{
color: #BA838E;
}
</style>
background-color css
<style>
a { background-color: #BA838E; }
a { background-color: rgb(186,131,142); }
div.DivClassName
{
background-color: #BA838E;
}
.BgClassName
{
background-color: #BA838E;
}
</style>
border-color css
<style>
span { border-color: #BA838E; }
span { border-color: rgb(186,131,142); }
td.TdClassName
{
border-color: #BA838E;
}
.TagClassName
{
border-color: #BA838E;
}
</style>