Shades of Red Damask #BA714D
Tints of Red Damask #BA714D
RGB
CMYK
RGB Variations
Color information
#BA714D (or 0xBA714D) is known color: Red Damask. HEX triplet: BA, 71 and 4D. RGB value is (186,113,77). Sum of RGB (Red+Green+Blue) = 186+113+77=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA714D is #458EB2. Grayscale: #828282. Windows color (decimal): -4558515 or 5075386. OLE color: 5075386.
HSL color Cylindrical-coordinate representation of color #BA714D: hue angle of 19.82º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA714D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 77 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.27 |
| HSL | 19.82º | 0.44% | 0.52% | - |
| HSV(B) | 19.82º | 0.59% | 0.73% | - |
| XYZ | 27.49 | 22.79 | 9.97 | - |
| YUV | 130.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 77 | 0 | 0.39 | 0.59 | 0.27 | 19.82 | 0.44 | 0.52 |
| Hex | BA | 71 | 4D | 0 | 27 | 3B | 1B | 14 | 2C | 34 |
| Octal | 272 | 161 | 115 | 0 | 47 | 73 | 33 | 24 | 54 | 64 |
| Binary | 10111010 | 1110001 | 1001101 | 0 | 100111 | 111011 | 11011 | 10100 | 101100 | 110100 |
Color Harmonies of #BA714D
Complementary color
Monochromatic Colors of #BA714D
Black with #BA714D
Text Example
Text Example
White with #BA714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA714D; }
p { color: rgb(186,113,77); }
H1.HeaderClassName
{
color: #BA714D;
}
.AnyTagClassName
{
color: #BA714D;
}
</style>
background-color css
<style>
a { background-color: #BA714D; }
a { background-color: rgb(186,113,77); }
div.DivClassName
{
background-color: #BA714D;
}
.BgClassName
{
background-color: #BA714D;
}
</style>
border-color css
<style>
span { border-color: #BA714D; }
span { border-color: rgb(186,113,77); }
td.TdClassName
{
border-color: #BA714D;
}
.TagClassName
{
border-color: #BA714D;
}
</style>