Shades of Contessa #BA746B
Tints of Contessa #BA746B
RGB
CMYK
RGB Variations
Color information
#BA746B (or 0xBA746B) is known color: Contessa. HEX triplet: BA, 74 and 6B. RGB value is (186,116,107). Sum of RGB (Red+Green+Blue) = 186+116+107=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746B is #458B94. Grayscale: #888888. Windows color (decimal): -4557717 or 7042234. OLE color: 7042234.
HSL color Cylindrical-coordinate representation of color #BA746B: hue angle of 6.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA746B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 107 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.27 |
| HSL | 6.84º | 0.36% | 0.57% | - |
| HSV(B) | 6.84º | 0.42% | 0.73% | - |
| XYZ | 29.15 | 23.99 | 17 | - |
| YUV | 135.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 107 | 0 | 0.38 | 0.42 | 0.27 | 6.84 | 0.36 | 0.57 |
| Hex | BA | 74 | 6B | 0 | 26 | 2A | 1B | 7 | 24 | 39 |
| Octal | 272 | 164 | 153 | 0 | 46 | 52 | 33 | 7 | 44 | 71 |
| Binary | 10111010 | 1110100 | 1101011 | 0 | 100110 | 101010 | 11011 | 111 | 100100 | 111001 |
Color Harmonies of #BA746B
Complementary color
Monochromatic Colors of #BA746B
Black with #BA746B
Text Example
Text Example
White with #BA746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA746B; }
p { color: rgb(186,116,107); }
H1.HeaderClassName
{
color: #BA746B;
}
.AnyTagClassName
{
color: #BA746B;
}
</style>
background-color css
<style>
a { background-color: #BA746B; }
a { background-color: rgb(186,116,107); }
div.DivClassName
{
background-color: #BA746B;
}
.BgClassName
{
background-color: #BA746B;
}
</style>
border-color css
<style>
span { border-color: #BA746B; }
span { border-color: rgb(186,116,107); }
td.TdClassName
{
border-color: #BA746B;
}
.TagClassName
{
border-color: #BA746B;
}
</style>