Shades of Contessa #BA7568
Tints of Contessa #BA7568
RGB
CMYK
RGB Variations
Color information
#BA7568 (or 0xBA7568) is known color: Contessa. HEX triplet: BA, 75 and 68. RGB value is (186,117,104). Sum of RGB (Red+Green+Blue) = 186+117+104=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7568 is #458A97. Grayscale: #888888. Windows color (decimal): -4557464 or 6845882. OLE color: 6845882.
HSL color Cylindrical-coordinate representation of color #BA7568: hue angle of 9.51º 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 #BA7568 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 104 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.27 |
| HSL | 9.51º | 0.37% | 0.57% | - |
| HSV(B) | 9.51º | 0.44% | 0.73% | - |
| XYZ | 29.11 | 24.16 | 16.23 | - |
| YUV | 136.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 104 | 0 | 0.37 | 0.44 | 0.27 | 9.51 | 0.37 | 0.57 |
| Hex | BA | 75 | 68 | 0 | 25 | 2C | 1B | A | 25 | 39 |
| Octal | 272 | 165 | 150 | 0 | 45 | 54 | 33 | 12 | 45 | 71 |
| Binary | 10111010 | 1110101 | 1101000 | 0 | 100101 | 101100 | 11011 | 1010 | 100101 | 111001 |
Color Harmonies of #BA7568
Complementary color
Monochromatic Colors of #BA7568
Black with #BA7568
Text Example
Text Example
White with #BA7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7568; }
p { color: rgb(186,117,104); }
H1.HeaderClassName
{
color: #BA7568;
}
.AnyTagClassName
{
color: #BA7568;
}
</style>
background-color css
<style>
a { background-color: #BA7568; }
a { background-color: rgb(186,117,104); }
div.DivClassName
{
background-color: #BA7568;
}
.BgClassName
{
background-color: #BA7568;
}
</style>
border-color css
<style>
span { border-color: #BA7568; }
span { border-color: rgb(186,117,104); }
td.TdClassName
{
border-color: #BA7568;
}
.TagClassName
{
border-color: #BA7568;
}
</style>