Shades of Contessa #BA7970
Tints of Contessa #BA7970
RGB
CMYK
RGB Variations
Color information
#BA7970 (or 0xBA7970) is known color: Contessa. HEX triplet: BA, 79 and 70. RGB value is (186,121,112). Sum of RGB (Red+Green+Blue) = 186+121+112=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7970 is #45868F. Grayscale: #8B8B8B. Windows color (decimal): -4556432 or 7371194. OLE color: 7371194.
HSL color Cylindrical-coordinate representation of color #BA7970: hue angle of 7.3º 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 #BA7970 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 112 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.27 |
| HSL | 7.3º | 0.35% | 0.58% | - |
| HSV(B) | 7.3º | 0.4% | 0.73% | - |
| XYZ | 30.01 | 25.28 | 18.63 | - |
| YUV | 139.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 112 | 0 | 0.35 | 0.40 | 0.27 | 7.3 | 0.35 | 0.58 |
| Hex | BA | 79 | 70 | 0 | 23 | 28 | 1B | 7 | 23 | 3A |
| Octal | 272 | 171 | 160 | 0 | 43 | 50 | 33 | 7 | 43 | 72 |
| Binary | 10111010 | 1111001 | 1110000 | 0 | 100011 | 101000 | 11011 | 111 | 100011 | 111010 |
Color Harmonies of #BA7970
Complementary color
Monochromatic Colors of #BA7970
Black with #BA7970
Text Example
Text Example
White with #BA7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7970; }
p { color: rgb(186,121,112); }
H1.HeaderClassName
{
color: #BA7970;
}
.AnyTagClassName
{
color: #BA7970;
}
</style>
background-color css
<style>
a { background-color: #BA7970; }
a { background-color: rgb(186,121,112); }
div.DivClassName
{
background-color: #BA7970;
}
.BgClassName
{
background-color: #BA7970;
}
</style>
border-color css
<style>
span { border-color: #BA7970; }
span { border-color: rgb(186,121,112); }
td.TdClassName
{
border-color: #BA7970;
}
.TagClassName
{
border-color: #BA7970;
}
</style>