Shades of Contessa #BA7763
Tints of Contessa #BA7763
RGB
CMYK
RGB Variations
Color information
#BA7763 (or 0xBA7763) is known color: Contessa. HEX triplet: BA, 77 and 63. RGB value is (186,119,99). Sum of RGB (Red+Green+Blue) = 186+119+99=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7763 is #45889C. Grayscale: #888888. Windows color (decimal): -4556957 or 6518714. OLE color: 6518714.
HSL color Cylindrical-coordinate representation of color #BA7763: hue angle of 13.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7763 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 99 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.27 |
| HSL | 13.79º | 0.39% | 0.56% | - |
| HSV(B) | 13.79º | 0.47% | 0.73% | - |
| XYZ | 29.1 | 24.53 | 15.01 | - |
| YUV | 136.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 99 | 0 | 0.36 | 0.47 | 0.27 | 13.79 | 0.39 | 0.56 |
| Hex | BA | 77 | 63 | 0 | 24 | 2F | 1B | E | 27 | 38 |
| Octal | 272 | 167 | 143 | 0 | 44 | 57 | 33 | 16 | 47 | 70 |
| Binary | 10111010 | 1110111 | 1100011 | 0 | 100100 | 101111 | 11011 | 1110 | 100111 | 111000 |
Color Harmonies of #BA7763
Complementary color
Monochromatic Colors of #BA7763
Black with #BA7763
Text Example
Text Example
White with #BA7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7763; }
p { color: rgb(186,119,99); }
H1.HeaderClassName
{
color: #BA7763;
}
.AnyTagClassName
{
color: #BA7763;
}
</style>
background-color css
<style>
a { background-color: #BA7763; }
a { background-color: rgb(186,119,99); }
div.DivClassName
{
background-color: #BA7763;
}
.BgClassName
{
background-color: #BA7763;
}
</style>
border-color css
<style>
span { border-color: #BA7763; }
span { border-color: rgb(186,119,99); }
td.TdClassName
{
border-color: #BA7763;
}
.TagClassName
{
border-color: #BA7763;
}
</style>