Shades of Red Damask #BE6A4E
Tints of Red Damask #BE6A4E
RGB
CMYK
RGB Variations
Color information
#BE6A4E (or 0xBE6A4E) is known color: Red Damask. HEX triplet: BE, 6A and 4E. RGB value is (190,106,78). Sum of RGB (Red+Green+Blue) = 190+106+78=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A4E is #4195B1. Grayscale: #808080. Windows color (decimal): -4298162 or 5139134. OLE color: 5139134.
HSL color Cylindrical-coordinate representation of color #BE6A4E: hue angle of 15º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE6A4E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 78 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.25 |
| HSL | 15º | 0.46% | 0.53% | - |
| HSV(B) | 15º | 0.59% | 0.75% | - |
| XYZ | 27.76 | 21.81 | 9.95 | - |
| YUV | 127.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 78 | 0 | 0.44 | 0.59 | 0.25 | 15 | 0.46 | 0.53 |
| Hex | BE | 6A | 4E | 0 | 2C | 3B | 19 | F | 2E | 35 |
| Octal | 276 | 152 | 116 | 0 | 54 | 73 | 31 | 17 | 56 | 65 |
| Binary | 10111110 | 1101010 | 1001110 | 0 | 101100 | 111011 | 11001 | 1111 | 101110 | 110101 |
Color Harmonies of #BE6A4E
Complementary color
Monochromatic Colors of #BE6A4E
Black with #BE6A4E
Text Example
Text Example
White with #BE6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A4E; }
p { color: rgb(190,106,78); }
H1.HeaderClassName
{
color: #BE6A4E;
}
.AnyTagClassName
{
color: #BE6A4E;
}
</style>
background-color css
<style>
a { background-color: #BE6A4E; }
a { background-color: rgb(190,106,78); }
div.DivClassName
{
background-color: #BE6A4E;
}
.BgClassName
{
background-color: #BE6A4E;
}
</style>
border-color css
<style>
span { border-color: #BE6A4E; }
span { border-color: rgb(190,106,78); }
td.TdClassName
{
border-color: #BE6A4E;
}
.TagClassName
{
border-color: #BE6A4E;
}
</style>