Shades of Red Damask #BA714B
Tints of Red Damask #BA714B
RGB
CMYK
RGB Variations
Color information
#BA714B (or 0xBA714B) is known color: Red Damask. HEX triplet: BA, 71 and 4B. RGB value is (186,113,75). Sum of RGB (Red+Green+Blue) = 186+113+75=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA714B is #458EB4. Grayscale: #828282. Windows color (decimal): -4558517 or 4944314. OLE color: 4944314.
HSL color Cylindrical-coordinate representation of color #BA714B: hue angle of 20.54º 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 #BA714B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 75 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.27 |
| HSL | 20.54º | 0.45% | 0.51% | - |
| HSV(B) | 20.54º | 0.6% | 0.73% | - |
| XYZ | 27.42 | 22.76 | 9.6 | - |
| YUV | 130.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 75 | 0 | 0.39 | 0.60 | 0.27 | 20.54 | 0.45 | 0.51 |
| Hex | BA | 71 | 4B | 0 | 27 | 3C | 1B | 15 | 2D | 33 |
| Octal | 272 | 161 | 113 | 0 | 47 | 74 | 33 | 25 | 55 | 63 |
| Binary | 10111010 | 1110001 | 1001011 | 0 | 100111 | 111100 | 11011 | 10101 | 101101 | 110011 |
Color Harmonies of #BA714B
Complementary color
Monochromatic Colors of #BA714B
Black with #BA714B
Text Example
Text Example
White with #BA714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA714B; }
p { color: rgb(186,113,75); }
H1.HeaderClassName
{
color: #BA714B;
}
.AnyTagClassName
{
color: #BA714B;
}
</style>
background-color css
<style>
a { background-color: #BA714B; }
a { background-color: rgb(186,113,75); }
div.DivClassName
{
background-color: #BA714B;
}
.BgClassName
{
background-color: #BA714B;
}
</style>
border-color css
<style>
span { border-color: #BA714B; }
span { border-color: rgb(186,113,75); }
td.TdClassName
{
border-color: #BA714B;
}
.TagClassName
{
border-color: #BA714B;
}
</style>