Shades of Contessa #BA6F5D
Tints of Contessa #BA6F5D
RGB
CMYK
RGB Variations
Color information
#BA6F5D (or 0xBA6F5D) is known color: Contessa. HEX triplet: BA, 6F and 5D. RGB value is (186,111,93). Sum of RGB (Red+Green+Blue) = 186+111+93=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F5D is #4590A2. Grayscale: #838383. Windows color (decimal): -4559011 or 6123450. OLE color: 6123450.
HSL color Cylindrical-coordinate representation of color #BA6F5D: hue angle of 11.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6F5D is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 93 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.27 |
| HSL | 11.61º | 0.4% | 0.55% | - |
| HSV(B) | 11.61º | 0.5% | 0.73% | - |
| XYZ | 27.91 | 22.6 | 13.25 | - |
| YUV | 131.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 93 | 0 | 0.40 | 0.5 | 0.27 | 11.61 | 0.4 | 0.55 |
| Hex | BA | 6F | 5D | 0 | 28 | 32 | 1B | C | 28 | 37 |
| Octal | 272 | 157 | 135 | 0 | 50 | 62 | 33 | 14 | 50 | 67 |
| Binary | 10111010 | 1101111 | 1011101 | 0 | 101000 | 110010 | 11011 | 1100 | 101000 | 110111 |
Color Harmonies of #BA6F5D
Complementary color
Monochromatic Colors of #BA6F5D
Black with #BA6F5D
Text Example
Text Example
White with #BA6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F5D; }
p { color: rgb(186,111,93); }
H1.HeaderClassName
{
color: #BA6F5D;
}
.AnyTagClassName
{
color: #BA6F5D;
}
</style>
background-color css
<style>
a { background-color: #BA6F5D; }
a { background-color: rgb(186,111,93); }
div.DivClassName
{
background-color: #BA6F5D;
}
.BgClassName
{
background-color: #BA6F5D;
}
</style>
border-color css
<style>
span { border-color: #BA6F5D; }
span { border-color: rgb(186,111,93); }
td.TdClassName
{
border-color: #BA6F5D;
}
.TagClassName
{
border-color: #BA6F5D;
}
</style>