Shades of Red Damask #BA7451
Tints of Red Damask #BA7451
RGB
CMYK
RGB Variations
Color information
#BA7451 (or 0xBA7451) is known color: Red Damask. HEX triplet: BA, 74 and 51. RGB value is (186,116,81). Sum of RGB (Red+Green+Blue) = 186+116+81=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7451 is #458BAE. Grayscale: #858585. Windows color (decimal): -4557743 or 5338298. OLE color: 5338298.
HSL color Cylindrical-coordinate representation of color #BA7451: hue angle of 20º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7451 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 81 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.27 |
| HSL | 20º | 0.43% | 0.52% | - |
| HSV(B) | 20º | 0.56% | 0.73% | - |
| XYZ | 27.98 | 23.52 | 10.85 | - |
| YUV | 132.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 81 | 0 | 0.38 | 0.56 | 0.27 | 20 | 0.43 | 0.52 |
| Hex | BA | 74 | 51 | 0 | 26 | 38 | 1B | 14 | 2B | 34 |
| Octal | 272 | 164 | 121 | 0 | 46 | 70 | 33 | 24 | 53 | 64 |
| Binary | 10111010 | 1110100 | 1010001 | 0 | 100110 | 111000 | 11011 | 10100 | 101011 | 110100 |
Color Harmonies of #BA7451
Complementary color
Monochromatic Colors of #BA7451
Black with #BA7451
Text Example
Text Example
White with #BA7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7451; }
p { color: rgb(186,116,81); }
H1.HeaderClassName
{
color: #BA7451;
}
.AnyTagClassName
{
color: #BA7451;
}
</style>
background-color css
<style>
a { background-color: #BA7451; }
a { background-color: rgb(186,116,81); }
div.DivClassName
{
background-color: #BA7451;
}
.BgClassName
{
background-color: #BA7451;
}
</style>
border-color css
<style>
span { border-color: #BA7451; }
span { border-color: rgb(186,116,81); }
td.TdClassName
{
border-color: #BA7451;
}
.TagClassName
{
border-color: #BA7451;
}
</style>