Shades of Red Damask #BE704D
Tints of Red Damask #BE704D
RGB
CMYK
RGB Variations
Color information
#BE704D (or 0xBE704D) is known color: Red Damask. HEX triplet: BE, 70 and 4D. RGB value is (190,112,77). Sum of RGB (Red+Green+Blue) = 190+112+77=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE704D is #418FB2. Grayscale: #838383. Windows color (decimal): -4296627 or 5075134. OLE color: 5075134.
HSL color Cylindrical-coordinate representation of color #BE704D: hue angle of 18.58º 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 #BE704D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 77 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.25 |
| HSL | 18.58º | 0.47% | 0.52% | - |
| HSV(B) | 18.58º | 0.59% | 0.75% | - |
| XYZ | 28.37 | 23.07 | 9.98 | - |
| YUV | 131.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 77 | 0 | 0.41 | 0.59 | 0.25 | 18.58 | 0.47 | 0.52 |
| Hex | BE | 70 | 4D | 0 | 29 | 3B | 19 | 13 | 2F | 34 |
| Octal | 276 | 160 | 115 | 0 | 51 | 73 | 31 | 23 | 57 | 64 |
| Binary | 10111110 | 1110000 | 1001101 | 0 | 101001 | 111011 | 11001 | 10011 | 101111 | 110100 |
Color Harmonies of #BE704D
Complementary color
Monochromatic Colors of #BE704D
Black with #BE704D
Text Example
Text Example
White with #BE704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE704D; }
p { color: rgb(190,112,77); }
H1.HeaderClassName
{
color: #BE704D;
}
.AnyTagClassName
{
color: #BE704D;
}
</style>
background-color css
<style>
a { background-color: #BE704D; }
a { background-color: rgb(190,112,77); }
div.DivClassName
{
background-color: #BE704D;
}
.BgClassName
{
background-color: #BE704D;
}
</style>
border-color css
<style>
span { border-color: #BE704D; }
span { border-color: rgb(190,112,77); }
td.TdClassName
{
border-color: #BE704D;
}
.TagClassName
{
border-color: #BE704D;
}
</style>