Shades of Contessa #BA746A
Tints of Contessa #BA746A
RGB
CMYK
RGB Variations
Color information
#BA746A (or 0xBA746A) is known color: Contessa. HEX triplet: BA, 74 and 6A. RGB value is (186,116,106). Sum of RGB (Red+Green+Blue) = 186+116+106=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746A is #458B95. Grayscale: #878787. Windows color (decimal): -4557718 or 6976698. OLE color: 6976698.
HSL color Cylindrical-coordinate representation of color #BA746A: hue angle of 7.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA746A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 106 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.27 |
| HSL | 7.5º | 0.37% | 0.57% | - |
| HSV(B) | 7.5º | 0.43% | 0.73% | - |
| XYZ | 29.1 | 23.97 | 16.73 | - |
| YUV | 135.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 106 | 0 | 0.38 | 0.43 | 0.27 | 7.5 | 0.37 | 0.57 |
| Hex | BA | 74 | 6A | 0 | 26 | 2B | 1B | 8 | 25 | 39 |
| Octal | 272 | 164 | 152 | 0 | 46 | 53 | 33 | 10 | 45 | 71 |
| Binary | 10111010 | 1110100 | 1101010 | 0 | 100110 | 101011 | 11011 | 1000 | 100101 | 111001 |
Color Harmonies of #BA746A
Complementary color
Monochromatic Colors of #BA746A
Black with #BA746A
Text Example
Text Example
White with #BA746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA746A; }
p { color: rgb(186,116,106); }
H1.HeaderClassName
{
color: #BA746A;
}
.AnyTagClassName
{
color: #BA746A;
}
</style>
background-color css
<style>
a { background-color: #BA746A; }
a { background-color: rgb(186,116,106); }
div.DivClassName
{
background-color: #BA746A;
}
.BgClassName
{
background-color: #BA746A;
}
</style>
border-color css
<style>
span { border-color: #BA746A; }
span { border-color: rgb(186,116,106); }
td.TdClassName
{
border-color: #BA746A;
}
.TagClassName
{
border-color: #BA746A;
}
</style>