Shades of Contessa #BA6661
Tints of Contessa #BA6661
RGB
CMYK
RGB Variations
Color information
#BA6661 (or 0xBA6661) is known color: Contessa. HEX triplet: BA, 66 and 61. RGB value is (186,102,97). Sum of RGB (Red+Green+Blue) = 186+102+97=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6661 is #45999E. Grayscale: #7E7E7E. Windows color (decimal): -4561311 or 6383290. OLE color: 6383290.
HSL color Cylindrical-coordinate representation of color #BA6661: hue angle of 3.37º 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 #BA6661 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 97 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.27 |
| HSL | 3.37º | 0.39% | 0.55% | - |
| HSV(B) | 3.37º | 0.48% | 0.73% | - |
| XYZ | 27.16 | 20.8 | 13.89 | - |
| YUV | 126.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 97 | 0 | 0.45 | 0.48 | 0.27 | 3.37 | 0.39 | 0.55 |
| Hex | BA | 66 | 61 | 0 | 2D | 30 | 1B | 3 | 27 | 37 |
| Octal | 272 | 146 | 141 | 0 | 55 | 60 | 33 | 3 | 47 | 67 |
| Binary | 10111010 | 1100110 | 1100001 | 0 | 101101 | 110000 | 11011 | 11 | 100111 | 110111 |
Color Harmonies of #BA6661
Complementary color
Monochromatic Colors of #BA6661
Black with #BA6661
Text Example
Text Example
White with #BA6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6661; }
p { color: rgb(186,102,97); }
H1.HeaderClassName
{
color: #BA6661;
}
.AnyTagClassName
{
color: #BA6661;
}
</style>
background-color css
<style>
a { background-color: #BA6661; }
a { background-color: rgb(186,102,97); }
div.DivClassName
{
background-color: #BA6661;
}
.BgClassName
{
background-color: #BA6661;
}
</style>
border-color css
<style>
span { border-color: #BA6661; }
span { border-color: rgb(186,102,97); }
td.TdClassName
{
border-color: #BA6661;
}
.TagClassName
{
border-color: #BA6661;
}
</style>