Shades of Contessa #BA7065
Tints of Contessa #BA7065
RGB
CMYK
RGB Variations
Color information
#BA7065 (or 0xBA7065) is known color: Contessa. HEX triplet: BA, 70 and 65. RGB value is (186,112,101). Sum of RGB (Red+Green+Blue) = 186+112+101=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7065 is #458F9A. Grayscale: #848484. Windows color (decimal): -4558747 or 6647994. OLE color: 6647994.
HSL color Cylindrical-coordinate representation of color #BA7065: hue angle of 7.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7065 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 101 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.27 |
| HSL | 7.76º | 0.38% | 0.56% | - |
| HSV(B) | 7.76º | 0.46% | 0.73% | - |
| XYZ | 28.39 | 22.97 | 15.25 | - |
| YUV | 132.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 101 | 0 | 0.40 | 0.46 | 0.27 | 7.76 | 0.38 | 0.56 |
| Hex | BA | 70 | 65 | 0 | 28 | 2E | 1B | 8 | 26 | 38 |
| Octal | 272 | 160 | 145 | 0 | 50 | 56 | 33 | 10 | 46 | 70 |
| Binary | 10111010 | 1110000 | 1100101 | 0 | 101000 | 101110 | 11011 | 1000 | 100110 | 111000 |
Color Harmonies of #BA7065
Complementary color
Monochromatic Colors of #BA7065
Black with #BA7065
Text Example
Text Example
White with #BA7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7065; }
p { color: rgb(186,112,101); }
H1.HeaderClassName
{
color: #BA7065;
}
.AnyTagClassName
{
color: #BA7065;
}
</style>
background-color css
<style>
a { background-color: #BA7065; }
a { background-color: rgb(186,112,101); }
div.DivClassName
{
background-color: #BA7065;
}
.BgClassName
{
background-color: #BA7065;
}
</style>
border-color css
<style>
span { border-color: #BA7065; }
span { border-color: rgb(186,112,101); }
td.TdClassName
{
border-color: #BA7065;
}
.TagClassName
{
border-color: #BA7065;
}
</style>