Shades of Red Damask #BA734E
Tints of Red Damask #BA734E
RGB
CMYK
RGB Variations
Color information
#BA734E (or 0xBA734E) is known color: Red Damask. HEX triplet: BA, 73 and 4E. RGB value is (186,115,78). Sum of RGB (Red+Green+Blue) = 186+115+78=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA734E is #458CB1. Grayscale: #848484. Windows color (decimal): -4558002 or 5141434. OLE color: 5141434.
HSL color Cylindrical-coordinate representation of color #BA734E: hue angle of 20.56º 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 #BA734E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 78 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.27 |
| HSL | 20.56º | 0.44% | 0.52% | - |
| HSV(B) | 20.56º | 0.58% | 0.73% | - |
| XYZ | 27.76 | 23.25 | 10.23 | - |
| YUV | 132.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 78 | 0 | 0.38 | 0.58 | 0.27 | 20.56 | 0.44 | 0.52 |
| Hex | BA | 73 | 4E | 0 | 26 | 3A | 1B | 15 | 2C | 34 |
| Octal | 272 | 163 | 116 | 0 | 46 | 72 | 33 | 25 | 54 | 64 |
| Binary | 10111010 | 1110011 | 1001110 | 0 | 100110 | 111010 | 11011 | 10101 | 101100 | 110100 |
Color Harmonies of #BA734E
Complementary color
Monochromatic Colors of #BA734E
Black with #BA734E
Text Example
Text Example
White with #BA734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA734E; }
p { color: rgb(186,115,78); }
H1.HeaderClassName
{
color: #BA734E;
}
.AnyTagClassName
{
color: #BA734E;
}
</style>
background-color css
<style>
a { background-color: #BA734E; }
a { background-color: rgb(186,115,78); }
div.DivClassName
{
background-color: #BA734E;
}
.BgClassName
{
background-color: #BA734E;
}
</style>
border-color css
<style>
span { border-color: #BA734E; }
span { border-color: rgb(186,115,78); }
td.TdClassName
{
border-color: #BA734E;
}
.TagClassName
{
border-color: #BA734E;
}
</style>