Shades of Mandy #BE5D60
Tints of Mandy #BE5D60
RGB
CMYK
RGB Variations
Color information
#BE5D60 (or 0xBE5D60) is known color: Mandy. HEX triplet: BE, 5D and 60. RGB value is (190,93,96). Sum of RGB (Red+Green+Blue) = 190+93+96=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D60 is #41A29F. Grayscale: #7A7A7A. Windows color (decimal): -4301472 or 6315454. OLE color: 6315454.
HSL color Cylindrical-coordinate representation of color #BE5D60: hue angle of 358.14º 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 #BE5D60 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 96 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.25 |
| HSL | 358.14º | 0.43% | 0.55% | - |
| HSV(B) | 358.14º | 0.51% | 0.75% | - |
| XYZ | 27.26 | 19.62 | 13.42 | - |
| YUV | 122.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 96 | 0 | 0.51 | 0.49 | 0.25 | 358.14 | 0.43 | 0.55 |
| Hex | BE | 5D | 60 | 0 | 33 | 31 | 19 | 166 | 2B | 37 |
| Octal | 276 | 135 | 140 | 0 | 63 | 61 | 31 | 546 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1100000 | 0 | 110011 | 110001 | 11001 | 101100110 | 101011 | 110111 |
Color Harmonies of #BE5D60
Complementary color
Monochromatic Colors of #BE5D60
Black with #BE5D60
Text Example
Text Example
White with #BE5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D60; }
p { color: rgb(190,93,96); }
H1.HeaderClassName
{
color: #BE5D60;
}
.AnyTagClassName
{
color: #BE5D60;
}
</style>
background-color css
<style>
a { background-color: #BE5D60; }
a { background-color: rgb(190,93,96); }
div.DivClassName
{
background-color: #BE5D60;
}
.BgClassName
{
background-color: #BE5D60;
}
</style>
border-color css
<style>
span { border-color: #BE5D60; }
span { border-color: rgb(190,93,96); }
td.TdClassName
{
border-color: #BE5D60;
}
.TagClassName
{
border-color: #BE5D60;
}
</style>