Shades of Contessa #BA6F65
Tints of Contessa #BA6F65
RGB
CMYK
RGB Variations
Color information
#BA6F65 (or 0xBA6F65) is known color: Contessa. HEX triplet: BA, 6F and 65. RGB value is (186,111,101). Sum of RGB (Red+Green+Blue) = 186+111+101=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F65 is #45909A. Grayscale: #848484. Windows color (decimal): -4559003 or 6647738. OLE color: 6647738.
HSL color Cylindrical-coordinate representation of color #BA6F65: hue angle of 7.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6F65 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 101 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.27 |
| HSL | 7.06º | 0.38% | 0.56% | - |
| HSV(B) | 7.06º | 0.46% | 0.73% | - |
| XYZ | 28.28 | 22.75 | 15.21 | - |
| YUV | 132.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 101 | 0 | 0.40 | 0.46 | 0.27 | 7.06 | 0.38 | 0.56 |
| Hex | BA | 6F | 65 | 0 | 28 | 2E | 1B | 7 | 26 | 38 |
| Octal | 272 | 157 | 145 | 0 | 50 | 56 | 33 | 7 | 46 | 70 |
| Binary | 10111010 | 1101111 | 1100101 | 0 | 101000 | 101110 | 11011 | 111 | 100110 | 111000 |
Color Harmonies of #BA6F65
Complementary color
Monochromatic Colors of #BA6F65
Black with #BA6F65
Text Example
Text Example
White with #BA6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F65; }
p { color: rgb(186,111,101); }
H1.HeaderClassName
{
color: #BA6F65;
}
.AnyTagClassName
{
color: #BA6F65;
}
</style>
background-color css
<style>
a { background-color: #BA6F65; }
a { background-color: rgb(186,111,101); }
div.DivClassName
{
background-color: #BA6F65;
}
.BgClassName
{
background-color: #BA6F65;
}
</style>
border-color css
<style>
span { border-color: #BA6F65; }
span { border-color: rgb(186,111,101); }
td.TdClassName
{
border-color: #BA6F65;
}
.TagClassName
{
border-color: #BA6F65;
}
</style>