Shades of Contessa #BA7162
Tints of Contessa #BA7162
RGB
CMYK
RGB Variations
Color information
#BA7162 (or 0xBA7162) is known color: Contessa. HEX triplet: BA, 71 and 62. RGB value is (186,113,98). Sum of RGB (Red+Green+Blue) = 186+113+98=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7162 is #458E9D. Grayscale: #858585. Windows color (decimal): -4558494 or 6451642. OLE color: 6451642.
HSL color Cylindrical-coordinate representation of color #BA7162: hue angle of 10.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7162 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 98 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.27 |
| HSL | 10.23º | 0.39% | 0.56% | - |
| HSV(B) | 10.23º | 0.47% | 0.73% | - |
| XYZ | 28.36 | 23.13 | 14.53 | - |
| YUV | 133.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 98 | 0 | 0.39 | 0.47 | 0.27 | 10.23 | 0.39 | 0.56 |
| Hex | BA | 71 | 62 | 0 | 27 | 2F | 1B | A | 27 | 38 |
| Octal | 272 | 161 | 142 | 0 | 47 | 57 | 33 | 12 | 47 | 70 |
| Binary | 10111010 | 1110001 | 1100010 | 0 | 100111 | 101111 | 11011 | 1010 | 100111 | 111000 |
Color Harmonies of #BA7162
Complementary color
Monochromatic Colors of #BA7162
Black with #BA7162
Text Example
Text Example
White with #BA7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7162; }
p { color: rgb(186,113,98); }
H1.HeaderClassName
{
color: #BA7162;
}
.AnyTagClassName
{
color: #BA7162;
}
</style>
background-color css
<style>
a { background-color: #BA7162; }
a { background-color: rgb(186,113,98); }
div.DivClassName
{
background-color: #BA7162;
}
.BgClassName
{
background-color: #BA7162;
}
</style>
border-color css
<style>
span { border-color: #BA7162; }
span { border-color: rgb(186,113,98); }
td.TdClassName
{
border-color: #BA7162;
}
.TagClassName
{
border-color: #BA7162;
}
</style>