Shades of Contessa #BA6761
Tints of Contessa #BA6761
RGB
CMYK
RGB Variations
Color information
#BA6761 (or 0xBA6761) is known color: Contessa. HEX triplet: BA, 67 and 61. RGB value is (186,103,97). Sum of RGB (Red+Green+Blue) = 186+103+97=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6761 is #45989E. Grayscale: #7F7F7F. Windows color (decimal): -4561055 or 6383546. OLE color: 6383546.
HSL color Cylindrical-coordinate representation of color #BA6761: hue angle of 4.04º 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 #BA6761 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 97 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.27 |
| HSL | 4.04º | 0.39% | 0.55% | - |
| HSV(B) | 4.04º | 0.48% | 0.73% | - |
| XYZ | 27.26 | 21 | 13.93 | - |
| YUV | 127.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 97 | 0 | 0.45 | 0.48 | 0.27 | 4.04 | 0.39 | 0.55 |
| Hex | BA | 67 | 61 | 0 | 2D | 30 | 1B | 4 | 27 | 37 |
| Octal | 272 | 147 | 141 | 0 | 55 | 60 | 33 | 4 | 47 | 67 |
| Binary | 10111010 | 1100111 | 1100001 | 0 | 101101 | 110000 | 11011 | 100 | 100111 | 110111 |
Color Harmonies of #BA6761
Complementary color
Monochromatic Colors of #BA6761
Black with #BA6761
Text Example
Text Example
White with #BA6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6761; }
p { color: rgb(186,103,97); }
H1.HeaderClassName
{
color: #BA6761;
}
.AnyTagClassName
{
color: #BA6761;
}
</style>
background-color css
<style>
a { background-color: #BA6761; }
a { background-color: rgb(186,103,97); }
div.DivClassName
{
background-color: #BA6761;
}
.BgClassName
{
background-color: #BA6761;
}
</style>
border-color css
<style>
span { border-color: #BA6761; }
span { border-color: rgb(186,103,97); }
td.TdClassName
{
border-color: #BA6761;
}
.TagClassName
{
border-color: #BA6761;
}
</style>