Shades of Puce #BA8093
Tints of Puce #BA8093
RGB
CMYK
RGB Variations
Color information
#BA8093 (or 0xBA8093) is known color: Puce. HEX triplet: BA, 80 and 93. RGB value is (186,128,147). Sum of RGB (Red+Green+Blue) = 186+128+147=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8093 is #457F6C. Grayscale: #939393. Windows color (decimal): -4554605 or 9666746. OLE color: 9666746.
HSL color Cylindrical-coordinate representation of color #BA8093: hue angle of 340.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8093 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 147 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.27 |
| HSL | 340.34º | 0.3% | 0.62% | - |
| HSV(B) | 340.34º | 0.31% | 0.73% | - |
| XYZ | 33.24 | 27.98 | 31.25 | - |
| YUV | 147.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 147 | 0 | 0.31 | 0.21 | 0.27 | 340.34 | 0.3 | 0.62 |
| Hex | BA | 80 | 93 | 0 | 1F | 15 | 1B | 154 | 1E | 3E |
| Octal | 272 | 200 | 223 | 0 | 37 | 25 | 33 | 524 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10010011 | 0 | 11111 | 10101 | 11011 | 101010100 | 11110 | 111110 |
Color Harmonies of #BA8093
Complementary color
Monochromatic Colors of #BA8093
Black with #BA8093
Text Example
Text Example
White with #BA8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8093; }
p { color: rgb(186,128,147); }
H1.HeaderClassName
{
color: #BA8093;
}
.AnyTagClassName
{
color: #BA8093;
}
</style>
background-color css
<style>
a { background-color: #BA8093; }
a { background-color: rgb(186,128,147); }
div.DivClassName
{
background-color: #BA8093;
}
.BgClassName
{
background-color: #BA8093;
}
</style>
border-color css
<style>
span { border-color: #BA8093; }
span { border-color: rgb(186,128,147); }
td.TdClassName
{
border-color: #BA8093;
}
.TagClassName
{
border-color: #BA8093;
}
</style>