Shades of Mandy #BE4655
Tints of Mandy #BE4655
RGB
CMYK
RGB Variations
Color information
#BE4655 (or 0xBE4655) is known color: Mandy. HEX triplet: BE, 46 and 55. RGB value is (190,70,85). Sum of RGB (Red+Green+Blue) = 190+70+85=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4655 is #41B9AA. Grayscale: #6B6B6B. Windows color (decimal): -4307371 or 5588670. OLE color: 5588670.
HSL color Cylindrical-coordinate representation of color #BE4655: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4655 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 85 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.25 |
| HSL | 352.5º | 0.48% | 0.51% | - |
| HSV(B) | 352.5º | 0.63% | 0.75% | - |
| XYZ | 25.07 | 15.98 | 10.36 | - |
| YUV | 107.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 85 | 0 | 0.63 | 0.55 | 0.25 | 352.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 55 | 0 | 3F | 37 | 19 | 160 | 30 | 33 |
| Octal | 276 | 106 | 125 | 0 | 77 | 67 | 31 | 540 | 60 | 63 |
| Binary | 10111110 | 1000110 | 1010101 | 0 | 111111 | 110111 | 11001 | 101100000 | 110000 | 110011 |
Color Harmonies of #BE4655
Complementary color
Monochromatic Colors of #BE4655
Black with #BE4655
Text Example
Text Example
White with #BE4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4655; }
p { color: rgb(190,70,85); }
H1.HeaderClassName
{
color: #BE4655;
}
.AnyTagClassName
{
color: #BE4655;
}
</style>
background-color css
<style>
a { background-color: #BE4655; }
a { background-color: rgb(190,70,85); }
div.DivClassName
{
background-color: #BE4655;
}
.BgClassName
{
background-color: #BE4655;
}
</style>
border-color css
<style>
span { border-color: #BE4655; }
span { border-color: rgb(190,70,85); }
td.TdClassName
{
border-color: #BE4655;
}
.TagClassName
{
border-color: #BE4655;
}
</style>