Shades of Contessa #BA716F
Tints of Contessa #BA716F
RGB
CMYK
RGB Variations
Color information
#BA716F (or 0xBA716F) is known color: Contessa. HEX triplet: BA, 71 and 6F. RGB value is (186,113,111). Sum of RGB (Red+Green+Blue) = 186+113+111=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716F is #458E90. Grayscale: #868686. Windows color (decimal): -4558481 or 7303610. OLE color: 7303610.
HSL color Cylindrical-coordinate representation of color #BA716F: hue angle of 1.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA716F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 111 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.27 |
| HSL | 1.6º | 0.35% | 0.58% | - |
| HSV(B) | 1.6º | 0.4% | 0.73% | - |
| XYZ | 29.02 | 23.4 | 18.03 | - |
| YUV | 134.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 111 | 0 | 0.39 | 0.40 | 0.27 | 1.6 | 0.35 | 0.58 |
| Hex | BA | 71 | 6F | 0 | 27 | 28 | 1B | 2 | 23 | 3A |
| Octal | 272 | 161 | 157 | 0 | 47 | 50 | 33 | 2 | 43 | 72 |
| Binary | 10111010 | 1110001 | 1101111 | 0 | 100111 | 101000 | 11011 | 10 | 100011 | 111010 |
Color Harmonies of #BA716F
Complementary color
Monochromatic Colors of #BA716F
Black with #BA716F
Text Example
Text Example
White with #BA716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA716F; }
p { color: rgb(186,113,111); }
H1.HeaderClassName
{
color: #BA716F;
}
.AnyTagClassName
{
color: #BA716F;
}
</style>
background-color css
<style>
a { background-color: #BA716F; }
a { background-color: rgb(186,113,111); }
div.DivClassName
{
background-color: #BA716F;
}
.BgClassName
{
background-color: #BA716F;
}
</style>
border-color css
<style>
span { border-color: #BA716F; }
span { border-color: rgb(186,113,111); }
td.TdClassName
{
border-color: #BA716F;
}
.TagClassName
{
border-color: #BA716F;
}
</style>