Shades of Contessa #BA6D5E
Tints of Contessa #BA6D5E
RGB
CMYK
RGB Variations
Color information
#BA6D5E (or 0xBA6D5E) is known color: Contessa. HEX triplet: BA, 6D and 5E. RGB value is (186,109,94). Sum of RGB (Red+Green+Blue) = 186+109+94=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D5E is #4592A1. Grayscale: #828282. Windows color (decimal): -4559522 or 6188474. OLE color: 6188474.
HSL color Cylindrical-coordinate representation of color #BA6D5E: hue angle of 9.78º 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 #BA6D5E is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 94 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.27 |
| HSL | 9.78º | 0.4% | 0.55% | - |
| HSV(B) | 9.78º | 0.49% | 0.73% | - |
| XYZ | 27.74 | 22.18 | 13.41 | - |
| YUV | 130.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 94 | 0 | 0.41 | 0.49 | 0.27 | 9.78 | 0.4 | 0.55 |
| Hex | BA | 6D | 5E | 0 | 29 | 31 | 1B | A | 28 | 37 |
| Octal | 272 | 155 | 136 | 0 | 51 | 61 | 33 | 12 | 50 | 67 |
| Binary | 10111010 | 1101101 | 1011110 | 0 | 101001 | 110001 | 11011 | 1010 | 101000 | 110111 |
Color Harmonies of #BA6D5E
Complementary color
Monochromatic Colors of #BA6D5E
Black with #BA6D5E
Text Example
Text Example
White with #BA6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D5E; }
p { color: rgb(186,109,94); }
H1.HeaderClassName
{
color: #BA6D5E;
}
.AnyTagClassName
{
color: #BA6D5E;
}
</style>
background-color css
<style>
a { background-color: #BA6D5E; }
a { background-color: rgb(186,109,94); }
div.DivClassName
{
background-color: #BA6D5E;
}
.BgClassName
{
background-color: #BA6D5E;
}
</style>
border-color css
<style>
span { border-color: #BA6D5E; }
span { border-color: rgb(186,109,94); }
td.TdClassName
{
border-color: #BA6D5E;
}
.TagClassName
{
border-color: #BA6D5E;
}
</style>