Shades of Mandy #BE4955
Tints of Mandy #BE4955
RGB
CMYK
RGB Variations
Color information
#BE4955 (or 0xBE4955) is known color: Mandy. HEX triplet: BE, 49 and 55. RGB value is (190,73,85). Sum of RGB (Red+Green+Blue) = 190+73+85=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4955 is #41B6AA. Grayscale: #6D6D6D. Windows color (decimal): -4306603 or 5589438. OLE color: 5589438.
HSL color Cylindrical-coordinate representation of color #BE4955: hue angle of 353.85º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4955 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 85 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.25 |
| HSL | 353.85º | 0.47% | 0.52% | - |
| HSV(B) | 353.85º | 0.62% | 0.75% | - |
| XYZ | 25.26 | 16.37 | 10.42 | - |
| YUV | 109.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 85 | 0 | 0.62 | 0.55 | 0.25 | 353.85 | 0.47 | 0.52 |
| Hex | BE | 49 | 55 | 0 | 3E | 37 | 19 | 162 | 2F | 34 |
| Octal | 276 | 111 | 125 | 0 | 76 | 67 | 31 | 542 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1010101 | 0 | 111110 | 110111 | 11001 | 101100010 | 101111 | 110100 |
Color Harmonies of #BE4955
Complementary color
Monochromatic Colors of #BE4955
Black with #BE4955
Text Example
Text Example
White with #BE4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4955; }
p { color: rgb(190,73,85); }
H1.HeaderClassName
{
color: #BE4955;
}
.AnyTagClassName
{
color: #BE4955;
}
</style>
background-color css
<style>
a { background-color: #BE4955; }
a { background-color: rgb(190,73,85); }
div.DivClassName
{
background-color: #BE4955;
}
.BgClassName
{
background-color: #BE4955;
}
</style>
border-color css
<style>
span { border-color: #BE4955; }
span { border-color: rgb(190,73,85); }
td.TdClassName
{
border-color: #BE4955;
}
.TagClassName
{
border-color: #BE4955;
}
</style>