Shades of Contessa #BA7668
Tints of Contessa #BA7668
RGB
CMYK
RGB Variations
Color information
#BA7668 (or 0xBA7668) is known color: Contessa. HEX triplet: BA, 76 and 68. RGB value is (186,118,104). Sum of RGB (Red+Green+Blue) = 186+118+104=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7668 is #458997. Grayscale: #888888. Windows color (decimal): -4557208 or 6846138. OLE color: 6846138.
HSL color Cylindrical-coordinate representation of color #BA7668: hue angle of 10.24º 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 #BA7668 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 104 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.27 |
| HSL | 10.24º | 0.37% | 0.57% | - |
| HSV(B) | 10.24º | 0.44% | 0.73% | - |
| XYZ | 29.23 | 24.4 | 16.27 | - |
| YUV | 136.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 104 | 0 | 0.37 | 0.44 | 0.27 | 10.24 | 0.37 | 0.57 |
| Hex | BA | 76 | 68 | 0 | 25 | 2C | 1B | A | 25 | 39 |
| Octal | 272 | 166 | 150 | 0 | 45 | 54 | 33 | 12 | 45 | 71 |
| Binary | 10111010 | 1110110 | 1101000 | 0 | 100101 | 101100 | 11011 | 1010 | 100101 | 111001 |
Color Harmonies of #BA7668
Complementary color
Monochromatic Colors of #BA7668
Black with #BA7668
Text Example
Text Example
White with #BA7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7668; }
p { color: rgb(186,118,104); }
H1.HeaderClassName
{
color: #BA7668;
}
.AnyTagClassName
{
color: #BA7668;
}
</style>
background-color css
<style>
a { background-color: #BA7668; }
a { background-color: rgb(186,118,104); }
div.DivClassName
{
background-color: #BA7668;
}
.BgClassName
{
background-color: #BA7668;
}
</style>
border-color css
<style>
span { border-color: #BA7668; }
span { border-color: rgb(186,118,104); }
td.TdClassName
{
border-color: #BA7668;
}
.TagClassName
{
border-color: #BA7668;
}
</style>