Shades of Contessa #BA7166
Tints of Contessa #BA7166
RGB
CMYK
RGB Variations
Color information
#BA7166 (or 0xBA7166) is known color: Contessa. HEX triplet: BA, 71 and 66. RGB value is (186,113,102). Sum of RGB (Red+Green+Blue) = 186+113+102=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7166 is #458E99. Grayscale: #858585. Windows color (decimal): -4558490 or 6713786. OLE color: 6713786.
HSL color Cylindrical-coordinate representation of color #BA7166: hue angle of 7.86º 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 #BA7166 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 102 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.27 |
| HSL | 7.86º | 0.38% | 0.56% | - |
| HSV(B) | 7.86º | 0.45% | 0.73% | - |
| XYZ | 28.55 | 23.21 | 15.55 | - |
| YUV | 133.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 102 | 0 | 0.39 | 0.45 | 0.27 | 7.86 | 0.38 | 0.56 |
| Hex | BA | 71 | 66 | 0 | 27 | 2D | 1B | 8 | 26 | 38 |
| Octal | 272 | 161 | 146 | 0 | 47 | 55 | 33 | 10 | 46 | 70 |
| Binary | 10111010 | 1110001 | 1100110 | 0 | 100111 | 101101 | 11011 | 1000 | 100110 | 111000 |
Color Harmonies of #BA7166
Complementary color
Monochromatic Colors of #BA7166
Black with #BA7166
Text Example
Text Example
White with #BA7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7166; }
p { color: rgb(186,113,102); }
H1.HeaderClassName
{
color: #BA7166;
}
.AnyTagClassName
{
color: #BA7166;
}
</style>
background-color css
<style>
a { background-color: #BA7166; }
a { background-color: rgb(186,113,102); }
div.DivClassName
{
background-color: #BA7166;
}
.BgClassName
{
background-color: #BA7166;
}
</style>
border-color css
<style>
span { border-color: #BA7166; }
span { border-color: rgb(186,113,102); }
td.TdClassName
{
border-color: #BA7166;
}
.TagClassName
{
border-color: #BA7166;
}
</style>