Shades of Contessa #BA7B64
Tints of Contessa #BA7B64
RGB
CMYK
RGB Variations
Color information
#BA7B64 (or 0xBA7B64) is known color: Contessa. HEX triplet: BA, 7B and 64. RGB value is (186,123,100). Sum of RGB (Red+Green+Blue) = 186+123+100=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B64 is #45849B. Grayscale: #8B8B8B. Windows color (decimal): -4555932 or 6585274. OLE color: 6585274.
HSL color Cylindrical-coordinate representation of color #BA7B64: hue angle of 16.05º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7B64 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 100 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.27 |
| HSL | 16.05º | 0.38% | 0.56% | - |
| HSV(B) | 16.05º | 0.46% | 0.73% | - |
| XYZ | 29.63 | 25.53 | 15.42 | - |
| YUV | 139.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 100 | 0 | 0.34 | 0.46 | 0.27 | 16.05 | 0.38 | 0.56 |
| Hex | BA | 7B | 64 | 0 | 22 | 2E | 1B | 10 | 26 | 38 |
| Octal | 272 | 173 | 144 | 0 | 42 | 56 | 33 | 20 | 46 | 70 |
| Binary | 10111010 | 1111011 | 1100100 | 0 | 100010 | 101110 | 11011 | 10000 | 100110 | 111000 |
Color Harmonies of #BA7B64
Complementary color
Monochromatic Colors of #BA7B64
Black with #BA7B64
Text Example
Text Example
White with #BA7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B64; }
p { color: rgb(186,123,100); }
H1.HeaderClassName
{
color: #BA7B64;
}
.AnyTagClassName
{
color: #BA7B64;
}
</style>
background-color css
<style>
a { background-color: #BA7B64; }
a { background-color: rgb(186,123,100); }
div.DivClassName
{
background-color: #BA7B64;
}
.BgClassName
{
background-color: #BA7B64;
}
</style>
border-color css
<style>
span { border-color: #BA7B64; }
span { border-color: rgb(186,123,100); }
td.TdClassName
{
border-color: #BA7B64;
}
.TagClassName
{
border-color: #BA7B64;
}
</style>