Shades of Contessa #BA7373
Tints of Contessa #BA7373
RGB
CMYK
RGB Variations
Color information
#BA7373 (or 0xBA7373) is known color: Contessa. HEX triplet: BA, 73 and 73. RGB value is (186,115,115). Sum of RGB (Red+Green+Blue) = 186+115+115=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7373 is #458C8C. Grayscale: #888888. Windows color (decimal): -4557965 or 7566266. OLE color: 7566266.
HSL color Cylindrical-coordinate representation of color #BA7373: hue angle of 0º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7373 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 115 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.27 |
| HSL | 0º | 0.34% | 0.59% | - |
| HSV(B) | 0º | 0.38% | 0.73% | - |
| XYZ | 29.47 | 23.94 | 19.29 | - |
| YUV | 136.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 115 | 0 | 0.38 | 0.38 | 0.27 | 0 | 0.34 | 0.59 |
| Hex | BA | 73 | 73 | 0 | 26 | 26 | 1B | 0 | 22 | 3B |
| Octal | 272 | 163 | 163 | 0 | 46 | 46 | 33 | 0 | 42 | 73 |
| Binary | 10111010 | 1110011 | 1110011 | 0 | 100110 | 100110 | 11011 | 0 | 100010 | 111011 |
Color Harmonies of #BA7373
Complementary color
Monochromatic Colors of #BA7373
Black with #BA7373
Text Example
Text Example
White with #BA7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7373; }
p { color: rgb(186,115,115); }
H1.HeaderClassName
{
color: #BA7373;
}
.AnyTagClassName
{
color: #BA7373;
}
</style>
background-color css
<style>
a { background-color: #BA7373; }
a { background-color: rgb(186,115,115); }
div.DivClassName
{
background-color: #BA7373;
}
.BgClassName
{
background-color: #BA7373;
}
</style>
border-color css
<style>
span { border-color: #BA7373; }
span { border-color: rgb(186,115,115); }
td.TdClassName
{
border-color: #BA7373;
}
.TagClassName
{
border-color: #BA7373;
}
</style>