Shades of Red Damask #BE7653
Tints of Red Damask #BE7653
RGB
CMYK
RGB Variations
Color information
#BE7653 (or 0xBE7653) is known color: Red Damask. HEX triplet: BE, 76 and 53. RGB value is (190,118,83). Sum of RGB (Red+Green+Blue) = 190+118+83=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7653 is #4189AC. Grayscale: #878787. Windows color (decimal): -4295085 or 5469886. OLE color: 5469886.
HSL color Cylindrical-coordinate representation of color #BE7653: hue angle of 19.63º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE7653 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 83 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.25 |
| HSL | 19.63º | 0.45% | 0.54% | - |
| HSV(B) | 19.63º | 0.56% | 0.75% | - |
| XYZ | 29.27 | 24.53 | 11.38 | - |
| YUV | 135.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 83 | 0 | 0.38 | 0.56 | 0.25 | 19.63 | 0.45 | 0.54 |
| Hex | BE | 76 | 53 | 0 | 26 | 38 | 19 | 14 | 2D | 36 |
| Octal | 276 | 166 | 123 | 0 | 46 | 70 | 31 | 24 | 55 | 66 |
| Binary | 10111110 | 1110110 | 1010011 | 0 | 100110 | 111000 | 11001 | 10100 | 101101 | 110110 |
Color Harmonies of #BE7653
Complementary color
Monochromatic Colors of #BE7653
Black with #BE7653
Text Example
Text Example
White with #BE7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7653; }
p { color: rgb(190,118,83); }
H1.HeaderClassName
{
color: #BE7653;
}
.AnyTagClassName
{
color: #BE7653;
}
</style>
background-color css
<style>
a { background-color: #BE7653; }
a { background-color: rgb(190,118,83); }
div.DivClassName
{
background-color: #BE7653;
}
.BgClassName
{
background-color: #BE7653;
}
</style>
border-color css
<style>
span { border-color: #BE7653; }
span { border-color: rgb(190,118,83); }
td.TdClassName
{
border-color: #BE7653;
}
.TagClassName
{
border-color: #BE7653;
}
</style>