Shades of Contessa #BA766F
Tints of Contessa #BA766F
RGB
CMYK
RGB Variations
Color information
#BA766F (or 0xBA766F) is known color: Contessa. HEX triplet: BA, 76 and 6F. RGB value is (186,118,111). Sum of RGB (Red+Green+Blue) = 186+118+111=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA766F is #458990. Grayscale: #898989. Windows color (decimal): -4557201 or 7304890. OLE color: 7304890.
HSL color Cylindrical-coordinate representation of color #BA766F: hue angle of 5.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 #BA766F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 111 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.27 |
| HSL | 5.6º | 0.35% | 0.58% | - |
| HSV(B) | 5.6º | 0.4% | 0.73% | - |
| XYZ | 29.6 | 24.54 | 18.22 | - |
| YUV | 137.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 111 | 0 | 0.37 | 0.40 | 0.27 | 5.6 | 0.35 | 0.58 |
| Hex | BA | 76 | 6F | 0 | 25 | 28 | 1B | 6 | 23 | 3A |
| Octal | 272 | 166 | 157 | 0 | 45 | 50 | 33 | 6 | 43 | 72 |
| Binary | 10111010 | 1110110 | 1101111 | 0 | 100101 | 101000 | 11011 | 110 | 100011 | 111010 |
Color Harmonies of #BA766F
Complementary color
Monochromatic Colors of #BA766F
Black with #BA766F
Text Example
Text Example
White with #BA766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA766F; }
p { color: rgb(186,118,111); }
H1.HeaderClassName
{
color: #BA766F;
}
.AnyTagClassName
{
color: #BA766F;
}
</style>
background-color css
<style>
a { background-color: #BA766F; }
a { background-color: rgb(186,118,111); }
div.DivClassName
{
background-color: #BA766F;
}
.BgClassName
{
background-color: #BA766F;
}
</style>
border-color css
<style>
span { border-color: #BA766F; }
span { border-color: rgb(186,118,111); }
td.TdClassName
{
border-color: #BA766F;
}
.TagClassName
{
border-color: #BA766F;
}
</style>