Shades of Contessa #BA7171
Tints of Contessa #BA7171
RGB
CMYK
RGB Variations
Color information
#BA7171 (or 0xBA7171) is known color: Contessa. HEX triplet: BA, 71 and 71. RGB value is (186,113,113). Sum of RGB (Red+Green+Blue) = 186+113+113=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7171 is #458E8E. Grayscale: #868686. Windows color (decimal): -4558479 or 7434682. OLE color: 7434682.
HSL color Cylindrical-coordinate representation of color #BA7171: hue angle of 0º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7171 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 113 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.27 |
| HSL | 0º | 0.35% | 0.59% | - |
| HSV(B) | 0º | 0.39% | 0.73% | - |
| XYZ | 29.14 | 23.44 | 18.61 | - |
| YUV | 134.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 113 | 0 | 0.39 | 0.39 | 0.27 | 0 | 0.35 | 0.59 |
| Hex | BA | 71 | 71 | 0 | 27 | 27 | 1B | 0 | 23 | 3B |
| Octal | 272 | 161 | 161 | 0 | 47 | 47 | 33 | 0 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1110001 | 0 | 100111 | 100111 | 11011 | 0 | 100011 | 111011 |
Color Harmonies of #BA7171
Complementary color
Monochromatic Colors of #BA7171
Black with #BA7171
Text Example
Text Example
White with #BA7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7171; }
p { color: rgb(186,113,113); }
H1.HeaderClassName
{
color: #BA7171;
}
.AnyTagClassName
{
color: #BA7171;
}
</style>
background-color css
<style>
a { background-color: #BA7171; }
a { background-color: rgb(186,113,113); }
div.DivClassName
{
background-color: #BA7171;
}
.BgClassName
{
background-color: #BA7171;
}
</style>
border-color css
<style>
span { border-color: #BA7171; }
span { border-color: rgb(186,113,113); }
td.TdClassName
{
border-color: #BA7171;
}
.TagClassName
{
border-color: #BA7171;
}
</style>