Shades of Red Damask #BA734F
Tints of Red Damask #BA734F
RGB
CMYK
RGB Variations
Color information
#BA734F (or 0xBA734F) is known color: Red Damask. HEX triplet: BA, 73 and 4F. RGB value is (186,115,79). Sum of RGB (Red+Green+Blue) = 186+115+79=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA734F is #458CB0. Grayscale: #848484. Windows color (decimal): -4558001 or 5206970. OLE color: 5206970.
HSL color Cylindrical-coordinate representation of color #BA734F: hue angle of 20.19º 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 #BA734F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 79 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.27 |
| HSL | 20.19º | 0.44% | 0.52% | - |
| HSV(B) | 20.19º | 0.58% | 0.73% | - |
| XYZ | 27.79 | 23.27 | 10.42 | - |
| YUV | 132.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 79 | 0 | 0.38 | 0.58 | 0.27 | 20.19 | 0.44 | 0.52 |
| Hex | BA | 73 | 4F | 0 | 26 | 3A | 1B | 14 | 2C | 34 |
| Octal | 272 | 163 | 117 | 0 | 46 | 72 | 33 | 24 | 54 | 64 |
| Binary | 10111010 | 1110011 | 1001111 | 0 | 100110 | 111010 | 11011 | 10100 | 101100 | 110100 |
Color Harmonies of #BA734F
Complementary color
Monochromatic Colors of #BA734F
Black with #BA734F
Text Example
Text Example
White with #BA734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA734F; }
p { color: rgb(186,115,79); }
H1.HeaderClassName
{
color: #BA734F;
}
.AnyTagClassName
{
color: #BA734F;
}
</style>
background-color css
<style>
a { background-color: #BA734F; }
a { background-color: rgb(186,115,79); }
div.DivClassName
{
background-color: #BA734F;
}
.BgClassName
{
background-color: #BA734F;
}
</style>
border-color css
<style>
span { border-color: #BA734F; }
span { border-color: rgb(186,115,79); }
td.TdClassName
{
border-color: #BA734F;
}
.TagClassName
{
border-color: #BA734F;
}
</style>