Shades of Mandy #BE4E54
Tints of Mandy #BE4E54
RGB
CMYK
RGB Variations
Color information
#BE4E54 (or 0xBE4E54) is known color: Mandy. HEX triplet: BE, 4E and 54. RGB value is (190,78,84). Sum of RGB (Red+Green+Blue) = 190+78+84=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E54 is #41B1AB. Grayscale: #707070. Windows color (decimal): -4305324 or 5525182. OLE color: 5525182.
HSL color Cylindrical-coordinate representation of color #BE4E54: hue angle of 356.79º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E54 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 84 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.25 |
| HSL | 356.79º | 0.46% | 0.53% | - |
| HSV(B) | 356.79º | 0.59% | 0.75% | - |
| XYZ | 25.56 | 17.04 | 10.33 | - |
| YUV | 112.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 84 | 0 | 0.59 | 0.56 | 0.25 | 356.79 | 0.46 | 0.53 |
| Hex | BE | 4E | 54 | 0 | 3B | 38 | 19 | 165 | 2E | 35 |
| Octal | 276 | 116 | 124 | 0 | 73 | 70 | 31 | 545 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1010100 | 0 | 111011 | 111000 | 11001 | 101100101 | 101110 | 110101 |
Color Harmonies of #BE4E54
Complementary color
Monochromatic Colors of #BE4E54
Black with #BE4E54
Text Example
Text Example
White with #BE4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E54; }
p { color: rgb(190,78,84); }
H1.HeaderClassName
{
color: #BE4E54;
}
.AnyTagClassName
{
color: #BE4E54;
}
</style>
background-color css
<style>
a { background-color: #BE4E54; }
a { background-color: rgb(190,78,84); }
div.DivClassName
{
background-color: #BE4E54;
}
.BgClassName
{
background-color: #BE4E54;
}
</style>
border-color css
<style>
span { border-color: #BE4E54; }
span { border-color: rgb(190,78,84); }
td.TdClassName
{
border-color: #BE4E54;
}
.TagClassName
{
border-color: #BE4E54;
}
</style>