Shades of Mandy #BE505B
Tints of Mandy #BE505B
RGB
CMYK
RGB Variations
Color information
#BE505B (or 0xBE505B) is known color: Mandy. HEX triplet: BE, 50 and 5B. RGB value is (190,80,91). Sum of RGB (Red+Green+Blue) = 190+80+91=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE505B is #41AFA4. Grayscale: #727272. Windows color (decimal): -4304805 or 5984446. OLE color: 5984446.
HSL color Cylindrical-coordinate representation of color #BE505B: hue angle of 354º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE505B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 91 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 354º | 0.46% | 0.53% | - |
| HSV(B) | 354º | 0.58% | 0.75% | - |
| XYZ | 25.99 | 17.44 | 11.89 | - |
| YUV | 114.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 91 | 0 | 0.58 | 0.52 | 0.25 | 354 | 0.46 | 0.53 |
| Hex | BE | 50 | 5B | 0 | 3A | 34 | 19 | 162 | 2E | 35 |
| Octal | 276 | 120 | 133 | 0 | 72 | 64 | 31 | 542 | 56 | 65 |
| Binary | 10111110 | 1010000 | 1011011 | 0 | 111010 | 110100 | 11001 | 101100010 | 101110 | 110101 |
Color Harmonies of #BE505B
Complementary color
Monochromatic Colors of #BE505B
Black with #BE505B
Text Example
Text Example
White with #BE505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE505B; }
p { color: rgb(190,80,91); }
H1.HeaderClassName
{
color: #BE505B;
}
.AnyTagClassName
{
color: #BE505B;
}
</style>
background-color css
<style>
a { background-color: #BE505B; }
a { background-color: rgb(190,80,91); }
div.DivClassName
{
background-color: #BE505B;
}
.BgClassName
{
background-color: #BE505B;
}
</style>
border-color css
<style>
span { border-color: #BE505B; }
span { border-color: rgb(190,80,91); }
td.TdClassName
{
border-color: #BE505B;
}
.TagClassName
{
border-color: #BE505B;
}
</style>