Shades of Contessa #BA786B
Tints of Contessa #BA786B
RGB
CMYK
RGB Variations
Color information
#BA786B (or 0xBA786B) is known color: Contessa. HEX triplet: BA, 78 and 6B. RGB value is (186,120,107). Sum of RGB (Red+Green+Blue) = 186+120+107=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA786B is #458794. Grayscale: #8A8A8A. Windows color (decimal): -4556693 or 7043258. OLE color: 7043258.
HSL color Cylindrical-coordinate representation of color #BA786B: hue angle of 9.87º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA786B is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 107 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.27 |
| HSL | 9.87º | 0.36% | 0.57% | - |
| HSV(B) | 9.87º | 0.42% | 0.73% | - |
| XYZ | 29.62 | 24.93 | 17.16 | - |
| YUV | 138.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 107 | 0 | 0.35 | 0.42 | 0.27 | 9.87 | 0.36 | 0.57 |
| Hex | BA | 78 | 6B | 0 | 23 | 2A | 1B | A | 24 | 39 |
| Octal | 272 | 170 | 153 | 0 | 43 | 52 | 33 | 12 | 44 | 71 |
| Binary | 10111010 | 1111000 | 1101011 | 0 | 100011 | 101010 | 11011 | 1010 | 100100 | 111001 |
Color Harmonies of #BA786B
Complementary color
Monochromatic Colors of #BA786B
Black with #BA786B
Text Example
Text Example
White with #BA786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA786B; }
p { color: rgb(186,120,107); }
H1.HeaderClassName
{
color: #BA786B;
}
.AnyTagClassName
{
color: #BA786B;
}
</style>
background-color css
<style>
a { background-color: #BA786B; }
a { background-color: rgb(186,120,107); }
div.DivClassName
{
background-color: #BA786B;
}
.BgClassName
{
background-color: #BA786B;
}
</style>
border-color css
<style>
span { border-color: #BA786B; }
span { border-color: rgb(186,120,107); }
td.TdClassName
{
border-color: #BA786B;
}
.TagClassName
{
border-color: #BA786B;
}
</style>