Shades of Contessa #BA7366
Tints of Contessa #BA7366
RGB
CMYK
RGB Variations
Color information
#BA7366 (or 0xBA7366) is known color: Contessa. HEX triplet: BA, 73 and 66. RGB value is (186,115,102). Sum of RGB (Red+Green+Blue) = 186+115+102=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7366 is #458C99. Grayscale: #868686. Windows color (decimal): -4557978 or 6714298. OLE color: 6714298.
HSL color Cylindrical-coordinate representation of color #BA7366: hue angle of 9.29º 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 #BA7366 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 102 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.27 |
| HSL | 9.29º | 0.38% | 0.56% | - |
| HSV(B) | 9.29º | 0.45% | 0.73% | - |
| XYZ | 28.78 | 23.66 | 15.62 | - |
| YUV | 134.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 102 | 0 | 0.38 | 0.45 | 0.27 | 9.29 | 0.38 | 0.56 |
| Hex | BA | 73 | 66 | 0 | 26 | 2D | 1B | 9 | 26 | 38 |
| Octal | 272 | 163 | 146 | 0 | 46 | 55 | 33 | 11 | 46 | 70 |
| Binary | 10111010 | 1110011 | 1100110 | 0 | 100110 | 101101 | 11011 | 1001 | 100110 | 111000 |
Color Harmonies of #BA7366
Complementary color
Monochromatic Colors of #BA7366
Black with #BA7366
Text Example
Text Example
White with #BA7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7366; }
p { color: rgb(186,115,102); }
H1.HeaderClassName
{
color: #BA7366;
}
.AnyTagClassName
{
color: #BA7366;
}
</style>
background-color css
<style>
a { background-color: #BA7366; }
a { background-color: rgb(186,115,102); }
div.DivClassName
{
background-color: #BA7366;
}
.BgClassName
{
background-color: #BA7366;
}
</style>
border-color css
<style>
span { border-color: #BA7366; }
span { border-color: rgb(186,115,102); }
td.TdClassName
{
border-color: #BA7366;
}
.TagClassName
{
border-color: #BA7366;
}
</style>