Shades of Contessa #BA7669
Tints of Contessa #BA7669
RGB
CMYK
RGB Variations
Color information
#BA7669 (or 0xBA7669) is known color: Contessa. HEX triplet: BA, 76 and 69. RGB value is (186,118,105). Sum of RGB (Red+Green+Blue) = 186+118+105=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7669 is #458996. Grayscale: #888888. Windows color (decimal): -4557207 or 6911674. OLE color: 6911674.
HSL color Cylindrical-coordinate representation of color #BA7669: hue angle of 9.63º 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 #BA7669 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 105 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.27 |
| HSL | 9.63º | 0.37% | 0.57% | - |
| HSV(B) | 9.63º | 0.44% | 0.73% | - |
| XYZ | 29.28 | 24.42 | 16.53 | - |
| YUV | 136.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 105 | 0 | 0.37 | 0.44 | 0.27 | 9.63 | 0.37 | 0.57 |
| Hex | BA | 76 | 69 | 0 | 25 | 2C | 1B | A | 25 | 39 |
| Octal | 272 | 166 | 151 | 0 | 45 | 54 | 33 | 12 | 45 | 71 |
| Binary | 10111010 | 1110110 | 1101001 | 0 | 100101 | 101100 | 11011 | 1010 | 100101 | 111001 |
Color Harmonies of #BA7669
Complementary color
Monochromatic Colors of #BA7669
Black with #BA7669
Text Example
Text Example
White with #BA7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7669; }
p { color: rgb(186,118,105); }
H1.HeaderClassName
{
color: #BA7669;
}
.AnyTagClassName
{
color: #BA7669;
}
</style>
background-color css
<style>
a { background-color: #BA7669; }
a { background-color: rgb(186,118,105); }
div.DivClassName
{
background-color: #BA7669;
}
.BgClassName
{
background-color: #BA7669;
}
</style>
border-color css
<style>
span { border-color: #BA7669; }
span { border-color: rgb(186,118,105); }
td.TdClassName
{
border-color: #BA7669;
}
.TagClassName
{
border-color: #BA7669;
}
</style>