Shades of Contessa #BA7470
Tints of Contessa #BA7470
RGB
CMYK
RGB Variations
Color information
#BA7470 (or 0xBA7470) is known color: Contessa. HEX triplet: BA, 74 and 70. RGB value is (186,116,112). Sum of RGB (Red+Green+Blue) = 186+116+112=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7470 is #458B8F. Grayscale: #888888. Windows color (decimal): -4557712 or 7369914. OLE color: 7369914.
HSL color Cylindrical-coordinate representation of color #BA7470: hue angle of 3.24º 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 #BA7470 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 112 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.27 |
| HSL | 3.24º | 0.35% | 0.58% | - |
| HSV(B) | 3.24º | 0.4% | 0.73% | - |
| XYZ | 29.42 | 24.1 | 18.43 | - |
| YUV | 136.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 112 | 0 | 0.38 | 0.40 | 0.27 | 3.24 | 0.35 | 0.58 |
| Hex | BA | 74 | 70 | 0 | 26 | 28 | 1B | 3 | 23 | 3A |
| Octal | 272 | 164 | 160 | 0 | 46 | 50 | 33 | 3 | 43 | 72 |
| Binary | 10111010 | 1110100 | 1110000 | 0 | 100110 | 101000 | 11011 | 11 | 100011 | 111010 |
Color Harmonies of #BA7470
Complementary color
Monochromatic Colors of #BA7470
Black with #BA7470
Text Example
Text Example
White with #BA7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7470; }
p { color: rgb(186,116,112); }
H1.HeaderClassName
{
color: #BA7470;
}
.AnyTagClassName
{
color: #BA7470;
}
</style>
background-color css
<style>
a { background-color: #BA7470; }
a { background-color: rgb(186,116,112); }
div.DivClassName
{
background-color: #BA7470;
}
.BgClassName
{
background-color: #BA7470;
}
</style>
border-color css
<style>
span { border-color: #BA7470; }
span { border-color: rgb(186,116,112); }
td.TdClassName
{
border-color: #BA7470;
}
.TagClassName
{
border-color: #BA7470;
}
</style>