Shades of Contessa #BA6E5B
Tints of Contessa #BA6E5B
RGB
CMYK
RGB Variations
Color information
#BA6E5B (or 0xBA6E5B) is known color: Contessa. HEX triplet: BA, 6E and 5B. RGB value is (186,110,91). Sum of RGB (Red+Green+Blue) = 186+110+91=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5B is #4591A4. Grayscale: #828282. Windows color (decimal): -4559269 or 5992122. OLE color: 5992122.
HSL color Cylindrical-coordinate representation of color #BA6E5B: hue angle of 12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6E5B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 91 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.27 |
| HSL | 12º | 0.41% | 0.54% | - |
| HSV(B) | 12º | 0.51% | 0.73% | - |
| XYZ | 27.71 | 22.35 | 12.75 | - |
| YUV | 130.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 91 | 0 | 0.41 | 0.51 | 0.27 | 12 | 0.41 | 0.54 |
| Hex | BA | 6E | 5B | 0 | 29 | 33 | 1B | C | 29 | 36 |
| Octal | 272 | 156 | 133 | 0 | 51 | 63 | 33 | 14 | 51 | 66 |
| Binary | 10111010 | 1101110 | 1011011 | 0 | 101001 | 110011 | 11011 | 1100 | 101001 | 110110 |
Color Harmonies of #BA6E5B
Complementary color
Monochromatic Colors of #BA6E5B
Black with #BA6E5B
Text Example
Text Example
White with #BA6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E5B; }
p { color: rgb(186,110,91); }
H1.HeaderClassName
{
color: #BA6E5B;
}
.AnyTagClassName
{
color: #BA6E5B;
}
</style>
background-color css
<style>
a { background-color: #BA6E5B; }
a { background-color: rgb(186,110,91); }
div.DivClassName
{
background-color: #BA6E5B;
}
.BgClassName
{
background-color: #BA6E5B;
}
</style>
border-color css
<style>
span { border-color: #BA6E5B; }
span { border-color: rgb(186,110,91); }
td.TdClassName
{
border-color: #BA6E5B;
}
.TagClassName
{
border-color: #BA6E5B;
}
</style>