Shades of Red Damask #BE6F4D
Tints of Red Damask #BE6F4D
RGB
CMYK
RGB Variations
Color information
#BE6F4D (or 0xBE6F4D) is known color: Red Damask. HEX triplet: BE, 6F and 4D. RGB value is (190,111,77). Sum of RGB (Red+Green+Blue) = 190+111+77=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F4D is #4190B2. Grayscale: #828282. Windows color (decimal): -4296883 or 5074878. OLE color: 5074878.
HSL color Cylindrical-coordinate representation of color #BE6F4D: hue angle of 18.05º 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 #BE6F4D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 77 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.25 |
| HSL | 18.05º | 0.47% | 0.52% | - |
| HSV(B) | 18.05º | 0.59% | 0.75% | - |
| XYZ | 28.26 | 22.85 | 9.94 | - |
| YUV | 130.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 77 | 0 | 0.42 | 0.59 | 0.25 | 18.05 | 0.47 | 0.52 |
| Hex | BE | 6F | 4D | 0 | 2A | 3B | 19 | 12 | 2F | 34 |
| Octal | 276 | 157 | 115 | 0 | 52 | 73 | 31 | 22 | 57 | 64 |
| Binary | 10111110 | 1101111 | 1001101 | 0 | 101010 | 111011 | 11001 | 10010 | 101111 | 110100 |
Color Harmonies of #BE6F4D
Complementary color
Monochromatic Colors of #BE6F4D
Black with #BE6F4D
Text Example
Text Example
White with #BE6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F4D; }
p { color: rgb(190,111,77); }
H1.HeaderClassName
{
color: #BE6F4D;
}
.AnyTagClassName
{
color: #BE6F4D;
}
</style>
background-color css
<style>
a { background-color: #BE6F4D; }
a { background-color: rgb(190,111,77); }
div.DivClassName
{
background-color: #BE6F4D;
}
.BgClassName
{
background-color: #BE6F4D;
}
</style>
border-color css
<style>
span { border-color: #BE6F4D; }
span { border-color: rgb(190,111,77); }
td.TdClassName
{
border-color: #BE6F4D;
}
.TagClassName
{
border-color: #BE6F4D;
}
</style>