Shades of Mandy #BE4C5B
Tints of Mandy #BE4C5B
RGB
CMYK
RGB Variations
Color information
#BE4C5B (or 0xBE4C5B) is known color: Mandy. HEX triplet: BE, 4C and 5B. RGB value is (190,76,91). Sum of RGB (Red+Green+Blue) = 190+76+91=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C5B is #41B3A4. Grayscale: #6F6F6F. Windows color (decimal): -4305829 or 5983422. OLE color: 5983422.
HSL color Cylindrical-coordinate representation of color #BE4C5B: hue angle of 352.11º 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 #BE4C5B is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 91 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.25 |
| HSL | 352.11º | 0.47% | 0.52% | - |
| HSV(B) | 352.11º | 0.6% | 0.75% | - |
| XYZ | 25.71 | 16.87 | 11.8 | - |
| YUV | 111.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 91 | 0 | 0.60 | 0.52 | 0.25 | 352.11 | 0.47 | 0.52 |
| Hex | BE | 4C | 5B | 0 | 3C | 34 | 19 | 160 | 2F | 34 |
| Octal | 276 | 114 | 133 | 0 | 74 | 64 | 31 | 540 | 57 | 64 |
| Binary | 10111110 | 1001100 | 1011011 | 0 | 111100 | 110100 | 11001 | 101100000 | 101111 | 110100 |
Color Harmonies of #BE4C5B
Complementary color
Monochromatic Colors of #BE4C5B
Black with #BE4C5B
Text Example
Text Example
White with #BE4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C5B; }
p { color: rgb(190,76,91); }
H1.HeaderClassName
{
color: #BE4C5B;
}
.AnyTagClassName
{
color: #BE4C5B;
}
</style>
background-color css
<style>
a { background-color: #BE4C5B; }
a { background-color: rgb(190,76,91); }
div.DivClassName
{
background-color: #BE4C5B;
}
.BgClassName
{
background-color: #BE4C5B;
}
</style>
border-color css
<style>
span { border-color: #BE4C5B; }
span { border-color: rgb(190,76,91); }
td.TdClassName
{
border-color: #BE4C5B;
}
.TagClassName
{
border-color: #BE4C5B;
}
</style>