Shades of Mandy #BE4E5C
Tints of Mandy #BE4E5C
RGB
CMYK
RGB Variations
Color information
#BE4E5C (or 0xBE4E5C) is known color: Mandy. HEX triplet: BE, 4E and 5C. RGB value is (190,78,92). Sum of RGB (Red+Green+Blue) = 190+78+92=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E5C is #41B1A3. Grayscale: #717171. Windows color (decimal): -4305316 or 6049470. OLE color: 6049470.
HSL color Cylindrical-coordinate representation of color #BE4E5C: hue angle of 352.5º 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 #BE4E5C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 92 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 352.5º | 0.46% | 0.53% | - |
| HSV(B) | 352.5º | 0.59% | 0.75% | - |
| XYZ | 25.89 | 17.17 | 12.07 | - |
| YUV | 113.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 92 | 0 | 0.59 | 0.52 | 0.25 | 352.5 | 0.46 | 0.53 |
| Hex | BE | 4E | 5C | 0 | 3B | 34 | 19 | 160 | 2E | 35 |
| Octal | 276 | 116 | 134 | 0 | 73 | 64 | 31 | 540 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1011100 | 0 | 111011 | 110100 | 11001 | 101100000 | 101110 | 110101 |
Color Harmonies of #BE4E5C
Complementary color
Monochromatic Colors of #BE4E5C
Black with #BE4E5C
Text Example
Text Example
White with #BE4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E5C; }
p { color: rgb(190,78,92); }
H1.HeaderClassName
{
color: #BE4E5C;
}
.AnyTagClassName
{
color: #BE4E5C;
}
</style>
background-color css
<style>
a { background-color: #BE4E5C; }
a { background-color: rgb(190,78,92); }
div.DivClassName
{
background-color: #BE4E5C;
}
.BgClassName
{
background-color: #BE4E5C;
}
</style>
border-color css
<style>
span { border-color: #BE4E5C; }
span { border-color: rgb(190,78,92); }
td.TdClassName
{
border-color: #BE4E5C;
}
.TagClassName
{
border-color: #BE4E5C;
}
</style>