Shades of Red Damask #BE6946
Tints of Red Damask #BE6946
RGB
CMYK
RGB Variations
Color information
#BE6946 (or 0xBE6946) is known color: Red Damask. HEX triplet: BE, 69 and 46. RGB value is (190,105,70). Sum of RGB (Red+Green+Blue) = 190+105+70=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6946 is #4196B9. Grayscale: #7E7E7E. Windows color (decimal): -4298426 or 4614590. OLE color: 4614590.
HSL color Cylindrical-coordinate representation of color #BE6946: hue angle of 17.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE6946 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 70 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.25 |
| HSL | 17.5º | 0.48% | 0.51% | - |
| HSV(B) | 17.5º | 0.63% | 0.75% | - |
| XYZ | 27.39 | 21.49 | 8.5 | - |
| YUV | 126.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 70 | 0 | 0.45 | 0.63 | 0.25 | 17.5 | 0.48 | 0.51 |
| Hex | BE | 69 | 46 | 0 | 2D | 3F | 19 | 12 | 30 | 33 |
| Octal | 276 | 151 | 106 | 0 | 55 | 77 | 31 | 22 | 60 | 63 |
| Binary | 10111110 | 1101001 | 1000110 | 0 | 101101 | 111111 | 11001 | 10010 | 110000 | 110011 |
Color Harmonies of #BE6946
Complementary color
Monochromatic Colors of #BE6946
Black with #BE6946
Text Example
Text Example
White with #BE6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6946; }
p { color: rgb(190,105,70); }
H1.HeaderClassName
{
color: #BE6946;
}
.AnyTagClassName
{
color: #BE6946;
}
</style>
background-color css
<style>
a { background-color: #BE6946; }
a { background-color: rgb(190,105,70); }
div.DivClassName
{
background-color: #BE6946;
}
.BgClassName
{
background-color: #BE6946;
}
</style>
border-color css
<style>
span { border-color: #BE6946; }
span { border-color: rgb(190,105,70); }
td.TdClassName
{
border-color: #BE6946;
}
.TagClassName
{
border-color: #BE6946;
}
</style>