Shades of Red Damask #BE6E4A
Tints of Red Damask #BE6E4A
RGB
CMYK
RGB Variations
Color information
#BE6E4A (or 0xBE6E4A) is known color: Red Damask. HEX triplet: BE, 6E and 4A. RGB value is (190,110,74). Sum of RGB (Red+Green+Blue) = 190+110+74=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E4A is #4191B5. Grayscale: #828282. Windows color (decimal): -4297142 or 4878014. OLE color: 4878014.
HSL color Cylindrical-coordinate representation of color #BE6E4A: hue angle of 18.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE6E4A is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 74 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.25 |
| HSL | 18.62º | 0.47% | 0.52% | - |
| HSV(B) | 18.62º | 0.61% | 0.75% | - |
| XYZ | 28.05 | 22.59 | 9.36 | - |
| YUV | 129.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 74 | 0 | 0.42 | 0.61 | 0.25 | 18.62 | 0.47 | 0.52 |
| Hex | BE | 6E | 4A | 0 | 2A | 3D | 19 | 13 | 2F | 34 |
| Octal | 276 | 156 | 112 | 0 | 52 | 75 | 31 | 23 | 57 | 64 |
| Binary | 10111110 | 1101110 | 1001010 | 0 | 101010 | 111101 | 11001 | 10011 | 101111 | 110100 |
Color Harmonies of #BE6E4A
Complementary color
Monochromatic Colors of #BE6E4A
Black with #BE6E4A
Text Example
Text Example
White with #BE6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E4A; }
p { color: rgb(190,110,74); }
H1.HeaderClassName
{
color: #BE6E4A;
}
.AnyTagClassName
{
color: #BE6E4A;
}
</style>
background-color css
<style>
a { background-color: #BE6E4A; }
a { background-color: rgb(190,110,74); }
div.DivClassName
{
background-color: #BE6E4A;
}
.BgClassName
{
background-color: #BE6E4A;
}
</style>
border-color css
<style>
span { border-color: #BE6E4A; }
span { border-color: rgb(190,110,74); }
td.TdClassName
{
border-color: #BE6E4A;
}
.TagClassName
{
border-color: #BE6E4A;
}
</style>