Shades of Contessa #BA7364
Tints of Contessa #BA7364
RGB
CMYK
RGB Variations
Color information
#BA7364 (or 0xBA7364) is known color: Contessa. HEX triplet: BA, 73 and 64. RGB value is (186,115,100). Sum of RGB (Red+Green+Blue) = 186+115+100=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7364 is #458C9B. Grayscale: #868686. Windows color (decimal): -4557980 or 6583226. OLE color: 6583226.
HSL color Cylindrical-coordinate representation of color #BA7364: hue angle of 10.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7364 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 100 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.27 |
| HSL | 10.47º | 0.38% | 0.56% | - |
| HSV(B) | 10.47º | 0.46% | 0.73% | - |
| XYZ | 28.68 | 23.62 | 15.1 | - |
| YUV | 134.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 100 | 0 | 0.38 | 0.46 | 0.27 | 10.47 | 0.38 | 0.56 |
| Hex | BA | 73 | 64 | 0 | 26 | 2E | 1B | A | 26 | 38 |
| Octal | 272 | 163 | 144 | 0 | 46 | 56 | 33 | 12 | 46 | 70 |
| Binary | 10111010 | 1110011 | 1100100 | 0 | 100110 | 101110 | 11011 | 1010 | 100110 | 111000 |
Color Harmonies of #BA7364
Complementary color
Monochromatic Colors of #BA7364
Black with #BA7364
Text Example
Text Example
White with #BA7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7364; }
p { color: rgb(186,115,100); }
H1.HeaderClassName
{
color: #BA7364;
}
.AnyTagClassName
{
color: #BA7364;
}
</style>
background-color css
<style>
a { background-color: #BA7364; }
a { background-color: rgb(186,115,100); }
div.DivClassName
{
background-color: #BA7364;
}
.BgClassName
{
background-color: #BA7364;
}
</style>
border-color css
<style>
span { border-color: #BA7364; }
span { border-color: rgb(186,115,100); }
td.TdClassName
{
border-color: #BA7364;
}
.TagClassName
{
border-color: #BA7364;
}
</style>