Shades of Contessa #BA706D
Tints of Contessa #BA706D
RGB
CMYK
RGB Variations
Color information
#BA706D (or 0xBA706D) is known color: Contessa. HEX triplet: BA, 70 and 6D. RGB value is (186,112,109). Sum of RGB (Red+Green+Blue) = 186+112+109=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA706D is #458F92. Grayscale: #858585. Windows color (decimal): -4558739 or 7172282. OLE color: 7172282.
HSL color Cylindrical-coordinate representation of color #BA706D: hue angle of 2.34º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA706D is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 109 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.27 |
| HSL | 2.34º | 0.36% | 0.58% | - |
| HSV(B) | 2.34º | 0.41% | 0.73% | - |
| XYZ | 28.8 | 23.13 | 17.41 | - |
| YUV | 133.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 109 | 0 | 0.40 | 0.41 | 0.27 | 2.34 | 0.36 | 0.58 |
| Hex | BA | 70 | 6D | 0 | 28 | 29 | 1B | 2 | 24 | 3A |
| Octal | 272 | 160 | 155 | 0 | 50 | 51 | 33 | 2 | 44 | 72 |
| Binary | 10111010 | 1110000 | 1101101 | 0 | 101000 | 101001 | 11011 | 10 | 100100 | 111010 |
Color Harmonies of #BA706D
Complementary color
Monochromatic Colors of #BA706D
Black with #BA706D
Text Example
Text Example
White with #BA706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA706D; }
p { color: rgb(186,112,109); }
H1.HeaderClassName
{
color: #BA706D;
}
.AnyTagClassName
{
color: #BA706D;
}
</style>
background-color css
<style>
a { background-color: #BA706D; }
a { background-color: rgb(186,112,109); }
div.DivClassName
{
background-color: #BA706D;
}
.BgClassName
{
background-color: #BA706D;
}
</style>
border-color css
<style>
span { border-color: #BA706D; }
span { border-color: rgb(186,112,109); }
td.TdClassName
{
border-color: #BA706D;
}
.TagClassName
{
border-color: #BA706D;
}
</style>