Shades of Contessa #BA7B69
Tints of Contessa #BA7B69
RGB
CMYK
RGB Variations
Color information
#BA7B69 (or 0xBA7B69) is known color: Contessa. HEX triplet: BA, 7B and 69. RGB value is (186,123,105). Sum of RGB (Red+Green+Blue) = 186+123+105=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B69 is #458496. Grayscale: #8B8B8B. Windows color (decimal): -4555927 or 6912954. OLE color: 6912954.
HSL color Cylindrical-coordinate representation of color #BA7B69: hue angle of 13.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7B69 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 105 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.27 |
| HSL | 13.33º | 0.37% | 0.57% | - |
| HSV(B) | 13.33º | 0.44% | 0.73% | - |
| XYZ | 29.88 | 25.62 | 16.74 | - |
| YUV | 139.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 105 | 0 | 0.34 | 0.44 | 0.27 | 13.33 | 0.37 | 0.57 |
| Hex | BA | 7B | 69 | 0 | 22 | 2C | 1B | D | 25 | 39 |
| Octal | 272 | 173 | 151 | 0 | 42 | 54 | 33 | 15 | 45 | 71 |
| Binary | 10111010 | 1111011 | 1101001 | 0 | 100010 | 101100 | 11011 | 1101 | 100101 | 111001 |
Color Harmonies of #BA7B69
Complementary color
Monochromatic Colors of #BA7B69
Black with #BA7B69
Text Example
Text Example
White with #BA7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B69; }
p { color: rgb(186,123,105); }
H1.HeaderClassName
{
color: #BA7B69;
}
.AnyTagClassName
{
color: #BA7B69;
}
</style>
background-color css
<style>
a { background-color: #BA7B69; }
a { background-color: rgb(186,123,105); }
div.DivClassName
{
background-color: #BA7B69;
}
.BgClassName
{
background-color: #BA7B69;
}
</style>
border-color css
<style>
span { border-color: #BA7B69; }
span { border-color: rgb(186,123,105); }
td.TdClassName
{
border-color: #BA7B69;
}
.TagClassName
{
border-color: #BA7B69;
}
</style>