Shades of Contessa #BA6961
Tints of Contessa #BA6961
RGB
CMYK
RGB Variations
Color information
#BA6961 (or 0xBA6961) is known color: Contessa. HEX triplet: BA, 69 and 61. RGB value is (186,105,97). Sum of RGB (Red+Green+Blue) = 186+105+97=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6961 is #45969E. Grayscale: #808080. Windows color (decimal): -4560543 or 6384058. OLE color: 6384058.
HSL color Cylindrical-coordinate representation of color #BA6961: hue angle of 5.39º 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 #BA6961 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 97 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.27 |
| HSL | 5.39º | 0.39% | 0.55% | - |
| HSV(B) | 5.39º | 0.48% | 0.73% | - |
| XYZ | 27.46 | 21.41 | 13.99 | - |
| YUV | 128.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 97 | 0 | 0.44 | 0.48 | 0.27 | 5.39 | 0.39 | 0.55 |
| Hex | BA | 69 | 61 | 0 | 2C | 30 | 1B | 5 | 27 | 37 |
| Octal | 272 | 151 | 141 | 0 | 54 | 60 | 33 | 5 | 47 | 67 |
| Binary | 10111010 | 1101001 | 1100001 | 0 | 101100 | 110000 | 11011 | 101 | 100111 | 110111 |
Color Harmonies of #BA6961
Complementary color
Monochromatic Colors of #BA6961
Black with #BA6961
Text Example
Text Example
White with #BA6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6961; }
p { color: rgb(186,105,97); }
H1.HeaderClassName
{
color: #BA6961;
}
.AnyTagClassName
{
color: #BA6961;
}
</style>
background-color css
<style>
a { background-color: #BA6961; }
a { background-color: rgb(186,105,97); }
div.DivClassName
{
background-color: #BA6961;
}
.BgClassName
{
background-color: #BA6961;
}
</style>
border-color css
<style>
span { border-color: #BA6961; }
span { border-color: rgb(186,105,97); }
td.TdClassName
{
border-color: #BA6961;
}
.TagClassName
{
border-color: #BA6961;
}
</style>