Shades of Red Damask #BA704F
Tints of Red Damask #BA704F
RGB
CMYK
RGB Variations
Color information
#BA704F (or 0xBA704F) is known color: Red Damask. HEX triplet: BA, 70 and 4F. RGB value is (186,112,79). Sum of RGB (Red+Green+Blue) = 186+112+79=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA704F is #458FB0. Grayscale: #828282. Windows color (decimal): -4558769 or 5206202. OLE color: 5206202.
HSL color Cylindrical-coordinate representation of color #BA704F: hue angle of 18.5º 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 #BA704F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 79 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.27 |
| HSL | 18.5º | 0.44% | 0.52% | - |
| HSV(B) | 18.5º | 0.58% | 0.73% | - |
| XYZ | 27.46 | 22.59 | 10.31 | - |
| YUV | 130.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 79 | 0 | 0.40 | 0.58 | 0.27 | 18.5 | 0.44 | 0.52 |
| Hex | BA | 70 | 4F | 0 | 28 | 3A | 1B | 13 | 2C | 34 |
| Octal | 272 | 160 | 117 | 0 | 50 | 72 | 33 | 23 | 54 | 64 |
| Binary | 10111010 | 1110000 | 1001111 | 0 | 101000 | 111010 | 11011 | 10011 | 101100 | 110100 |
Color Harmonies of #BA704F
Complementary color
Monochromatic Colors of #BA704F
Black with #BA704F
Text Example
Text Example
White with #BA704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA704F; }
p { color: rgb(186,112,79); }
H1.HeaderClassName
{
color: #BA704F;
}
.AnyTagClassName
{
color: #BA704F;
}
</style>
background-color css
<style>
a { background-color: #BA704F; }
a { background-color: rgb(186,112,79); }
div.DivClassName
{
background-color: #BA704F;
}
.BgClassName
{
background-color: #BA704F;
}
</style>
border-color css
<style>
span { border-color: #BA704F; }
span { border-color: rgb(186,112,79); }
td.TdClassName
{
border-color: #BA704F;
}
.TagClassName
{
border-color: #BA704F;
}
</style>