Shades of Contessa #BA7773
Tints of Contessa #BA7773
RGB
CMYK
RGB Variations
Color information
#BA7773 (or 0xBA7773) is known color: Contessa. HEX triplet: BA, 77 and 73. RGB value is (186,119,115). Sum of RGB (Red+Green+Blue) = 186+119+115=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7773 is #45888C. Grayscale: #8A8A8A. Windows color (decimal): -4556941 or 7567290. OLE color: 7567290.
HSL color Cylindrical-coordinate representation of color #BA7773: hue angle of 3.38º 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 #BA7773 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 115 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.27 |
| HSL | 3.38º | 0.34% | 0.59% | - |
| HSV(B) | 3.38º | 0.38% | 0.73% | - |
| XYZ | 29.94 | 24.87 | 19.44 | - |
| YUV | 138.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 115 | 0 | 0.36 | 0.38 | 0.27 | 3.38 | 0.34 | 0.59 |
| Hex | BA | 77 | 73 | 0 | 24 | 26 | 1B | 3 | 22 | 3B |
| Octal | 272 | 167 | 163 | 0 | 44 | 46 | 33 | 3 | 42 | 73 |
| Binary | 10111010 | 1110111 | 1110011 | 0 | 100100 | 100110 | 11011 | 11 | 100010 | 111011 |
Color Harmonies of #BA7773
Complementary color
Monochromatic Colors of #BA7773
Black with #BA7773
Text Example
Text Example
White with #BA7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7773; }
p { color: rgb(186,119,115); }
H1.HeaderClassName
{
color: #BA7773;
}
.AnyTagClassName
{
color: #BA7773;
}
</style>
background-color css
<style>
a { background-color: #BA7773; }
a { background-color: rgb(186,119,115); }
div.DivClassName
{
background-color: #BA7773;
}
.BgClassName
{
background-color: #BA7773;
}
</style>
border-color css
<style>
span { border-color: #BA7773; }
span { border-color: rgb(186,119,115); }
td.TdClassName
{
border-color: #BA7773;
}
.TagClassName
{
border-color: #BA7773;
}
</style>