Shades of Contessa #BA7864
Tints of Contessa #BA7864
RGB
CMYK
RGB Variations
Color information
#BA7864 (or 0xBA7864) is known color: Contessa. HEX triplet: BA, 78 and 64. RGB value is (186,120,100). Sum of RGB (Red+Green+Blue) = 186+120+100=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7864 is #45879B. Grayscale: #898989. Windows color (decimal): -4556700 or 6584506. OLE color: 6584506.
HSL color Cylindrical-coordinate representation of color #BA7864: hue angle of 13.95º 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 #BA7864 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 100 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.27 |
| HSL | 13.95º | 0.38% | 0.56% | - |
| HSV(B) | 13.95º | 0.46% | 0.73% | - |
| XYZ | 29.27 | 24.79 | 15.3 | - |
| YUV | 137.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 100 | 0 | 0.35 | 0.46 | 0.27 | 13.95 | 0.38 | 0.56 |
| Hex | BA | 78 | 64 | 0 | 23 | 2E | 1B | E | 26 | 38 |
| Octal | 272 | 170 | 144 | 0 | 43 | 56 | 33 | 16 | 46 | 70 |
| Binary | 10111010 | 1111000 | 1100100 | 0 | 100011 | 101110 | 11011 | 1110 | 100110 | 111000 |
Color Harmonies of #BA7864
Complementary color
Monochromatic Colors of #BA7864
Black with #BA7864
Text Example
Text Example
White with #BA7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7864; }
p { color: rgb(186,120,100); }
H1.HeaderClassName
{
color: #BA7864;
}
.AnyTagClassName
{
color: #BA7864;
}
</style>
background-color css
<style>
a { background-color: #BA7864; }
a { background-color: rgb(186,120,100); }
div.DivClassName
{
background-color: #BA7864;
}
.BgClassName
{
background-color: #BA7864;
}
</style>
border-color css
<style>
span { border-color: #BA7864; }
span { border-color: rgb(186,120,100); }
td.TdClassName
{
border-color: #BA7864;
}
.TagClassName
{
border-color: #BA7864;
}
</style>