Shades of Contessa #BA6660
Tints of Contessa #BA6660
RGB
CMYK
RGB Variations
Color information
#BA6660 (or 0xBA6660) is known color: Contessa. HEX triplet: BA, 66 and 60. RGB value is (186,102,96). Sum of RGB (Red+Green+Blue) = 186+102+96=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6660 is #45999F. Grayscale: #7E7E7E. Windows color (decimal): -4561312 or 6317754. OLE color: 6317754.
HSL color Cylindrical-coordinate representation of color #BA6660: hue angle of 4º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6660 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 96 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.27 |
| HSL | 4º | 0.39% | 0.55% | - |
| HSV(B) | 4º | 0.48% | 0.73% | - |
| XYZ | 27.11 | 20.79 | 13.65 | - |
| YUV | 126.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 96 | 0 | 0.45 | 0.48 | 0.27 | 4 | 0.39 | 0.55 |
| Hex | BA | 66 | 60 | 0 | 2D | 30 | 1B | 4 | 27 | 37 |
| Octal | 272 | 146 | 140 | 0 | 55 | 60 | 33 | 4 | 47 | 67 |
| Binary | 10111010 | 1100110 | 1100000 | 0 | 101101 | 110000 | 11011 | 100 | 100111 | 110111 |
Color Harmonies of #BA6660
Complementary color
Monochromatic Colors of #BA6660
Black with #BA6660
Text Example
Text Example
White with #BA6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6660; }
p { color: rgb(186,102,96); }
H1.HeaderClassName
{
color: #BA6660;
}
.AnyTagClassName
{
color: #BA6660;
}
</style>
background-color css
<style>
a { background-color: #BA6660; }
a { background-color: rgb(186,102,96); }
div.DivClassName
{
background-color: #BA6660;
}
.BgClassName
{
background-color: #BA6660;
}
</style>
border-color css
<style>
span { border-color: #BA6660; }
span { border-color: rgb(186,102,96); }
td.TdClassName
{
border-color: #BA6660;
}
.TagClassName
{
border-color: #BA6660;
}
</style>