Shades of Contessa #BA745E
Tints of Contessa #BA745E
RGB
CMYK
RGB Variations
Color information
#BA745E (or 0xBA745E) is known color: Contessa. HEX triplet: BA, 74 and 5E. RGB value is (186,116,94). Sum of RGB (Red+Green+Blue) = 186+116+94=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745E is #458BA1. Grayscale: #868686. Windows color (decimal): -4557730 or 6190266. OLE color: 6190266.
HSL color Cylindrical-coordinate representation of color #BA745E: hue angle of 14.35º 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 #BA745E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 94 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.27 |
| HSL | 14.35º | 0.4% | 0.55% | - |
| HSV(B) | 14.35º | 0.49% | 0.73% | - |
| XYZ | 28.52 | 23.74 | 13.67 | - |
| YUV | 134.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 94 | 0 | 0.38 | 0.49 | 0.27 | 14.35 | 0.4 | 0.55 |
| Hex | BA | 74 | 5E | 0 | 26 | 31 | 1B | E | 28 | 37 |
| Octal | 272 | 164 | 136 | 0 | 46 | 61 | 33 | 16 | 50 | 67 |
| Binary | 10111010 | 1110100 | 1011110 | 0 | 100110 | 110001 | 11011 | 1110 | 101000 | 110111 |
Color Harmonies of #BA745E
Complementary color
Monochromatic Colors of #BA745E
Black with #BA745E
Text Example
Text Example
White with #BA745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA745E; }
p { color: rgb(186,116,94); }
H1.HeaderClassName
{
color: #BA745E;
}
.AnyTagClassName
{
color: #BA745E;
}
</style>
background-color css
<style>
a { background-color: #BA745E; }
a { background-color: rgb(186,116,94); }
div.DivClassName
{
background-color: #BA745E;
}
.BgClassName
{
background-color: #BA745E;
}
</style>
border-color css
<style>
span { border-color: #BA745E; }
span { border-color: rgb(186,116,94); }
td.TdClassName
{
border-color: #BA745E;
}
.TagClassName
{
border-color: #BA745E;
}
</style>