Shades of Red Damask #BE744D
Tints of Red Damask #BE744D
RGB
CMYK
RGB Variations
Color information
#BE744D (or 0xBE744D) is known color: Red Damask. HEX triplet: BE, 74 and 4D. RGB value is (190,116,77). Sum of RGB (Red+Green+Blue) = 190+116+77=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE744D is #418BB2. Grayscale: #858585. Windows color (decimal): -4295603 or 5076158. OLE color: 5076158.
HSL color Cylindrical-coordinate representation of color #BE744D: hue angle of 20.71º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE744D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 77 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.25 |
| HSL | 20.71º | 0.47% | 0.52% | - |
| HSV(B) | 20.71º | 0.59% | 0.75% | - |
| XYZ | 28.82 | 23.97 | 10.13 | - |
| YUV | 133.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 77 | 0 | 0.39 | 0.59 | 0.25 | 20.71 | 0.47 | 0.52 |
| Hex | BE | 74 | 4D | 0 | 27 | 3B | 19 | 15 | 2F | 34 |
| Octal | 276 | 164 | 115 | 0 | 47 | 73 | 31 | 25 | 57 | 64 |
| Binary | 10111110 | 1110100 | 1001101 | 0 | 100111 | 111011 | 11001 | 10101 | 101111 | 110100 |
Color Harmonies of #BE744D
Complementary color
Monochromatic Colors of #BE744D
Black with #BE744D
Text Example
Text Example
White with #BE744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE744D; }
p { color: rgb(190,116,77); }
H1.HeaderClassName
{
color: #BE744D;
}
.AnyTagClassName
{
color: #BE744D;
}
</style>
background-color css
<style>
a { background-color: #BE744D; }
a { background-color: rgb(190,116,77); }
div.DivClassName
{
background-color: #BE744D;
}
.BgClassName
{
background-color: #BE744D;
}
</style>
border-color css
<style>
span { border-color: #BE744D; }
span { border-color: rgb(190,116,77); }
td.TdClassName
{
border-color: #BE744D;
}
.TagClassName
{
border-color: #BE744D;
}
</style>