Shades of Contessa #BA6E6A
Tints of Contessa #BA6E6A
RGB
CMYK
RGB Variations
Color information
#BA6E6A (or 0xBA6E6A) is known color: Contessa. HEX triplet: BA, 6E and 6A. RGB value is (186,110,106). Sum of RGB (Red+Green+Blue) = 186+110+106=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E6A is #459195. Grayscale: #848484. Windows color (decimal): -4559254 or 6975162. OLE color: 6975162.
HSL color Cylindrical-coordinate representation of color #BA6E6A: hue angle of 3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6E6A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 106 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.27 |
| HSL | 3º | 0.37% | 0.57% | - |
| HSV(B) | 3º | 0.43% | 0.73% | - |
| XYZ | 28.43 | 22.63 | 16.51 | - |
| YUV | 132.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 106 | 0 | 0.41 | 0.43 | 0.27 | 3 | 0.37 | 0.57 |
| Hex | BA | 6E | 6A | 0 | 29 | 2B | 1B | 3 | 25 | 39 |
| Octal | 272 | 156 | 152 | 0 | 51 | 53 | 33 | 3 | 45 | 71 |
| Binary | 10111010 | 1101110 | 1101010 | 0 | 101001 | 101011 | 11011 | 11 | 100101 | 111001 |
Color Harmonies of #BA6E6A
Complementary color
Monochromatic Colors of #BA6E6A
Black with #BA6E6A
Text Example
Text Example
White with #BA6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E6A; }
p { color: rgb(186,110,106); }
H1.HeaderClassName
{
color: #BA6E6A;
}
.AnyTagClassName
{
color: #BA6E6A;
}
</style>
background-color css
<style>
a { background-color: #BA6E6A; }
a { background-color: rgb(186,110,106); }
div.DivClassName
{
background-color: #BA6E6A;
}
.BgClassName
{
background-color: #BA6E6A;
}
</style>
border-color css
<style>
span { border-color: #BA6E6A; }
span { border-color: rgb(186,110,106); }
td.TdClassName
{
border-color: #BA6E6A;
}
.TagClassName
{
border-color: #BA6E6A;
}
</style>