Shades of Contessa #BA6F5E
Tints of Contessa #BA6F5E
RGB
CMYK
RGB Variations
Color information
#BA6F5E (or 0xBA6F5E) is known color: Contessa. HEX triplet: BA, 6F and 5E. RGB value is (186,111,94). Sum of RGB (Red+Green+Blue) = 186+111+94=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F5E is #4590A1. Grayscale: #838383. Windows color (decimal): -4559010 or 6188986. OLE color: 6188986.
HSL color Cylindrical-coordinate representation of color #BA6F5E: hue angle of 11.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6F5E is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 94 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.27 |
| HSL | 11.09º | 0.4% | 0.55% | - |
| HSV(B) | 11.09º | 0.49% | 0.73% | - |
| XYZ | 27.95 | 22.62 | 13.48 | - |
| YUV | 131.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 94 | 0 | 0.40 | 0.49 | 0.27 | 11.09 | 0.4 | 0.55 |
| Hex | BA | 6F | 5E | 0 | 28 | 31 | 1B | B | 28 | 37 |
| Octal | 272 | 157 | 136 | 0 | 50 | 61 | 33 | 13 | 50 | 67 |
| Binary | 10111010 | 1101111 | 1011110 | 0 | 101000 | 110001 | 11011 | 1011 | 101000 | 110111 |
Color Harmonies of #BA6F5E
Complementary color
Monochromatic Colors of #BA6F5E
Black with #BA6F5E
Text Example
Text Example
White with #BA6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F5E; }
p { color: rgb(186,111,94); }
H1.HeaderClassName
{
color: #BA6F5E;
}
.AnyTagClassName
{
color: #BA6F5E;
}
</style>
background-color css
<style>
a { background-color: #BA6F5E; }
a { background-color: rgb(186,111,94); }
div.DivClassName
{
background-color: #BA6F5E;
}
.BgClassName
{
background-color: #BA6F5E;
}
</style>
border-color css
<style>
span { border-color: #BA6F5E; }
span { border-color: rgb(186,111,94); }
td.TdClassName
{
border-color: #BA6F5E;
}
.TagClassName
{
border-color: #BA6F5E;
}
</style>