Shades of Contessa #BA7465
Tints of Contessa #BA7465
RGB
CMYK
RGB Variations
Color information
#BA7465 (or 0xBA7465) is known color: Contessa. HEX triplet: BA, 74 and 65. RGB value is (186,116,101). Sum of RGB (Red+Green+Blue) = 186+116+101=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7465 is #458B9A. Grayscale: #878787. Windows color (decimal): -4557723 or 6649018. OLE color: 6649018.
HSL color Cylindrical-coordinate representation of color #BA7465: hue angle of 10.59º 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 #BA7465 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 101 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.27 |
| HSL | 10.59º | 0.38% | 0.56% | - |
| HSV(B) | 10.59º | 0.46% | 0.73% | - |
| XYZ | 28.84 | 23.87 | 15.4 | - |
| YUV | 135.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 101 | 0 | 0.38 | 0.46 | 0.27 | 10.59 | 0.38 | 0.56 |
| Hex | BA | 74 | 65 | 0 | 26 | 2E | 1B | B | 26 | 38 |
| Octal | 272 | 164 | 145 | 0 | 46 | 56 | 33 | 13 | 46 | 70 |
| Binary | 10111010 | 1110100 | 1100101 | 0 | 100110 | 101110 | 11011 | 1011 | 100110 | 111000 |
Color Harmonies of #BA7465
Complementary color
Monochromatic Colors of #BA7465
Black with #BA7465
Text Example
Text Example
White with #BA7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7465; }
p { color: rgb(186,116,101); }
H1.HeaderClassName
{
color: #BA7465;
}
.AnyTagClassName
{
color: #BA7465;
}
</style>
background-color css
<style>
a { background-color: #BA7465; }
a { background-color: rgb(186,116,101); }
div.DivClassName
{
background-color: #BA7465;
}
.BgClassName
{
background-color: #BA7465;
}
</style>
border-color css
<style>
span { border-color: #BA7465; }
span { border-color: rgb(186,116,101); }
td.TdClassName
{
border-color: #BA7465;
}
.TagClassName
{
border-color: #BA7465;
}
</style>