Shades of Mandy #BE5D63
Tints of Mandy #BE5D63
RGB
CMYK
RGB Variations
Color information
#BE5D63 (or 0xBE5D63) is known color: Mandy. HEX triplet: BE, 5D and 63. RGB value is (190,93,99). Sum of RGB (Red+Green+Blue) = 190+93+99=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D63 is #41A29C. Grayscale: #7A7A7A. Windows color (decimal): -4301469 or 6512062. OLE color: 6512062.
HSL color Cylindrical-coordinate representation of color #BE5D63: hue angle of 356.29º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D63 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 99 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.25 |
| HSL | 356.29º | 0.43% | 0.55% | - |
| HSV(B) | 356.29º | 0.51% | 0.75% | - |
| XYZ | 27.4 | 19.68 | 14.16 | - |
| YUV | 122.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 99 | 0 | 0.51 | 0.48 | 0.25 | 356.29 | 0.43 | 0.55 |
| Hex | BE | 5D | 63 | 0 | 33 | 30 | 19 | 164 | 2B | 37 |
| Octal | 276 | 135 | 143 | 0 | 63 | 60 | 31 | 544 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1100011 | 0 | 110011 | 110000 | 11001 | 101100100 | 101011 | 110111 |
Color Harmonies of #BE5D63
Complementary color
Monochromatic Colors of #BE5D63
Black with #BE5D63
Text Example
Text Example
White with #BE5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D63; }
p { color: rgb(190,93,99); }
H1.HeaderClassName
{
color: #BE5D63;
}
.AnyTagClassName
{
color: #BE5D63;
}
</style>
background-color css
<style>
a { background-color: #BE5D63; }
a { background-color: rgb(190,93,99); }
div.DivClassName
{
background-color: #BE5D63;
}
.BgClassName
{
background-color: #BE5D63;
}
</style>
border-color css
<style>
span { border-color: #BE5D63; }
span { border-color: rgb(190,93,99); }
td.TdClassName
{
border-color: #BE5D63;
}
.TagClassName
{
border-color: #BE5D63;
}
</style>