Shades of Mandy #BE4C5A
Tints of Mandy #BE4C5A
RGB
CMYK
RGB Variations
Color information
#BE4C5A (or 0xBE4C5A) is known color: Mandy. HEX triplet: BE, 4C and 5A. RGB value is (190,76,90). Sum of RGB (Red+Green+Blue) = 190+76+90=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C5A is #41B3A5. Grayscale: #6F6F6F. Windows color (decimal): -4305830 or 5917886. OLE color: 5917886.
HSL color Cylindrical-coordinate representation of color #BE4C5A: hue angle of 352.63º 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 #BE4C5A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 90 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.25 |
| HSL | 352.63º | 0.47% | 0.52% | - |
| HSV(B) | 352.63º | 0.6% | 0.75% | - |
| XYZ | 25.67 | 16.85 | 11.57 | - |
| YUV | 111.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 90 | 0 | 0.60 | 0.53 | 0.25 | 352.63 | 0.47 | 0.52 |
| Hex | BE | 4C | 5A | 0 | 3C | 35 | 19 | 161 | 2F | 34 |
| Octal | 276 | 114 | 132 | 0 | 74 | 65 | 31 | 541 | 57 | 64 |
| Binary | 10111110 | 1001100 | 1011010 | 0 | 111100 | 110101 | 11001 | 101100001 | 101111 | 110100 |
Color Harmonies of #BE4C5A
Complementary color
Monochromatic Colors of #BE4C5A
Black with #BE4C5A
Text Example
Text Example
White with #BE4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C5A; }
p { color: rgb(190,76,90); }
H1.HeaderClassName
{
color: #BE4C5A;
}
.AnyTagClassName
{
color: #BE4C5A;
}
</style>
background-color css
<style>
a { background-color: #BE4C5A; }
a { background-color: rgb(190,76,90); }
div.DivClassName
{
background-color: #BE4C5A;
}
.BgClassName
{
background-color: #BE4C5A;
}
</style>
border-color css
<style>
span { border-color: #BE4C5A; }
span { border-color: rgb(190,76,90); }
td.TdClassName
{
border-color: #BE4C5A;
}
.TagClassName
{
border-color: #BE4C5A;
}
</style>