Shades of Mandy #BE515C
Tints of Mandy #BE515C
RGB
CMYK
RGB Variations
Color information
#BE515C (or 0xBE515C) is known color: Mandy. HEX triplet: BE, 51 and 5C. RGB value is (190,81,92). Sum of RGB (Red+Green+Blue) = 190+81+92=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE515C is #41AEA3. Grayscale: #727272. Windows color (decimal): -4304548 or 6050238. OLE color: 6050238.
HSL color Cylindrical-coordinate representation of color #BE515C: hue angle of 353.94º degrees, saturation: 0.46, 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 #BE515C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 92 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.25 |
| HSL | 353.94º | 0.46% | 0.53% | - |
| HSV(B) | 353.94º | 0.57% | 0.75% | - |
| XYZ | 26.11 | 17.6 | 12.15 | - |
| YUV | 114.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 92 | 0 | 0.57 | 0.52 | 0.25 | 353.94 | 0.46 | 0.53 |
| Hex | BE | 51 | 5C | 0 | 39 | 34 | 19 | 162 | 2E | 35 |
| Octal | 276 | 121 | 134 | 0 | 71 | 64 | 31 | 542 | 56 | 65 |
| Binary | 10111110 | 1010001 | 1011100 | 0 | 111001 | 110100 | 11001 | 101100010 | 101110 | 110101 |
Color Harmonies of #BE515C
Complementary color
Monochromatic Colors of #BE515C
Black with #BE515C
Text Example
Text Example
White with #BE515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE515C; }
p { color: rgb(190,81,92); }
H1.HeaderClassName
{
color: #BE515C;
}
.AnyTagClassName
{
color: #BE515C;
}
</style>
background-color css
<style>
a { background-color: #BE515C; }
a { background-color: rgb(190,81,92); }
div.DivClassName
{
background-color: #BE515C;
}
.BgClassName
{
background-color: #BE515C;
}
</style>
border-color css
<style>
span { border-color: #BE515C; }
span { border-color: rgb(190,81,92); }
td.TdClassName
{
border-color: #BE515C;
}
.TagClassName
{
border-color: #BE515C;
}
</style>