Shades of Red Damask #BA714E
Tints of Red Damask #BA714E
RGB
CMYK
RGB Variations
Color information
#BA714E (or 0xBA714E) is known color: Red Damask. HEX triplet: BA, 71 and 4E. RGB value is (186,113,78). Sum of RGB (Red+Green+Blue) = 186+113+78=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA714E is #458EB1. Grayscale: #838383. Windows color (decimal): -4558514 or 5140922. OLE color: 5140922.
HSL color Cylindrical-coordinate representation of color #BA714E: hue angle of 19.44º 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 #BA714E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 78 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.27 |
| HSL | 19.44º | 0.44% | 0.52% | - |
| HSV(B) | 19.44º | 0.58% | 0.73% | - |
| XYZ | 27.53 | 22.8 | 10.16 | - |
| YUV | 130.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 78 | 0 | 0.39 | 0.58 | 0.27 | 19.44 | 0.44 | 0.52 |
| Hex | BA | 71 | 4E | 0 | 27 | 3A | 1B | 13 | 2C | 34 |
| Octal | 272 | 161 | 116 | 0 | 47 | 72 | 33 | 23 | 54 | 64 |
| Binary | 10111010 | 1110001 | 1001110 | 0 | 100111 | 111010 | 11011 | 10011 | 101100 | 110100 |
Color Harmonies of #BA714E
Complementary color
Monochromatic Colors of #BA714E
Black with #BA714E
Text Example
Text Example
White with #BA714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA714E; }
p { color: rgb(186,113,78); }
H1.HeaderClassName
{
color: #BA714E;
}
.AnyTagClassName
{
color: #BA714E;
}
</style>
background-color css
<style>
a { background-color: #BA714E; }
a { background-color: rgb(186,113,78); }
div.DivClassName
{
background-color: #BA714E;
}
.BgClassName
{
background-color: #BA714E;
}
</style>
border-color css
<style>
span { border-color: #BA714E; }
span { border-color: rgb(186,113,78); }
td.TdClassName
{
border-color: #BA714E;
}
.TagClassName
{
border-color: #BA714E;
}
</style>