Shades of Contessa #BA7766
Tints of Contessa #BA7766
RGB
CMYK
RGB Variations
Color information
#BA7766 (or 0xBA7766) is known color: Contessa. HEX triplet: BA, 77 and 66. RGB value is (186,119,102). Sum of RGB (Red+Green+Blue) = 186+119+102=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7766 is #458899. Grayscale: #898989. Windows color (decimal): -4556954 or 6715322. OLE color: 6715322.
HSL color Cylindrical-coordinate representation of color #BA7766: hue angle of 12.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7766 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 102 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.27 |
| HSL | 12.14º | 0.38% | 0.56% | - |
| HSV(B) | 12.14º | 0.45% | 0.73% | - |
| XYZ | 29.24 | 24.59 | 15.78 | - |
| YUV | 137.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 102 | 0 | 0.36 | 0.45 | 0.27 | 12.14 | 0.38 | 0.56 |
| Hex | BA | 77 | 66 | 0 | 24 | 2D | 1B | C | 26 | 38 |
| Octal | 272 | 167 | 146 | 0 | 44 | 55 | 33 | 14 | 46 | 70 |
| Binary | 10111010 | 1110111 | 1100110 | 0 | 100100 | 101101 | 11011 | 1100 | 100110 | 111000 |
Color Harmonies of #BA7766
Complementary color
Monochromatic Colors of #BA7766
Black with #BA7766
Text Example
Text Example
White with #BA7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7766; }
p { color: rgb(186,119,102); }
H1.HeaderClassName
{
color: #BA7766;
}
.AnyTagClassName
{
color: #BA7766;
}
</style>
background-color css
<style>
a { background-color: #BA7766; }
a { background-color: rgb(186,119,102); }
div.DivClassName
{
background-color: #BA7766;
}
.BgClassName
{
background-color: #BA7766;
}
</style>
border-color css
<style>
span { border-color: #BA7766; }
span { border-color: rgb(186,119,102); }
td.TdClassName
{
border-color: #BA7766;
}
.TagClassName
{
border-color: #BA7766;
}
</style>