Shades of Mandy #BE4554
Tints of Mandy #BE4554
RGB
CMYK
RGB Variations
Color information
#BE4554 (or 0xBE4554) is known color: Mandy. HEX triplet: BE, 45 and 54. RGB value is (190,69,84). Sum of RGB (Red+Green+Blue) = 190+69+84=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4554 is #41BAAB. Grayscale: #6A6A6A. Windows color (decimal): -4307628 or 5522878. OLE color: 5522878.
HSL color Cylindrical-coordinate representation of color #BE4554: hue angle of 352.56º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4554 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 84 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.25 |
| HSL | 352.56º | 0.48% | 0.51% | - |
| HSV(B) | 352.56º | 0.64% | 0.75% | - |
| XYZ | 24.96 | 15.84 | 10.13 | - |
| YUV | 106.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 84 | 0 | 0.64 | 0.56 | 0.25 | 352.56 | 0.48 | 0.51 |
| Hex | BE | 45 | 54 | 0 | 40 | 38 | 19 | 161 | 30 | 33 |
| Octal | 276 | 105 | 124 | 0 | 100 | 70 | 31 | 541 | 60 | 63 |
| Binary | 10111110 | 1000101 | 1010100 | 0 | 1000000 | 111000 | 11001 | 101100001 | 110000 | 110011 |
Color Harmonies of #BE4554
Complementary color
Monochromatic Colors of #BE4554
Black with #BE4554
Text Example
Text Example
White with #BE4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4554; }
p { color: rgb(190,69,84); }
H1.HeaderClassName
{
color: #BE4554;
}
.AnyTagClassName
{
color: #BE4554;
}
</style>
background-color css
<style>
a { background-color: #BE4554; }
a { background-color: rgb(190,69,84); }
div.DivClassName
{
background-color: #BE4554;
}
.BgClassName
{
background-color: #BE4554;
}
</style>
border-color css
<style>
span { border-color: #BE4554; }
span { border-color: rgb(190,69,84); }
td.TdClassName
{
border-color: #BE4554;
}
.TagClassName
{
border-color: #BE4554;
}
</style>