Shades of Contessa #BA716B
Tints of Contessa #BA716B
RGB
CMYK
RGB Variations
Color information
#BA716B (or 0xBA716B) is known color: Contessa. HEX triplet: BA, 71 and 6B. RGB value is (186,113,107). Sum of RGB (Red+Green+Blue) = 186+113+107=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716B is #458E94. Grayscale: #868686. Windows color (decimal): -4558485 or 7041466. OLE color: 7041466.
HSL color Cylindrical-coordinate representation of color #BA716B: hue angle of 4.56º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA716B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 107 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 4.56º | 0.36% | 0.57% | - |
| HSV(B) | 4.56º | 0.42% | 0.73% | - |
| XYZ | 28.81 | 23.31 | 16.89 | - |
| YUV | 134.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 107 | 0 | 0.39 | 0.42 | 0.27 | 4.56 | 0.36 | 0.57 |
| Hex | BA | 71 | 6B | 0 | 27 | 2A | 1B | 5 | 24 | 39 |
| Octal | 272 | 161 | 153 | 0 | 47 | 52 | 33 | 5 | 44 | 71 |
| Binary | 10111010 | 1110001 | 1101011 | 0 | 100111 | 101010 | 11011 | 101 | 100100 | 111001 |
Color Harmonies of #BA716B
Complementary color
Monochromatic Colors of #BA716B
Black with #BA716B
Text Example
Text Example
White with #BA716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA716B; }
p { color: rgb(186,113,107); }
H1.HeaderClassName
{
color: #BA716B;
}
.AnyTagClassName
{
color: #BA716B;
}
</style>
background-color css
<style>
a { background-color: #BA716B; }
a { background-color: rgb(186,113,107); }
div.DivClassName
{
background-color: #BA716B;
}
.BgClassName
{
background-color: #BA716B;
}
</style>
border-color css
<style>
span { border-color: #BA716B; }
span { border-color: rgb(186,113,107); }
td.TdClassName
{
border-color: #BA716B;
}
.TagClassName
{
border-color: #BA716B;
}
</style>