Shades of Mandy #BE4D59
Tints of Mandy #BE4D59
RGB
CMYK
RGB Variations
Color information
#BE4D59 (or 0xBE4D59) is known color: Mandy. HEX triplet: BE, 4D and 59. RGB value is (190,77,89). Sum of RGB (Red+Green+Blue) = 190+77+89=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D59 is #41B2A6. Grayscale: #707070. Windows color (decimal): -4305575 or 5852606. OLE color: 5852606.
HSL color Cylindrical-coordinate representation of color #BE4D59: hue angle of 353.63º 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 #BE4D59 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 89 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.25 |
| HSL | 353.63º | 0.47% | 0.52% | - |
| HSV(B) | 353.63º | 0.59% | 0.75% | - |
| XYZ | 25.69 | 16.98 | 11.37 | - |
| YUV | 112.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 89 | 0 | 0.59 | 0.53 | 0.25 | 353.63 | 0.47 | 0.52 |
| Hex | BE | 4D | 59 | 0 | 3B | 35 | 19 | 162 | 2F | 34 |
| Octal | 276 | 115 | 131 | 0 | 73 | 65 | 31 | 542 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1011001 | 0 | 111011 | 110101 | 11001 | 101100010 | 101111 | 110100 |
Color Harmonies of #BE4D59
Complementary color
Monochromatic Colors of #BE4D59
Black with #BE4D59
Text Example
Text Example
White with #BE4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D59; }
p { color: rgb(190,77,89); }
H1.HeaderClassName
{
color: #BE4D59;
}
.AnyTagClassName
{
color: #BE4D59;
}
</style>
background-color css
<style>
a { background-color: #BE4D59; }
a { background-color: rgb(190,77,89); }
div.DivClassName
{
background-color: #BE4D59;
}
.BgClassName
{
background-color: #BE4D59;
}
</style>
border-color css
<style>
span { border-color: #BE4D59; }
span { border-color: rgb(190,77,89); }
td.TdClassName
{
border-color: #BE4D59;
}
.TagClassName
{
border-color: #BE4D59;
}
</style>