Shades of Contessa #BA776F
Tints of Contessa #BA776F
RGB
CMYK
RGB Variations
Color information
#BA776F (or 0xBA776F) is known color: Contessa. HEX triplet: BA, 77 and 6F. RGB value is (186,119,111). Sum of RGB (Red+Green+Blue) = 186+119+111=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA776F is #458890. Grayscale: #8A8A8A. Windows color (decimal): -4556945 or 7305146. OLE color: 7305146.
HSL color Cylindrical-coordinate representation of color #BA776F: hue angle of 6.4º 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 #BA776F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 111 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.27 |
| HSL | 6.4º | 0.35% | 0.58% | - |
| HSV(B) | 6.4º | 0.4% | 0.73% | - |
| XYZ | 29.72 | 24.78 | 18.26 | - |
| YUV | 138.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 111 | 0 | 0.36 | 0.40 | 0.27 | 6.4 | 0.35 | 0.58 |
| Hex | BA | 77 | 6F | 0 | 24 | 28 | 1B | 6 | 23 | 3A |
| Octal | 272 | 167 | 157 | 0 | 44 | 50 | 33 | 6 | 43 | 72 |
| Binary | 10111010 | 1110111 | 1101111 | 0 | 100100 | 101000 | 11011 | 110 | 100011 | 111010 |
Color Harmonies of #BA776F
Complementary color
Monochromatic Colors of #BA776F
Black with #BA776F
Text Example
Text Example
White with #BA776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA776F; }
p { color: rgb(186,119,111); }
H1.HeaderClassName
{
color: #BA776F;
}
.AnyTagClassName
{
color: #BA776F;
}
</style>
background-color css
<style>
a { background-color: #BA776F; }
a { background-color: rgb(186,119,111); }
div.DivClassName
{
background-color: #BA776F;
}
.BgClassName
{
background-color: #BA776F;
}
</style>
border-color css
<style>
span { border-color: #BA776F; }
span { border-color: rgb(186,119,111); }
td.TdClassName
{
border-color: #BA776F;
}
.TagClassName
{
border-color: #BA776F;
}
</style>