Shades of Contessa #BA7561
Tints of Contessa #BA7561
RGB
CMYK
RGB Variations
Color information
#BA7561 (or 0xBA7561) is known color: Contessa. HEX triplet: BA, 75 and 61. RGB value is (186,117,97). Sum of RGB (Red+Green+Blue) = 186+117+97=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7561 is #458A9E. Grayscale: #878787. Windows color (decimal): -4557471 or 6387130. OLE color: 6387130.
HSL color Cylindrical-coordinate representation of color #BA7561: hue angle of 13.48º 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 #BA7561 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 97 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.27 |
| HSL | 13.48º | 0.39% | 0.55% | - |
| HSV(B) | 13.48º | 0.48% | 0.73% | - |
| XYZ | 28.77 | 24.02 | 14.43 | - |
| YUV | 135.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 97 | 0 | 0.37 | 0.48 | 0.27 | 13.48 | 0.39 | 0.55 |
| Hex | BA | 75 | 61 | 0 | 25 | 30 | 1B | D | 27 | 37 |
| Octal | 272 | 165 | 141 | 0 | 45 | 60 | 33 | 15 | 47 | 67 |
| Binary | 10111010 | 1110101 | 1100001 | 0 | 100101 | 110000 | 11011 | 1101 | 100111 | 110111 |
Color Harmonies of #BA7561
Complementary color
Monochromatic Colors of #BA7561
Black with #BA7561
Text Example
Text Example
White with #BA7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7561; }
p { color: rgb(186,117,97); }
H1.HeaderClassName
{
color: #BA7561;
}
.AnyTagClassName
{
color: #BA7561;
}
</style>
background-color css
<style>
a { background-color: #BA7561; }
a { background-color: rgb(186,117,97); }
div.DivClassName
{
background-color: #BA7561;
}
.BgClassName
{
background-color: #BA7561;
}
</style>
border-color css
<style>
span { border-color: #BA7561; }
span { border-color: rgb(186,117,97); }
td.TdClassName
{
border-color: #BA7561;
}
.TagClassName
{
border-color: #BA7561;
}
</style>