Shades of Contessa #BA6B5D
Tints of Contessa #BA6B5D
RGB
CMYK
RGB Variations
Color information
#BA6B5D (or 0xBA6B5D) is known color: Contessa. HEX triplet: BA, 6B and 5D. RGB value is (186,107,93). Sum of RGB (Red+Green+Blue) = 186+107+93=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5D is #4594A2. Grayscale: #818181. Windows color (decimal): -4560035 or 6122426. OLE color: 6122426.
HSL color Cylindrical-coordinate representation of color #BA6B5D: hue angle of 9.03º 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 #BA6B5D is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 93 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.27 |
| HSL | 9.03º | 0.4% | 0.55% | - |
| HSV(B) | 9.03º | 0.5% | 0.73% | - |
| XYZ | 27.48 | 21.74 | 13.1 | - |
| YUV | 129.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 93 | 0 | 0.42 | 0.5 | 0.27 | 9.03 | 0.4 | 0.55 |
| Hex | BA | 6B | 5D | 0 | 2A | 32 | 1B | 9 | 28 | 37 |
| Octal | 272 | 153 | 135 | 0 | 52 | 62 | 33 | 11 | 50 | 67 |
| Binary | 10111010 | 1101011 | 1011101 | 0 | 101010 | 110010 | 11011 | 1001 | 101000 | 110111 |
Color Harmonies of #BA6B5D
Complementary color
Monochromatic Colors of #BA6B5D
Black with #BA6B5D
Text Example
Text Example
White with #BA6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B5D; }
p { color: rgb(186,107,93); }
H1.HeaderClassName
{
color: #BA6B5D;
}
.AnyTagClassName
{
color: #BA6B5D;
}
</style>
background-color css
<style>
a { background-color: #BA6B5D; }
a { background-color: rgb(186,107,93); }
div.DivClassName
{
background-color: #BA6B5D;
}
.BgClassName
{
background-color: #BA6B5D;
}
</style>
border-color css
<style>
span { border-color: #BA6B5D; }
span { border-color: rgb(186,107,93); }
td.TdClassName
{
border-color: #BA6B5D;
}
.TagClassName
{
border-color: #BA6B5D;
}
</style>