Shades of Red Damask #BE764D
Tints of Red Damask #BE764D
RGB
CMYK
RGB Variations
Color information
#BE764D (or 0xBE764D) is known color: Red Damask. HEX triplet: BE, 76 and 4D. RGB value is (190,118,77). Sum of RGB (Red+Green+Blue) = 190+118+77=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE764D is #4189B2. Grayscale: #878787. Windows color (decimal): -4295091 or 5076670. OLE color: 5076670.
HSL color Cylindrical-coordinate representation of color #BE764D: hue angle of 21.77º 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 #BE764D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 77 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.25 |
| HSL | 21.77º | 0.47% | 0.52% | - |
| HSV(B) | 21.77º | 0.59% | 0.75% | - |
| XYZ | 29.05 | 24.44 | 10.21 | - |
| YUV | 134.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 77 | 0 | 0.38 | 0.59 | 0.25 | 21.77 | 0.47 | 0.52 |
| Hex | BE | 76 | 4D | 0 | 26 | 3B | 19 | 16 | 2F | 34 |
| Octal | 276 | 166 | 115 | 0 | 46 | 73 | 31 | 26 | 57 | 64 |
| Binary | 10111110 | 1110110 | 1001101 | 0 | 100110 | 111011 | 11001 | 10110 | 101111 | 110100 |
Color Harmonies of #BE764D
Complementary color
Monochromatic Colors of #BE764D
Black with #BE764D
Text Example
Text Example
White with #BE764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE764D; }
p { color: rgb(190,118,77); }
H1.HeaderClassName
{
color: #BE764D;
}
.AnyTagClassName
{
color: #BE764D;
}
</style>
background-color css
<style>
a { background-color: #BE764D; }
a { background-color: rgb(190,118,77); }
div.DivClassName
{
background-color: #BE764D;
}
.BgClassName
{
background-color: #BE764D;
}
</style>
border-color css
<style>
span { border-color: #BE764D; }
span { border-color: rgb(190,118,77); }
td.TdClassName
{
border-color: #BE764D;
}
.TagClassName
{
border-color: #BE764D;
}
</style>