Shades of Contessa #BA705F
Tints of Contessa #BA705F
RGB
CMYK
RGB Variations
Color information
#BA705F (or 0xBA705F) is known color: Contessa. HEX triplet: BA, 70 and 5F. RGB value is (186,112,95). Sum of RGB (Red+Green+Blue) = 186+112+95=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705F is #458FA0. Grayscale: #848484. Windows color (decimal): -4558753 or 6254778. OLE color: 6254778.
HSL color Cylindrical-coordinate representation of color #BA705F: hue angle of 11.21º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA705F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 95 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.27 |
| HSL | 11.21º | 0.4% | 0.55% | - |
| HSV(B) | 11.21º | 0.49% | 0.73% | - |
| XYZ | 28.11 | 22.85 | 13.76 | - |
| YUV | 132.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 95 | 0 | 0.40 | 0.49 | 0.27 | 11.21 | 0.4 | 0.55 |
| Hex | BA | 70 | 5F | 0 | 28 | 31 | 1B | B | 28 | 37 |
| Octal | 272 | 160 | 137 | 0 | 50 | 61 | 33 | 13 | 50 | 67 |
| Binary | 10111010 | 1110000 | 1011111 | 0 | 101000 | 110001 | 11011 | 1011 | 101000 | 110111 |
Color Harmonies of #BA705F
Complementary color
Monochromatic Colors of #BA705F
Black with #BA705F
Text Example
Text Example
White with #BA705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA705F; }
p { color: rgb(186,112,95); }
H1.HeaderClassName
{
color: #BA705F;
}
.AnyTagClassName
{
color: #BA705F;
}
</style>
background-color css
<style>
a { background-color: #BA705F; }
a { background-color: rgb(186,112,95); }
div.DivClassName
{
background-color: #BA705F;
}
.BgClassName
{
background-color: #BA705F;
}
</style>
border-color css
<style>
span { border-color: #BA705F; }
span { border-color: rgb(186,112,95); }
td.TdClassName
{
border-color: #BA705F;
}
.TagClassName
{
border-color: #BA705F;
}
</style>