Shades of Red Damask #BA7855
Tints of Red Damask #BA7855
RGB
CMYK
RGB Variations
Color information
#BA7855 (or 0xBA7855) is known color: Red Damask. HEX triplet: BA, 78 and 55. RGB value is (186,120,85). Sum of RGB (Red+Green+Blue) = 186+120+85=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7855 is #4587AA. Grayscale: #878787. Windows color (decimal): -4556715 or 5601466. OLE color: 5601466.
HSL color Cylindrical-coordinate representation of color #BA7855: hue angle of 20.79º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7855 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 85 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.27 |
| HSL | 20.79º | 0.42% | 0.53% | - |
| HSV(B) | 20.79º | 0.54% | 0.73% | - |
| XYZ | 28.61 | 24.53 | 11.82 | - |
| YUV | 135.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 85 | 0 | 0.35 | 0.54 | 0.27 | 20.79 | 0.42 | 0.53 |
| Hex | BA | 78 | 55 | 0 | 23 | 36 | 1B | 15 | 2A | 35 |
| Octal | 272 | 170 | 125 | 0 | 43 | 66 | 33 | 25 | 52 | 65 |
| Binary | 10111010 | 1111000 | 1010101 | 0 | 100011 | 110110 | 11011 | 10101 | 101010 | 110101 |
Color Harmonies of #BA7855
Complementary color
Monochromatic Colors of #BA7855
Black with #BA7855
Text Example
Text Example
White with #BA7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7855; }
p { color: rgb(186,120,85); }
H1.HeaderClassName
{
color: #BA7855;
}
.AnyTagClassName
{
color: #BA7855;
}
</style>
background-color css
<style>
a { background-color: #BA7855; }
a { background-color: rgb(186,120,85); }
div.DivClassName
{
background-color: #BA7855;
}
.BgClassName
{
background-color: #BA7855;
}
</style>
border-color css
<style>
span { border-color: #BA7855; }
span { border-color: rgb(186,120,85); }
td.TdClassName
{
border-color: #BA7855;
}
.TagClassName
{
border-color: #BA7855;
}
</style>