Shades of Contessa #BA685E
Tints of Contessa #BA685E
RGB
CMYK
RGB Variations
Color information
#BA685E (or 0xBA685E) is known color: Contessa. HEX triplet: BA, 68 and 5E. RGB value is (186,104,94). Sum of RGB (Red+Green+Blue) = 186+104+94=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685E is #4597A1. Grayscale: #7F7F7F. Windows color (decimal): -4560802 or 6187194. OLE color: 6187194.
HSL color Cylindrical-coordinate representation of color #BA685E: hue angle of 6.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA685E is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 94 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.27 |
| HSL | 6.52º | 0.4% | 0.55% | - |
| HSV(B) | 6.52º | 0.49% | 0.73% | - |
| XYZ | 27.22 | 21.15 | 13.24 | - |
| YUV | 127.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 94 | 0 | 0.44 | 0.49 | 0.27 | 6.52 | 0.4 | 0.55 |
| Hex | BA | 68 | 5E | 0 | 2C | 31 | 1B | 7 | 28 | 37 |
| Octal | 272 | 150 | 136 | 0 | 54 | 61 | 33 | 7 | 50 | 67 |
| Binary | 10111010 | 1101000 | 1011110 | 0 | 101100 | 110001 | 11011 | 111 | 101000 | 110111 |
Color Harmonies of #BA685E
Complementary color
Monochromatic Colors of #BA685E
Black with #BA685E
Text Example
Text Example
White with #BA685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA685E; }
p { color: rgb(186,104,94); }
H1.HeaderClassName
{
color: #BA685E;
}
.AnyTagClassName
{
color: #BA685E;
}
</style>
background-color css
<style>
a { background-color: #BA685E; }
a { background-color: rgb(186,104,94); }
div.DivClassName
{
background-color: #BA685E;
}
.BgClassName
{
background-color: #BA685E;
}
</style>
border-color css
<style>
span { border-color: #BA685E; }
span { border-color: rgb(186,104,94); }
td.TdClassName
{
border-color: #BA685E;
}
.TagClassName
{
border-color: #BA685E;
}
</style>