Shades of Red Damask #BE734D
Tints of Red Damask #BE734D
RGB
CMYK
RGB Variations
Color information
#BE734D (or 0xBE734D) is known color: Red Damask. HEX triplet: BE, 73 and 4D. RGB value is (190,115,77). Sum of RGB (Red+Green+Blue) = 190+115+77=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE734D is #418CB2. Grayscale: #858585. Windows color (decimal): -4295859 or 5075902. OLE color: 5075902.
HSL color Cylindrical-coordinate representation of color #BE734D: hue angle of 20.18º 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 #BE734D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 77 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.25 |
| HSL | 20.18º | 0.47% | 0.52% | - |
| HSV(B) | 20.18º | 0.59% | 0.75% | - |
| XYZ | 28.71 | 23.74 | 10.09 | - |
| YUV | 133.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 77 | 0 | 0.39 | 0.59 | 0.25 | 20.18 | 0.47 | 0.52 |
| Hex | BE | 73 | 4D | 0 | 27 | 3B | 19 | 14 | 2F | 34 |
| Octal | 276 | 163 | 115 | 0 | 47 | 73 | 31 | 24 | 57 | 64 |
| Binary | 10111110 | 1110011 | 1001101 | 0 | 100111 | 111011 | 11001 | 10100 | 101111 | 110100 |
Color Harmonies of #BE734D
Complementary color
Monochromatic Colors of #BE734D
Black with #BE734D
Text Example
Text Example
White with #BE734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE734D; }
p { color: rgb(190,115,77); }
H1.HeaderClassName
{
color: #BE734D;
}
.AnyTagClassName
{
color: #BE734D;
}
</style>
background-color css
<style>
a { background-color: #BE734D; }
a { background-color: rgb(190,115,77); }
div.DivClassName
{
background-color: #BE734D;
}
.BgClassName
{
background-color: #BE734D;
}
</style>
border-color css
<style>
span { border-color: #BE734D; }
span { border-color: rgb(190,115,77); }
td.TdClassName
{
border-color: #BE734D;
}
.TagClassName
{
border-color: #BE734D;
}
</style>