Shades of Contessa #BA6865
Tints of Contessa #BA6865
RGB
CMYK
RGB Variations
Color information
#BA6865 (or 0xBA6865) is known color: Contessa. HEX triplet: BA, 68 and 65. RGB value is (186,104,101). Sum of RGB (Red+Green+Blue) = 186+104+101=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6865 is #45979A. Grayscale: #808080. Windows color (decimal): -4560795 or 6645946. OLE color: 6645946.
HSL color Cylindrical-coordinate representation of color #BA6865: hue angle of 2.12º 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 #BA6865 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 101 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.27 |
| HSL | 2.12º | 0.38% | 0.56% | - |
| HSV(B) | 2.12º | 0.46% | 0.73% | - |
| XYZ | 27.55 | 21.28 | 14.97 | - |
| YUV | 128.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 101 | 0 | 0.44 | 0.46 | 0.27 | 2.12 | 0.38 | 0.56 |
| Hex | BA | 68 | 65 | 0 | 2C | 2E | 1B | 2 | 26 | 38 |
| Octal | 272 | 150 | 145 | 0 | 54 | 56 | 33 | 2 | 46 | 70 |
| Binary | 10111010 | 1101000 | 1100101 | 0 | 101100 | 101110 | 11011 | 10 | 100110 | 111000 |
Color Harmonies of #BA6865
Complementary color
Monochromatic Colors of #BA6865
Black with #BA6865
Text Example
Text Example
White with #BA6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6865; }
p { color: rgb(186,104,101); }
H1.HeaderClassName
{
color: #BA6865;
}
.AnyTagClassName
{
color: #BA6865;
}
</style>
background-color css
<style>
a { background-color: #BA6865; }
a { background-color: rgb(186,104,101); }
div.DivClassName
{
background-color: #BA6865;
}
.BgClassName
{
background-color: #BA6865;
}
</style>
border-color css
<style>
span { border-color: #BA6865; }
span { border-color: rgb(186,104,101); }
td.TdClassName
{
border-color: #BA6865;
}
.TagClassName
{
border-color: #BA6865;
}
</style>