Shades of Contessa #BA7574
Tints of Contessa #BA7574
RGB
CMYK
RGB Variations
Color information
#BA7574 (or 0xBA7574) is known color: Contessa. HEX triplet: BA, 75 and 74. RGB value is (186,117,116). Sum of RGB (Red+Green+Blue) = 186+117+116=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7574 is #458A8B. Grayscale: #898989. Windows color (decimal): -4557452 or 7632314. OLE color: 7632314.
HSL color Cylindrical-coordinate representation of color #BA7574: hue angle of 0.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7574 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 116 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.27 |
| HSL | 0.86º | 0.34% | 0.59% | - |
| HSV(B) | 0.86º | 0.38% | 0.73% | - |
| XYZ | 29.76 | 24.42 | 19.67 | - |
| YUV | 137.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 116 | 0 | 0.37 | 0.38 | 0.27 | 0.86 | 0.34 | 0.59 |
| Hex | BA | 75 | 74 | 0 | 25 | 26 | 1B | 1 | 22 | 3B |
| Octal | 272 | 165 | 164 | 0 | 45 | 46 | 33 | 1 | 42 | 73 |
| Binary | 10111010 | 1110101 | 1110100 | 0 | 100101 | 100110 | 11011 | 1 | 100010 | 111011 |
Color Harmonies of #BA7574
Complementary color
Monochromatic Colors of #BA7574
Black with #BA7574
Text Example
Text Example
White with #BA7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7574; }
p { color: rgb(186,117,116); }
H1.HeaderClassName
{
color: #BA7574;
}
.AnyTagClassName
{
color: #BA7574;
}
</style>
background-color css
<style>
a { background-color: #BA7574; }
a { background-color: rgb(186,117,116); }
div.DivClassName
{
background-color: #BA7574;
}
.BgClassName
{
background-color: #BA7574;
}
</style>
border-color css
<style>
span { border-color: #BA7574; }
span { border-color: rgb(186,117,116); }
td.TdClassName
{
border-color: #BA7574;
}
.TagClassName
{
border-color: #BA7574;
}
</style>