Shades of Red Damask #BA7755
Tints of Red Damask #BA7755
RGB
CMYK
RGB Variations
Color information
#BA7755 (or 0xBA7755) is known color: Red Damask. HEX triplet: BA, 77 and 55. RGB value is (186,119,85). Sum of RGB (Red+Green+Blue) = 186+119+85=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7755 is #4588AA. Grayscale: #878787. Windows color (decimal): -4556971 or 5601210. OLE color: 5601210.
HSL color Cylindrical-coordinate representation of color #BA7755: hue angle of 20.2º 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 #BA7755 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 85 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.27 |
| HSL | 20.2º | 0.42% | 0.53% | - |
| HSV(B) | 20.2º | 0.54% | 0.73% | - |
| XYZ | 28.49 | 24.29 | 11.78 | - |
| YUV | 135.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 85 | 0 | 0.36 | 0.54 | 0.27 | 20.2 | 0.42 | 0.53 |
| Hex | BA | 77 | 55 | 0 | 24 | 36 | 1B | 14 | 2A | 35 |
| Octal | 272 | 167 | 125 | 0 | 44 | 66 | 33 | 24 | 52 | 65 |
| Binary | 10111010 | 1110111 | 1010101 | 0 | 100100 | 110110 | 11011 | 10100 | 101010 | 110101 |
Color Harmonies of #BA7755
Complementary color
Monochromatic Colors of #BA7755
Black with #BA7755
Text Example
Text Example
White with #BA7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7755; }
p { color: rgb(186,119,85); }
H1.HeaderClassName
{
color: #BA7755;
}
.AnyTagClassName
{
color: #BA7755;
}
</style>
background-color css
<style>
a { background-color: #BA7755; }
a { background-color: rgb(186,119,85); }
div.DivClassName
{
background-color: #BA7755;
}
.BgClassName
{
background-color: #BA7755;
}
</style>
border-color css
<style>
span { border-color: #BA7755; }
span { border-color: rgb(186,119,85); }
td.TdClassName
{
border-color: #BA7755;
}
.TagClassName
{
border-color: #BA7755;
}
</style>