Shades of Contessa #BA7765
Tints of Contessa #BA7765
RGB
CMYK
RGB Variations
Color information
#BA7765 (or 0xBA7765) is known color: Contessa. HEX triplet: BA, 77 and 65. RGB value is (186,119,101). Sum of RGB (Red+Green+Blue) = 186+119+101=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7765 is #45889A. Grayscale: #898989. Windows color (decimal): -4556955 or 6649786. OLE color: 6649786.
HSL color Cylindrical-coordinate representation of color #BA7765: hue angle of 12.71º 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 #BA7765 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 101 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.27 |
| HSL | 12.71º | 0.38% | 0.56% | - |
| HSV(B) | 12.71º | 0.46% | 0.73% | - |
| XYZ | 29.2 | 24.57 | 15.52 | - |
| YUV | 136.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 101 | 0 | 0.36 | 0.46 | 0.27 | 12.71 | 0.38 | 0.56 |
| Hex | BA | 77 | 65 | 0 | 24 | 2E | 1B | D | 26 | 38 |
| Octal | 272 | 167 | 145 | 0 | 44 | 56 | 33 | 15 | 46 | 70 |
| Binary | 10111010 | 1110111 | 1100101 | 0 | 100100 | 101110 | 11011 | 1101 | 100110 | 111000 |
Color Harmonies of #BA7765
Complementary color
Monochromatic Colors of #BA7765
Black with #BA7765
Text Example
Text Example
White with #BA7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7765; }
p { color: rgb(186,119,101); }
H1.HeaderClassName
{
color: #BA7765;
}
.AnyTagClassName
{
color: #BA7765;
}
</style>
background-color css
<style>
a { background-color: #BA7765; }
a { background-color: rgb(186,119,101); }
div.DivClassName
{
background-color: #BA7765;
}
.BgClassName
{
background-color: #BA7765;
}
</style>
border-color css
<style>
span { border-color: #BA7765; }
span { border-color: rgb(186,119,101); }
td.TdClassName
{
border-color: #BA7765;
}
.TagClassName
{
border-color: #BA7765;
}
</style>