Shades of Contessa #BA6C60
Tints of Contessa #BA6C60
RGB
CMYK
RGB Variations
Color information
#BA6C60 (or 0xBA6C60) is known color: Contessa. HEX triplet: BA, 6C and 60. RGB value is (186,108,96). Sum of RGB (Red+Green+Blue) = 186+108+96=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C60 is #45939F. Grayscale: #828282. Windows color (decimal): -4559776 or 6319290. OLE color: 6319290.
HSL color Cylindrical-coordinate representation of color #BA6C60: hue angle of 8º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6C60 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 96 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.27 |
| HSL | 8º | 0.39% | 0.55% | - |
| HSV(B) | 8º | 0.48% | 0.73% | - |
| XYZ | 27.72 | 22.01 | 13.85 | - |
| YUV | 129.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 96 | 0 | 0.42 | 0.48 | 0.27 | 8 | 0.39 | 0.55 |
| Hex | BA | 6C | 60 | 0 | 2A | 30 | 1B | 8 | 27 | 37 |
| Octal | 272 | 154 | 140 | 0 | 52 | 60 | 33 | 10 | 47 | 67 |
| Binary | 10111010 | 1101100 | 1100000 | 0 | 101010 | 110000 | 11011 | 1000 | 100111 | 110111 |
Color Harmonies of #BA6C60
Complementary color
Monochromatic Colors of #BA6C60
Black with #BA6C60
Text Example
Text Example
White with #BA6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C60; }
p { color: rgb(186,108,96); }
H1.HeaderClassName
{
color: #BA6C60;
}
.AnyTagClassName
{
color: #BA6C60;
}
</style>
background-color css
<style>
a { background-color: #BA6C60; }
a { background-color: rgb(186,108,96); }
div.DivClassName
{
background-color: #BA6C60;
}
.BgClassName
{
background-color: #BA6C60;
}
</style>
border-color css
<style>
span { border-color: #BA6C60; }
span { border-color: rgb(186,108,96); }
td.TdClassName
{
border-color: #BA6C60;
}
.TagClassName
{
border-color: #BA6C60;
}
</style>