Shades of Contessa #BA786F
Tints of Contessa #BA786F
RGB
CMYK
RGB Variations
Color information
#BA786F (or 0xBA786F) is known color: Contessa. HEX triplet: BA, 78 and 6F. RGB value is (186,120,111). Sum of RGB (Red+Green+Blue) = 186+120+111=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA786F is #458790. Grayscale: #8A8A8A. Windows color (decimal): -4556689 or 7305402. OLE color: 7305402.
HSL color Cylindrical-coordinate representation of color #BA786F: hue angle of 7.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA786F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 111 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.27 |
| HSL | 7.2º | 0.35% | 0.58% | - |
| HSV(B) | 7.2º | 0.4% | 0.73% | - |
| XYZ | 29.84 | 25.02 | 18.3 | - |
| YUV | 138.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 111 | 0 | 0.35 | 0.40 | 0.27 | 7.2 | 0.35 | 0.58 |
| Hex | BA | 78 | 6F | 0 | 23 | 28 | 1B | 7 | 23 | 3A |
| Octal | 272 | 170 | 157 | 0 | 43 | 50 | 33 | 7 | 43 | 72 |
| Binary | 10111010 | 1111000 | 1101111 | 0 | 100011 | 101000 | 11011 | 111 | 100011 | 111010 |
Color Harmonies of #BA786F
Complementary color
Monochromatic Colors of #BA786F
Black with #BA786F
Text Example
Text Example
White with #BA786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA786F; }
p { color: rgb(186,120,111); }
H1.HeaderClassName
{
color: #BA786F;
}
.AnyTagClassName
{
color: #BA786F;
}
</style>
background-color css
<style>
a { background-color: #BA786F; }
a { background-color: rgb(186,120,111); }
div.DivClassName
{
background-color: #BA786F;
}
.BgClassName
{
background-color: #BA786F;
}
</style>
border-color css
<style>
span { border-color: #BA786F; }
span { border-color: rgb(186,120,111); }
td.TdClassName
{
border-color: #BA786F;
}
.TagClassName
{
border-color: #BA786F;
}
</style>