Shades of Red Damask #BE6F54
Tints of Red Damask #BE6F54
RGB
CMYK
RGB Variations
Color information
#BE6F54 (or 0xBE6F54) is known color: Red Damask. HEX triplet: BE, 6F and 54. RGB value is (190,111,84). Sum of RGB (Red+Green+Blue) = 190+111+84=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F54 is #4190AB. Grayscale: #838383. Windows color (decimal): -4296876 or 5533630. OLE color: 5533630.
HSL color Cylindrical-coordinate representation of color #BE6F54: hue angle of 15.28º 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 #BE6F54 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 84 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.25 |
| HSL | 15.28º | 0.45% | 0.54% | - |
| HSV(B) | 15.28º | 0.56% | 0.75% | - |
| XYZ | 28.52 | 22.96 | 11.32 | - |
| YUV | 131.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 84 | 0 | 0.42 | 0.56 | 0.25 | 15.28 | 0.45 | 0.54 |
| Hex | BE | 6F | 54 | 0 | 2A | 38 | 19 | F | 2D | 36 |
| Octal | 276 | 157 | 124 | 0 | 52 | 70 | 31 | 17 | 55 | 66 |
| Binary | 10111110 | 1101111 | 1010100 | 0 | 101010 | 111000 | 11001 | 1111 | 101101 | 110110 |
Color Harmonies of #BE6F54
Complementary color
Monochromatic Colors of #BE6F54
Black with #BE6F54
Text Example
Text Example
White with #BE6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F54; }
p { color: rgb(190,111,84); }
H1.HeaderClassName
{
color: #BE6F54;
}
.AnyTagClassName
{
color: #BE6F54;
}
</style>
background-color css
<style>
a { background-color: #BE6F54; }
a { background-color: rgb(190,111,84); }
div.DivClassName
{
background-color: #BE6F54;
}
.BgClassName
{
background-color: #BE6F54;
}
</style>
border-color css
<style>
span { border-color: #BE6F54; }
span { border-color: rgb(190,111,84); }
td.TdClassName
{
border-color: #BE6F54;
}
.TagClassName
{
border-color: #BE6F54;
}
</style>