Shades of Red Damask #BE754C
Tints of Red Damask #BE754C
RGB
CMYK
RGB Variations
Color information
#BE754C (or 0xBE754C) is known color: Red Damask. HEX triplet: BE, 75 and 4C. RGB value is (190,117,76). Sum of RGB (Red+Green+Blue) = 190+117+76=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE754C is #418AB3. Grayscale: #868686. Windows color (decimal): -4295348 or 5010878. OLE color: 5010878.
HSL color Cylindrical-coordinate representation of color #BE754C: hue angle of 21.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE754C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 76 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.25 |
| HSL | 21.58º | 0.47% | 0.52% | - |
| HSV(B) | 21.58º | 0.6% | 0.75% | - |
| XYZ | 28.9 | 24.19 | 9.98 | - |
| YUV | 134.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 76 | 0 | 0.38 | 0.60 | 0.25 | 21.58 | 0.47 | 0.52 |
| Hex | BE | 75 | 4C | 0 | 26 | 3C | 19 | 16 | 2F | 34 |
| Octal | 276 | 165 | 114 | 0 | 46 | 74 | 31 | 26 | 57 | 64 |
| Binary | 10111110 | 1110101 | 1001100 | 0 | 100110 | 111100 | 11001 | 10110 | 101111 | 110100 |
Color Harmonies of #BE754C
Complementary color
Monochromatic Colors of #BE754C
Black with #BE754C
Text Example
Text Example
White with #BE754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE754C; }
p { color: rgb(190,117,76); }
H1.HeaderClassName
{
color: #BE754C;
}
.AnyTagClassName
{
color: #BE754C;
}
</style>
background-color css
<style>
a { background-color: #BE754C; }
a { background-color: rgb(190,117,76); }
div.DivClassName
{
background-color: #BE754C;
}
.BgClassName
{
background-color: #BE754C;
}
</style>
border-color css
<style>
span { border-color: #BE754C; }
span { border-color: rgb(190,117,76); }
td.TdClassName
{
border-color: #BE754C;
}
.TagClassName
{
border-color: #BE754C;
}
</style>