Shades of Contessa #BA6863
Tints of Contessa #BA6863
RGB
CMYK
RGB Variations
Color information
#BA6863 (or 0xBA6863) is known color: Contessa. HEX triplet: BA, 68 and 63. RGB value is (186,104,99). Sum of RGB (Red+Green+Blue) = 186+104+99=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6863 is #45979C. Grayscale: #808080. Windows color (decimal): -4560797 or 6514874. OLE color: 6514874.
HSL color Cylindrical-coordinate representation of color #BA6863: hue angle of 3.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6863 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 99 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.27 |
| HSL | 3.45º | 0.39% | 0.56% | - |
| HSV(B) | 3.45º | 0.47% | 0.73% | - |
| XYZ | 27.45 | 21.24 | 14.46 | - |
| YUV | 127.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 99 | 0 | 0.44 | 0.47 | 0.27 | 3.45 | 0.39 | 0.56 |
| Hex | BA | 68 | 63 | 0 | 2C | 2F | 1B | 3 | 27 | 38 |
| Octal | 272 | 150 | 143 | 0 | 54 | 57 | 33 | 3 | 47 | 70 |
| Binary | 10111010 | 1101000 | 1100011 | 0 | 101100 | 101111 | 11011 | 11 | 100111 | 111000 |
Color Harmonies of #BA6863
Complementary color
Monochromatic Colors of #BA6863
Black with #BA6863
Text Example
Text Example
White with #BA6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6863; }
p { color: rgb(186,104,99); }
H1.HeaderClassName
{
color: #BA6863;
}
.AnyTagClassName
{
color: #BA6863;
}
</style>
background-color css
<style>
a { background-color: #BA6863; }
a { background-color: rgb(186,104,99); }
div.DivClassName
{
background-color: #BA6863;
}
.BgClassName
{
background-color: #BA6863;
}
</style>
border-color css
<style>
span { border-color: #BA6863; }
span { border-color: rgb(186,104,99); }
td.TdClassName
{
border-color: #BA6863;
}
.TagClassName
{
border-color: #BA6863;
}
</style>