Shades of Contessa #BA7570
Tints of Contessa #BA7570
RGB
CMYK
RGB Variations
Color information
#BA7570 (or 0xBA7570) is known color: Contessa. HEX triplet: BA, 75 and 70. RGB value is (186,117,112). Sum of RGB (Red+Green+Blue) = 186+117+112=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7570 is #458A8F. Grayscale: #898989. Windows color (decimal): -4557456 or 7370170. OLE color: 7370170.
HSL color Cylindrical-coordinate representation of color #BA7570: hue angle of 4.05º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7570 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 112 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.27 |
| HSL | 4.05º | 0.35% | 0.58% | - |
| HSV(B) | 4.05º | 0.4% | 0.73% | - |
| XYZ | 29.54 | 24.33 | 18.47 | - |
| YUV | 137.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 112 | 0 | 0.37 | 0.40 | 0.27 | 4.05 | 0.35 | 0.58 |
| Hex | BA | 75 | 70 | 0 | 25 | 28 | 1B | 4 | 23 | 3A |
| Octal | 272 | 165 | 160 | 0 | 45 | 50 | 33 | 4 | 43 | 72 |
| Binary | 10111010 | 1110101 | 1110000 | 0 | 100101 | 101000 | 11011 | 100 | 100011 | 111010 |
Color Harmonies of #BA7570
Complementary color
Monochromatic Colors of #BA7570
Black with #BA7570
Text Example
Text Example
White with #BA7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7570; }
p { color: rgb(186,117,112); }
H1.HeaderClassName
{
color: #BA7570;
}
.AnyTagClassName
{
color: #BA7570;
}
</style>
background-color css
<style>
a { background-color: #BA7570; }
a { background-color: rgb(186,117,112); }
div.DivClassName
{
background-color: #BA7570;
}
.BgClassName
{
background-color: #BA7570;
}
</style>
border-color css
<style>
span { border-color: #BA7570; }
span { border-color: rgb(186,117,112); }
td.TdClassName
{
border-color: #BA7570;
}
.TagClassName
{
border-color: #BA7570;
}
</style>