Shades of Contessa #BA6C5C
Tints of Contessa #BA6C5C
RGB
CMYK
RGB Variations
Color information
#BA6C5C (or 0xBA6C5C) is known color: Contessa. HEX triplet: BA, 6C and 5C. RGB value is (186,108,92). Sum of RGB (Red+Green+Blue) = 186+108+92=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C5C is #4593A3. Grayscale: #818181. Windows color (decimal): -4559780 or 6057146. OLE color: 6057146.
HSL color Cylindrical-coordinate representation of color #BA6C5C: hue angle of 10.21º 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 #BA6C5C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 92 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.27 |
| HSL | 10.21º | 0.41% | 0.55% | - |
| HSV(B) | 10.21º | 0.51% | 0.73% | - |
| XYZ | 27.54 | 21.94 | 12.91 | - |
| YUV | 129.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 92 | 0 | 0.42 | 0.51 | 0.27 | 10.21 | 0.41 | 0.55 |
| Hex | BA | 6C | 5C | 0 | 2A | 33 | 1B | A | 29 | 37 |
| Octal | 272 | 154 | 134 | 0 | 52 | 63 | 33 | 12 | 51 | 67 |
| Binary | 10111010 | 1101100 | 1011100 | 0 | 101010 | 110011 | 11011 | 1010 | 101001 | 110111 |
Color Harmonies of #BA6C5C
Complementary color
Monochromatic Colors of #BA6C5C
Black with #BA6C5C
Text Example
Text Example
White with #BA6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C5C; }
p { color: rgb(186,108,92); }
H1.HeaderClassName
{
color: #BA6C5C;
}
.AnyTagClassName
{
color: #BA6C5C;
}
</style>
background-color css
<style>
a { background-color: #BA6C5C; }
a { background-color: rgb(186,108,92); }
div.DivClassName
{
background-color: #BA6C5C;
}
.BgClassName
{
background-color: #BA6C5C;
}
</style>
border-color css
<style>
span { border-color: #BA6C5C; }
span { border-color: rgb(186,108,92); }
td.TdClassName
{
border-color: #BA6C5C;
}
.TagClassName
{
border-color: #BA6C5C;
}
</style>