Shades of Contessa #BA6E5C
Tints of Contessa #BA6E5C
RGB
CMYK
RGB Variations
Color information
#BA6E5C (or 0xBA6E5C) is known color: Contessa. HEX triplet: BA, 6E and 5C. RGB value is (186,110,92). Sum of RGB (Red+Green+Blue) = 186+110+92=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5C is #4591A3. Grayscale: #828282. Windows color (decimal): -4559268 or 6057658. OLE color: 6057658.
HSL color Cylindrical-coordinate representation of color #BA6E5C: hue angle of 11.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6E5C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 92 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.27 |
| HSL | 11.49º | 0.41% | 0.55% | - |
| HSV(B) | 11.49º | 0.51% | 0.73% | - |
| XYZ | 27.76 | 22.36 | 12.98 | - |
| YUV | 130.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 92 | 0 | 0.41 | 0.51 | 0.27 | 11.49 | 0.41 | 0.55 |
| Hex | BA | 6E | 5C | 0 | 29 | 33 | 1B | B | 29 | 37 |
| Octal | 272 | 156 | 134 | 0 | 51 | 63 | 33 | 13 | 51 | 67 |
| Binary | 10111010 | 1101110 | 1011100 | 0 | 101001 | 110011 | 11011 | 1011 | 101001 | 110111 |
Color Harmonies of #BA6E5C
Complementary color
Monochromatic Colors of #BA6E5C
Black with #BA6E5C
Text Example
Text Example
White with #BA6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E5C; }
p { color: rgb(186,110,92); }
H1.HeaderClassName
{
color: #BA6E5C;
}
.AnyTagClassName
{
color: #BA6E5C;
}
</style>
background-color css
<style>
a { background-color: #BA6E5C; }
a { background-color: rgb(186,110,92); }
div.DivClassName
{
background-color: #BA6E5C;
}
.BgClassName
{
background-color: #BA6E5C;
}
</style>
border-color css
<style>
span { border-color: #BA6E5C; }
span { border-color: rgb(186,110,92); }
td.TdClassName
{
border-color: #BA6E5C;
}
.TagClassName
{
border-color: #BA6E5C;
}
</style>