Shades of Red Damask #BE744A
Tints of Red Damask #BE744A
RGB
CMYK
RGB Variations
Color information
#BE744A (or 0xBE744A) is known color: Red Damask. HEX triplet: BE, 74 and 4A. RGB value is (190,116,74). Sum of RGB (Red+Green+Blue) = 190+116+74=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE744A is #418BB5. Grayscale: #858585. Windows color (decimal): -4295606 or 4879550. OLE color: 4879550.
HSL color Cylindrical-coordinate representation of color #BE744A: hue angle of 21.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE744A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 74 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.25 |
| HSL | 21.72º | 0.47% | 0.52% | - |
| HSV(B) | 21.72º | 0.61% | 0.75% | - |
| XYZ | 28.72 | 23.93 | 9.58 | - |
| YUV | 133.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 74 | 0 | 0.39 | 0.61 | 0.25 | 21.72 | 0.47 | 0.52 |
| Hex | BE | 74 | 4A | 0 | 27 | 3D | 19 | 16 | 2F | 34 |
| Octal | 276 | 164 | 112 | 0 | 47 | 75 | 31 | 26 | 57 | 64 |
| Binary | 10111110 | 1110100 | 1001010 | 0 | 100111 | 111101 | 11001 | 10110 | 101111 | 110100 |
Color Harmonies of #BE744A
Complementary color
Monochromatic Colors of #BE744A
Black with #BE744A
Text Example
Text Example
White with #BE744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE744A; }
p { color: rgb(190,116,74); }
H1.HeaderClassName
{
color: #BE744A;
}
.AnyTagClassName
{
color: #BE744A;
}
</style>
background-color css
<style>
a { background-color: #BE744A; }
a { background-color: rgb(190,116,74); }
div.DivClassName
{
background-color: #BE744A;
}
.BgClassName
{
background-color: #BE744A;
}
</style>
border-color css
<style>
span { border-color: #BE744A; }
span { border-color: rgb(190,116,74); }
td.TdClassName
{
border-color: #BE744A;
}
.TagClassName
{
border-color: #BE744A;
}
</style>