Shades of Red Damask #BE6D4E
Tints of Red Damask #BE6D4E
RGB
CMYK
RGB Variations
Color information
#BE6D4E (or 0xBE6D4E) is known color: Red Damask. HEX triplet: BE, 6D and 4E. RGB value is (190,109,78). Sum of RGB (Red+Green+Blue) = 190+109+78=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D4E is #4192B1. Grayscale: #818181. Windows color (decimal): -4297394 or 5139902. OLE color: 5139902.
HSL color Cylindrical-coordinate representation of color #BE6D4E: hue angle of 16.61º 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 #BE6D4E is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 78 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.25 |
| HSL | 16.61º | 0.46% | 0.53% | - |
| HSV(B) | 16.61º | 0.59% | 0.75% | - |
| XYZ | 28.08 | 22.43 | 10.06 | - |
| YUV | 129.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 78 | 0 | 0.43 | 0.59 | 0.25 | 16.61 | 0.46 | 0.53 |
| Hex | BE | 6D | 4E | 0 | 2B | 3B | 19 | 11 | 2E | 35 |
| Octal | 276 | 155 | 116 | 0 | 53 | 73 | 31 | 21 | 56 | 65 |
| Binary | 10111110 | 1101101 | 1001110 | 0 | 101011 | 111011 | 11001 | 10001 | 101110 | 110101 |
Color Harmonies of #BE6D4E
Complementary color
Monochromatic Colors of #BE6D4E
Black with #BE6D4E
Text Example
Text Example
White with #BE6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D4E; }
p { color: rgb(190,109,78); }
H1.HeaderClassName
{
color: #BE6D4E;
}
.AnyTagClassName
{
color: #BE6D4E;
}
</style>
background-color css
<style>
a { background-color: #BE6D4E; }
a { background-color: rgb(190,109,78); }
div.DivClassName
{
background-color: #BE6D4E;
}
.BgClassName
{
background-color: #BE6D4E;
}
</style>
border-color css
<style>
span { border-color: #BE6D4E; }
span { border-color: rgb(190,109,78); }
td.TdClassName
{
border-color: #BE6D4E;
}
.TagClassName
{
border-color: #BE6D4E;
}
</style>