Shades of Contessa #BA7B66
Tints of Contessa #BA7B66
RGB
CMYK
RGB Variations
Color information
#BA7B66 (or 0xBA7B66) is known color: Contessa. HEX triplet: BA, 7B and 66. RGB value is (186,123,102). Sum of RGB (Red+Green+Blue) = 186+123+102=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B66 is #458499. Grayscale: #8B8B8B. Windows color (decimal): -4555930 or 6716346. OLE color: 6716346.
HSL color Cylindrical-coordinate representation of color #BA7B66: hue angle of 15º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7B66 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 102 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.27 |
| HSL | 15º | 0.38% | 0.56% | - |
| HSV(B) | 15º | 0.45% | 0.73% | - |
| XYZ | 29.73 | 25.56 | 15.94 | - |
| YUV | 139.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 102 | 0 | 0.34 | 0.45 | 0.27 | 15 | 0.38 | 0.56 |
| Hex | BA | 7B | 66 | 0 | 22 | 2D | 1B | F | 26 | 38 |
| Octal | 272 | 173 | 146 | 0 | 42 | 55 | 33 | 17 | 46 | 70 |
| Binary | 10111010 | 1111011 | 1100110 | 0 | 100010 | 101101 | 11011 | 1111 | 100110 | 111000 |
Color Harmonies of #BA7B66
Complementary color
Monochromatic Colors of #BA7B66
Black with #BA7B66
Text Example
Text Example
White with #BA7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B66; }
p { color: rgb(186,123,102); }
H1.HeaderClassName
{
color: #BA7B66;
}
.AnyTagClassName
{
color: #BA7B66;
}
</style>
background-color css
<style>
a { background-color: #BA7B66; }
a { background-color: rgb(186,123,102); }
div.DivClassName
{
background-color: #BA7B66;
}
.BgClassName
{
background-color: #BA7B66;
}
</style>
border-color css
<style>
span { border-color: #BA7B66; }
span { border-color: rgb(186,123,102); }
td.TdClassName
{
border-color: #BA7B66;
}
.TagClassName
{
border-color: #BA7B66;
}
</style>