Shades of Contessa #BA7466
Tints of Contessa #BA7466
RGB
CMYK
RGB Variations
Color information
#BA7466 (or 0xBA7466) is known color: Contessa. HEX triplet: BA, 74 and 66. RGB value is (186,116,102). Sum of RGB (Red+Green+Blue) = 186+116+102=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7466 is #458B99. Grayscale: #878787. Windows color (decimal): -4557722 or 6714554. OLE color: 6714554.
HSL color Cylindrical-coordinate representation of color #BA7466: hue angle of 10º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7466 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 102 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.27 |
| HSL | 10º | 0.38% | 0.56% | - |
| HSV(B) | 10º | 0.45% | 0.73% | - |
| XYZ | 28.89 | 23.89 | 15.66 | - |
| YUV | 135.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 102 | 0 | 0.38 | 0.45 | 0.27 | 10 | 0.38 | 0.56 |
| Hex | BA | 74 | 66 | 0 | 26 | 2D | 1B | A | 26 | 38 |
| Octal | 272 | 164 | 146 | 0 | 46 | 55 | 33 | 12 | 46 | 70 |
| Binary | 10111010 | 1110100 | 1100110 | 0 | 100110 | 101101 | 11011 | 1010 | 100110 | 111000 |
Color Harmonies of #BA7466
Complementary color
Monochromatic Colors of #BA7466
Black with #BA7466
Text Example
Text Example
White with #BA7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7466; }
p { color: rgb(186,116,102); }
H1.HeaderClassName
{
color: #BA7466;
}
.AnyTagClassName
{
color: #BA7466;
}
</style>
background-color css
<style>
a { background-color: #BA7466; }
a { background-color: rgb(186,116,102); }
div.DivClassName
{
background-color: #BA7466;
}
.BgClassName
{
background-color: #BA7466;
}
</style>
border-color css
<style>
span { border-color: #BA7466; }
span { border-color: rgb(186,116,102); }
td.TdClassName
{
border-color: #BA7466;
}
.TagClassName
{
border-color: #BA7466;
}
</style>