Shades of Contessa #BA6B62
Tints of Contessa #BA6B62
RGB
CMYK
RGB Variations
Color information
#BA6B62 (or 0xBA6B62) is known color: Contessa. HEX triplet: BA, 6B and 62. RGB value is (186,107,98). Sum of RGB (Red+Green+Blue) = 186+107+98=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B62 is #45949D. Grayscale: #818181. Windows color (decimal): -4560030 or 6450106. OLE color: 6450106.
HSL color Cylindrical-coordinate representation of color #BA6B62: hue angle of 6.14º 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 #BA6B62 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 98 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.27 |
| HSL | 6.14º | 0.39% | 0.56% | - |
| HSV(B) | 6.14º | 0.47% | 0.73% | - |
| XYZ | 27.71 | 21.84 | 14.31 | - |
| YUV | 129.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 98 | 0 | 0.42 | 0.47 | 0.27 | 6.14 | 0.39 | 0.56 |
| Hex | BA | 6B | 62 | 0 | 2A | 2F | 1B | 6 | 27 | 38 |
| Octal | 272 | 153 | 142 | 0 | 52 | 57 | 33 | 6 | 47 | 70 |
| Binary | 10111010 | 1101011 | 1100010 | 0 | 101010 | 101111 | 11011 | 110 | 100111 | 111000 |
Color Harmonies of #BA6B62
Complementary color
Monochromatic Colors of #BA6B62
Black with #BA6B62
Text Example
Text Example
White with #BA6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B62; }
p { color: rgb(186,107,98); }
H1.HeaderClassName
{
color: #BA6B62;
}
.AnyTagClassName
{
color: #BA6B62;
}
</style>
background-color css
<style>
a { background-color: #BA6B62; }
a { background-color: rgb(186,107,98); }
div.DivClassName
{
background-color: #BA6B62;
}
.BgClassName
{
background-color: #BA6B62;
}
</style>
border-color css
<style>
span { border-color: #BA6B62; }
span { border-color: rgb(186,107,98); }
td.TdClassName
{
border-color: #BA6B62;
}
.TagClassName
{
border-color: #BA6B62;
}
</style>