Shades of Contessa #BA7360
Tints of Contessa #BA7360
RGB
CMYK
RGB Variations
Color information
#BA7360 (or 0xBA7360) is known color: Contessa. HEX triplet: BA, 73 and 60. RGB value is (186,115,96). Sum of RGB (Red+Green+Blue) = 186+115+96=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7360 is #458C9F. Grayscale: #868686. Windows color (decimal): -4557984 or 6321082. OLE color: 6321082.
HSL color Cylindrical-coordinate representation of color #BA7360: hue angle of 12.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7360 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 96 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.27 |
| HSL | 12.67º | 0.39% | 0.55% | - |
| HSV(B) | 12.67º | 0.48% | 0.73% | - |
| XYZ | 28.49 | 23.55 | 14.11 | - |
| YUV | 134.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 96 | 0 | 0.38 | 0.48 | 0.27 | 12.67 | 0.39 | 0.55 |
| Hex | BA | 73 | 60 | 0 | 26 | 30 | 1B | D | 27 | 37 |
| Octal | 272 | 163 | 140 | 0 | 46 | 60 | 33 | 15 | 47 | 67 |
| Binary | 10111010 | 1110011 | 1100000 | 0 | 100110 | 110000 | 11011 | 1101 | 100111 | 110111 |
Color Harmonies of #BA7360
Complementary color
Monochromatic Colors of #BA7360
Black with #BA7360
Text Example
Text Example
White with #BA7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7360; }
p { color: rgb(186,115,96); }
H1.HeaderClassName
{
color: #BA7360;
}
.AnyTagClassName
{
color: #BA7360;
}
</style>
background-color css
<style>
a { background-color: #BA7360; }
a { background-color: rgb(186,115,96); }
div.DivClassName
{
background-color: #BA7360;
}
.BgClassName
{
background-color: #BA7360;
}
</style>
border-color css
<style>
span { border-color: #BA7360; }
span { border-color: rgb(186,115,96); }
td.TdClassName
{
border-color: #BA7360;
}
.TagClassName
{
border-color: #BA7360;
}
</style>