Shades of Contessa #BA705C
Tints of Contessa #BA705C
RGB
CMYK
RGB Variations
Color information
#BA705C (or 0xBA705C) is known color: Contessa. HEX triplet: BA, 70 and 5C. RGB value is (186,112,92). Sum of RGB (Red+Green+Blue) = 186+112+92=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705C is #458FA3. Grayscale: #848484. Windows color (decimal): -4558756 or 6058170. OLE color: 6058170.
HSL color Cylindrical-coordinate representation of color #BA705C: hue angle of 12.77º 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 #BA705C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 92 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.27 |
| HSL | 12.77º | 0.41% | 0.55% | - |
| HSV(B) | 12.77º | 0.51% | 0.73% | - |
| XYZ | 27.98 | 22.8 | 13.05 | - |
| YUV | 131.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 92 | 0 | 0.40 | 0.51 | 0.27 | 12.77 | 0.41 | 0.55 |
| Hex | BA | 70 | 5C | 0 | 28 | 33 | 1B | D | 29 | 37 |
| Octal | 272 | 160 | 134 | 0 | 50 | 63 | 33 | 15 | 51 | 67 |
| Binary | 10111010 | 1110000 | 1011100 | 0 | 101000 | 110011 | 11011 | 1101 | 101001 | 110111 |
Color Harmonies of #BA705C
Complementary color
Monochromatic Colors of #BA705C
Black with #BA705C
Text Example
Text Example
White with #BA705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA705C; }
p { color: rgb(186,112,92); }
H1.HeaderClassName
{
color: #BA705C;
}
.AnyTagClassName
{
color: #BA705C;
}
</style>
background-color css
<style>
a { background-color: #BA705C; }
a { background-color: rgb(186,112,92); }
div.DivClassName
{
background-color: #BA705C;
}
.BgClassName
{
background-color: #BA705C;
}
</style>
border-color css
<style>
span { border-color: #BA705C; }
span { border-color: rgb(186,112,92); }
td.TdClassName
{
border-color: #BA705C;
}
.TagClassName
{
border-color: #BA705C;
}
</style>