Shades of Red Damask #BA704E
Tints of Red Damask #BA704E
RGB
CMYK
RGB Variations
Color information
#BA704E (or 0xBA704E) is known color: Red Damask. HEX triplet: BA, 70 and 4E. RGB value is (186,112,78). Sum of RGB (Red+Green+Blue) = 186+112+78=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA704E is #458FB1. Grayscale: #828282. Windows color (decimal): -4558770 or 5140666. OLE color: 5140666.
HSL color Cylindrical-coordinate representation of color #BA704E: hue angle of 18.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA704E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 78 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.27 |
| HSL | 18.89º | 0.44% | 0.52% | - |
| HSV(B) | 18.89º | 0.58% | 0.73% | - |
| XYZ | 27.42 | 22.58 | 10.12 | - |
| YUV | 130.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 78 | 0 | 0.40 | 0.58 | 0.27 | 18.89 | 0.44 | 0.52 |
| Hex | BA | 70 | 4E | 0 | 28 | 3A | 1B | 13 | 2C | 34 |
| Octal | 272 | 160 | 116 | 0 | 50 | 72 | 33 | 23 | 54 | 64 |
| Binary | 10111010 | 1110000 | 1001110 | 0 | 101000 | 111010 | 11011 | 10011 | 101100 | 110100 |
Color Harmonies of #BA704E
Complementary color
Monochromatic Colors of #BA704E
Black with #BA704E
Text Example
Text Example
White with #BA704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA704E; }
p { color: rgb(186,112,78); }
H1.HeaderClassName
{
color: #BA704E;
}
.AnyTagClassName
{
color: #BA704E;
}
</style>
background-color css
<style>
a { background-color: #BA704E; }
a { background-color: rgb(186,112,78); }
div.DivClassName
{
background-color: #BA704E;
}
.BgClassName
{
background-color: #BA704E;
}
</style>
border-color css
<style>
span { border-color: #BA704E; }
span { border-color: rgb(186,112,78); }
td.TdClassName
{
border-color: #BA704E;
}
.TagClassName
{
border-color: #BA704E;
}
</style>