Shades of Contessa #BA746C
Tints of Contessa #BA746C
RGB
CMYK
RGB Variations
Color information
#BA746C (or 0xBA746C) is known color: Contessa. HEX triplet: BA, 74 and 6C. RGB value is (186,116,108). Sum of RGB (Red+Green+Blue) = 186+116+108=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746C is #458B93. Grayscale: #888888. Windows color (decimal): -4557716 or 7107770. OLE color: 7107770.
HSL color Cylindrical-coordinate representation of color #BA746C: hue angle of 6.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA746C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 108 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.27 |
| HSL | 6.15º | 0.36% | 0.58% | - |
| HSV(B) | 6.15º | 0.42% | 0.73% | - |
| XYZ | 29.2 | 24.01 | 17.28 | - |
| YUV | 136.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 108 | 0 | 0.38 | 0.42 | 0.27 | 6.15 | 0.36 | 0.58 |
| Hex | BA | 74 | 6C | 0 | 26 | 2A | 1B | 6 | 24 | 3A |
| Octal | 272 | 164 | 154 | 0 | 46 | 52 | 33 | 6 | 44 | 72 |
| Binary | 10111010 | 1110100 | 1101100 | 0 | 100110 | 101010 | 11011 | 110 | 100100 | 111010 |
Color Harmonies of #BA746C
Complementary color
Monochromatic Colors of #BA746C
Black with #BA746C
Text Example
Text Example
White with #BA746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA746C; }
p { color: rgb(186,116,108); }
H1.HeaderClassName
{
color: #BA746C;
}
.AnyTagClassName
{
color: #BA746C;
}
</style>
background-color css
<style>
a { background-color: #BA746C; }
a { background-color: rgb(186,116,108); }
div.DivClassName
{
background-color: #BA746C;
}
.BgClassName
{
background-color: #BA746C;
}
</style>
border-color css
<style>
span { border-color: #BA746C; }
span { border-color: rgb(186,116,108); }
td.TdClassName
{
border-color: #BA746C;
}
.TagClassName
{
border-color: #BA746C;
}
</style>