Shades of Mandy #BE5D64
Tints of Mandy #BE5D64
RGB
CMYK
RGB Variations
Color information
#BE5D64 (or 0xBE5D64) is known color: Mandy. HEX triplet: BE, 5D and 64. RGB value is (190,93,100). Sum of RGB (Red+Green+Blue) = 190+93+100=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D64 is #41A29B. Grayscale: #7A7A7A. Windows color (decimal): -4301468 or 6577598. OLE color: 6577598.
HSL color Cylindrical-coordinate representation of color #BE5D64: hue angle of 355.67º 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 #BE5D64 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 100 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.25 |
| HSL | 355.67º | 0.43% | 0.55% | - |
| HSV(B) | 355.67º | 0.51% | 0.75% | - |
| XYZ | 27.45 | 19.7 | 14.41 | - |
| YUV | 122.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 100 | 0 | 0.51 | 0.47 | 0.25 | 355.67 | 0.43 | 0.55 |
| Hex | BE | 5D | 64 | 0 | 33 | 2F | 19 | 164 | 2B | 37 |
| Octal | 276 | 135 | 144 | 0 | 63 | 57 | 31 | 544 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1100100 | 0 | 110011 | 101111 | 11001 | 101100100 | 101011 | 110111 |
Color Harmonies of #BE5D64
Complementary color
Monochromatic Colors of #BE5D64
Black with #BE5D64
Text Example
Text Example
White with #BE5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D64; }
p { color: rgb(190,93,100); }
H1.HeaderClassName
{
color: #BE5D64;
}
.AnyTagClassName
{
color: #BE5D64;
}
</style>
background-color css
<style>
a { background-color: #BE5D64; }
a { background-color: rgb(190,93,100); }
div.DivClassName
{
background-color: #BE5D64;
}
.BgClassName
{
background-color: #BE5D64;
}
</style>
border-color css
<style>
span { border-color: #BE5D64; }
span { border-color: rgb(190,93,100); }
td.TdClassName
{
border-color: #BE5D64;
}
.TagClassName
{
border-color: #BE5D64;
}
</style>