Shades of Contessa #BA7268
Tints of Contessa #BA7268
RGB
CMYK
RGB Variations
Color information
#BA7268 (or 0xBA7268) is known color: Contessa. HEX triplet: BA, 72 and 68. RGB value is (186,114,104). Sum of RGB (Red+Green+Blue) = 186+114+104=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7268 is #458D97. Grayscale: #868686. Windows color (decimal): -4558232 or 6845114. OLE color: 6845114.
HSL color Cylindrical-coordinate representation of color #BA7268: hue angle of 7.32º 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 #BA7268 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 104 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.27 |
| HSL | 7.32º | 0.37% | 0.57% | - |
| HSV(B) | 7.32º | 0.44% | 0.73% | - |
| XYZ | 28.77 | 23.47 | 16.11 | - |
| YUV | 134.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 104 | 0 | 0.39 | 0.44 | 0.27 | 7.32 | 0.37 | 0.57 |
| Hex | BA | 72 | 68 | 0 | 27 | 2C | 1B | 7 | 25 | 39 |
| Octal | 272 | 162 | 150 | 0 | 47 | 54 | 33 | 7 | 45 | 71 |
| Binary | 10111010 | 1110010 | 1101000 | 0 | 100111 | 101100 | 11011 | 111 | 100101 | 111001 |
Color Harmonies of #BA7268
Complementary color
Monochromatic Colors of #BA7268
Black with #BA7268
Text Example
Text Example
White with #BA7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7268; }
p { color: rgb(186,114,104); }
H1.HeaderClassName
{
color: #BA7268;
}
.AnyTagClassName
{
color: #BA7268;
}
</style>
background-color css
<style>
a { background-color: #BA7268; }
a { background-color: rgb(186,114,104); }
div.DivClassName
{
background-color: #BA7268;
}
.BgClassName
{
background-color: #BA7268;
}
</style>
border-color css
<style>
span { border-color: #BA7268; }
span { border-color: rgb(186,114,104); }
td.TdClassName
{
border-color: #BA7268;
}
.TagClassName
{
border-color: #BA7268;
}
</style>