Shades of Mandy #BE4E5B
Tints of Mandy #BE4E5B
RGB
CMYK
RGB Variations
Color information
#BE4E5B (or 0xBE4E5B) is known color: Mandy. HEX triplet: BE, 4E and 5B. RGB value is (190,78,91). Sum of RGB (Red+Green+Blue) = 190+78+91=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E5B is #41B1A4. Grayscale: #717171. Windows color (decimal): -4305317 or 5983934. OLE color: 5983934.
HSL color Cylindrical-coordinate representation of color #BE4E5B: hue angle of 353.04º 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 #BE4E5B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 91 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 353.04º | 0.46% | 0.53% | - |
| HSV(B) | 353.04º | 0.59% | 0.75% | - |
| XYZ | 25.85 | 17.15 | 11.85 | - |
| YUV | 112.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 91 | 0 | 0.59 | 0.52 | 0.25 | 353.04 | 0.46 | 0.53 |
| Hex | BE | 4E | 5B | 0 | 3B | 34 | 19 | 161 | 2E | 35 |
| Octal | 276 | 116 | 133 | 0 | 73 | 64 | 31 | 541 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1011011 | 0 | 111011 | 110100 | 11001 | 101100001 | 101110 | 110101 |
Color Harmonies of #BE4E5B
Complementary color
Monochromatic Colors of #BE4E5B
Black with #BE4E5B
Text Example
Text Example
White with #BE4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E5B; }
p { color: rgb(190,78,91); }
H1.HeaderClassName
{
color: #BE4E5B;
}
.AnyTagClassName
{
color: #BE4E5B;
}
</style>
background-color css
<style>
a { background-color: #BE4E5B; }
a { background-color: rgb(190,78,91); }
div.DivClassName
{
background-color: #BE4E5B;
}
.BgClassName
{
background-color: #BE4E5B;
}
</style>
border-color css
<style>
span { border-color: #BE4E5B; }
span { border-color: rgb(190,78,91); }
td.TdClassName
{
border-color: #BE4E5B;
}
.TagClassName
{
border-color: #BE4E5B;
}
</style>