Shades of Mandy #BE525D
Tints of Mandy #BE525D
RGB
CMYK
RGB Variations
Color information
#BE525D (or 0xBE525D) is known color: Mandy. HEX triplet: BE, 52 and 5D. RGB value is (190,82,93). Sum of RGB (Red+Green+Blue) = 190+82+93=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE525D is #41ADA2. Grayscale: #737373. Windows color (decimal): -4304291 or 6116030. OLE color: 6116030.
HSL color Cylindrical-coordinate representation of color #BE525D: hue angle of 353.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE525D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 93 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.25 |
| HSL | 353.89º | 0.45% | 0.53% | - |
| HSV(B) | 353.89º | 0.57% | 0.75% | - |
| XYZ | 26.23 | 17.77 | 12.4 | - |
| YUV | 115.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 93 | 0 | 0.57 | 0.51 | 0.25 | 353.89 | 0.45 | 0.53 |
| Hex | BE | 52 | 5D | 0 | 39 | 33 | 19 | 162 | 2D | 35 |
| Octal | 276 | 122 | 135 | 0 | 71 | 63 | 31 | 542 | 55 | 65 |
| Binary | 10111110 | 1010010 | 1011101 | 0 | 111001 | 110011 | 11001 | 101100010 | 101101 | 110101 |
Color Harmonies of #BE525D
Complementary color
Monochromatic Colors of #BE525D
Black with #BE525D
Text Example
Text Example
White with #BE525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE525D; }
p { color: rgb(190,82,93); }
H1.HeaderClassName
{
color: #BE525D;
}
.AnyTagClassName
{
color: #BE525D;
}
</style>
background-color css
<style>
a { background-color: #BE525D; }
a { background-color: rgb(190,82,93); }
div.DivClassName
{
background-color: #BE525D;
}
.BgClassName
{
background-color: #BE525D;
}
</style>
border-color css
<style>
span { border-color: #BE525D; }
span { border-color: rgb(190,82,93); }
td.TdClassName
{
border-color: #BE525D;
}
.TagClassName
{
border-color: #BE525D;
}
</style>