Shades of Contessa #BA716E
Tints of Contessa #BA716E
RGB
CMYK
RGB Variations
Color information
#BA716E (or 0xBA716E) is known color: Contessa. HEX triplet: BA, 71 and 6E. RGB value is (186,113,110). Sum of RGB (Red+Green+Blue) = 186+113+110=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716E is #458E91. Grayscale: #868686. Windows color (decimal): -4558482 or 7238074. OLE color: 7238074.
HSL color Cylindrical-coordinate representation of color #BA716E: hue angle of 2.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA716E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 110 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.27 |
| HSL | 2.37º | 0.36% | 0.58% | - |
| HSV(B) | 2.37º | 0.41% | 0.73% | - |
| XYZ | 28.97 | 23.38 | 17.74 | - |
| YUV | 134.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 110 | 0 | 0.39 | 0.41 | 0.27 | 2.37 | 0.36 | 0.58 |
| Hex | BA | 71 | 6E | 0 | 27 | 29 | 1B | 2 | 24 | 3A |
| Octal | 272 | 161 | 156 | 0 | 47 | 51 | 33 | 2 | 44 | 72 |
| Binary | 10111010 | 1110001 | 1101110 | 0 | 100111 | 101001 | 11011 | 10 | 100100 | 111010 |
Color Harmonies of #BA716E
Complementary color
Monochromatic Colors of #BA716E
Black with #BA716E
Text Example
Text Example
White with #BA716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA716E; }
p { color: rgb(186,113,110); }
H1.HeaderClassName
{
color: #BA716E;
}
.AnyTagClassName
{
color: #BA716E;
}
</style>
background-color css
<style>
a { background-color: #BA716E; }
a { background-color: rgb(186,113,110); }
div.DivClassName
{
background-color: #BA716E;
}
.BgClassName
{
background-color: #BA716E;
}
</style>
border-color css
<style>
span { border-color: #BA716E; }
span { border-color: rgb(186,113,110); }
td.TdClassName
{
border-color: #BA716E;
}
.TagClassName
{
border-color: #BA716E;
}
</style>