Shades of Red Damask #BA6C4A
Tints of Red Damask #BA6C4A
RGB
CMYK
RGB Variations
Color information
#BA6C4A (or 0xBA6C4A) is known color: Red Damask. HEX triplet: BA, 6C and 4A. RGB value is (186,108,74). Sum of RGB (Red+Green+Blue) = 186+108+74=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C4A is #4593B5. Grayscale: #7F7F7F. Windows color (decimal): -4559798 or 4877498. OLE color: 4877498.
HSL color Cylindrical-coordinate representation of color #BA6C4A: hue angle of 18.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA6C4A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 74 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.27 |
| HSL | 18.21º | 0.45% | 0.51% | - |
| HSV(B) | 18.21º | 0.6% | 0.73% | - |
| XYZ | 26.85 | 21.66 | 9.24 | - |
| YUV | 127.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 74 | 0 | 0.42 | 0.60 | 0.27 | 18.21 | 0.45 | 0.51 |
| Hex | BA | 6C | 4A | 0 | 2A | 3C | 1B | 12 | 2D | 33 |
| Octal | 272 | 154 | 112 | 0 | 52 | 74 | 33 | 22 | 55 | 63 |
| Binary | 10111010 | 1101100 | 1001010 | 0 | 101010 | 111100 | 11011 | 10010 | 101101 | 110011 |
Color Harmonies of #BA6C4A
Complementary color
Monochromatic Colors of #BA6C4A
Black with #BA6C4A
Text Example
Text Example
White with #BA6C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C4A; }
p { color: rgb(186,108,74); }
H1.HeaderClassName
{
color: #BA6C4A;
}
.AnyTagClassName
{
color: #BA6C4A;
}
</style>
background-color css
<style>
a { background-color: #BA6C4A; }
a { background-color: rgb(186,108,74); }
div.DivClassName
{
background-color: #BA6C4A;
}
.BgClassName
{
background-color: #BA6C4A;
}
</style>
border-color css
<style>
span { border-color: #BA6C4A; }
span { border-color: rgb(186,108,74); }
td.TdClassName
{
border-color: #BA6C4A;
}
.TagClassName
{
border-color: #BA6C4A;
}
</style>