Shades of Contessa #BA7164
Tints of Contessa #BA7164
RGB
CMYK
RGB Variations
Color information
#BA7164 (or 0xBA7164) is known color: Contessa. HEX triplet: BA, 71 and 64. RGB value is (186,113,100). Sum of RGB (Red+Green+Blue) = 186+113+100=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7164 is #458E9B. Grayscale: #858585. Windows color (decimal): -4558492 or 6582714. OLE color: 6582714.
HSL color Cylindrical-coordinate representation of color #BA7164: hue angle of 9.07º 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 #BA7164 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 100 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.27 |
| HSL | 9.07º | 0.38% | 0.56% | - |
| HSV(B) | 9.07º | 0.46% | 0.73% | - |
| XYZ | 28.46 | 23.17 | 15.03 | - |
| YUV | 133.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 100 | 0 | 0.39 | 0.46 | 0.27 | 9.07 | 0.38 | 0.56 |
| Hex | BA | 71 | 64 | 0 | 27 | 2E | 1B | 9 | 26 | 38 |
| Octal | 272 | 161 | 144 | 0 | 47 | 56 | 33 | 11 | 46 | 70 |
| Binary | 10111010 | 1110001 | 1100100 | 0 | 100111 | 101110 | 11011 | 1001 | 100110 | 111000 |
Color Harmonies of #BA7164
Complementary color
Monochromatic Colors of #BA7164
Black with #BA7164
Text Example
Text Example
White with #BA7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7164; }
p { color: rgb(186,113,100); }
H1.HeaderClassName
{
color: #BA7164;
}
.AnyTagClassName
{
color: #BA7164;
}
</style>
background-color css
<style>
a { background-color: #BA7164; }
a { background-color: rgb(186,113,100); }
div.DivClassName
{
background-color: #BA7164;
}
.BgClassName
{
background-color: #BA7164;
}
</style>
border-color css
<style>
span { border-color: #BA7164; }
span { border-color: rgb(186,113,100); }
td.TdClassName
{
border-color: #BA7164;
}
.TagClassName
{
border-color: #BA7164;
}
</style>