Shades of Contessa #BA685C
Tints of Contessa #BA685C
RGB
CMYK
RGB Variations
Color information
#BA685C (or 0xBA685C) is known color: Contessa. HEX triplet: BA, 68 and 5C. RGB value is (186,104,92). Sum of RGB (Red+Green+Blue) = 186+104+92=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685C is #4597A3. Grayscale: #7F7F7F. Windows color (decimal): -4560804 or 6056122. OLE color: 6056122.
HSL color Cylindrical-coordinate representation of color #BA685C: hue angle of 7.66º 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 #BA685C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 92 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.27 |
| HSL | 7.66º | 0.41% | 0.55% | - |
| HSV(B) | 7.66º | 0.51% | 0.73% | - |
| XYZ | 27.13 | 21.11 | 12.77 | - |
| YUV | 127.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 92 | 0 | 0.44 | 0.51 | 0.27 | 7.66 | 0.41 | 0.55 |
| Hex | BA | 68 | 5C | 0 | 2C | 33 | 1B | 8 | 29 | 37 |
| Octal | 272 | 150 | 134 | 0 | 54 | 63 | 33 | 10 | 51 | 67 |
| Binary | 10111010 | 1101000 | 1011100 | 0 | 101100 | 110011 | 11011 | 1000 | 101001 | 110111 |
Color Harmonies of #BA685C
Complementary color
Monochromatic Colors of #BA685C
Black with #BA685C
Text Example
Text Example
White with #BA685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA685C; }
p { color: rgb(186,104,92); }
H1.HeaderClassName
{
color: #BA685C;
}
.AnyTagClassName
{
color: #BA685C;
}
</style>
background-color css
<style>
a { background-color: #BA685C; }
a { background-color: rgb(186,104,92); }
div.DivClassName
{
background-color: #BA685C;
}
.BgClassName
{
background-color: #BA685C;
}
</style>
border-color css
<style>
span { border-color: #BA685C; }
span { border-color: rgb(186,104,92); }
td.TdClassName
{
border-color: #BA685C;
}
.TagClassName
{
border-color: #BA685C;
}
</style>