Shades of Contessa #BA776C
Tints of Contessa #BA776C
RGB
CMYK
RGB Variations
Color information
#BA776C (or 0xBA776C) is known color: Contessa. HEX triplet: BA, 77 and 6C. RGB value is (186,119,108). Sum of RGB (Red+Green+Blue) = 186+119+108=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA776C is #458893. Grayscale: #898989. Windows color (decimal): -4556948 or 7108538. OLE color: 7108538.
HSL color Cylindrical-coordinate representation of color #BA776C: hue angle of 8.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA776C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 108 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.27 |
| HSL | 8.46º | 0.36% | 0.58% | - |
| HSV(B) | 8.46º | 0.42% | 0.73% | - |
| XYZ | 29.55 | 24.72 | 17.4 | - |
| YUV | 137.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 108 | 0 | 0.36 | 0.42 | 0.27 | 8.46 | 0.36 | 0.58 |
| Hex | BA | 77 | 6C | 0 | 24 | 2A | 1B | 8 | 24 | 3A |
| Octal | 272 | 167 | 154 | 0 | 44 | 52 | 33 | 10 | 44 | 72 |
| Binary | 10111010 | 1110111 | 1101100 | 0 | 100100 | 101010 | 11011 | 1000 | 100100 | 111010 |
Color Harmonies of #BA776C
Complementary color
Monochromatic Colors of #BA776C
Black with #BA776C
Text Example
Text Example
White with #BA776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA776C; }
p { color: rgb(186,119,108); }
H1.HeaderClassName
{
color: #BA776C;
}
.AnyTagClassName
{
color: #BA776C;
}
</style>
background-color css
<style>
a { background-color: #BA776C; }
a { background-color: rgb(186,119,108); }
div.DivClassName
{
background-color: #BA776C;
}
.BgClassName
{
background-color: #BA776C;
}
</style>
border-color css
<style>
span { border-color: #BA776C; }
span { border-color: rgb(186,119,108); }
td.TdClassName
{
border-color: #BA776C;
}
.TagClassName
{
border-color: #BA776C;
}
</style>