Shades of Mandy #BE4B54
Tints of Mandy #BE4B54
RGB
CMYK
RGB Variations
Color information
#BE4B54 (or 0xBE4B54) is known color: Mandy. HEX triplet: BE, 4B and 54. RGB value is (190,75,84). Sum of RGB (Red+Green+Blue) = 190+75+84=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B54 is #41B4AB. Grayscale: #6E6E6E. Windows color (decimal): -4306092 or 5524414. OLE color: 5524414.
HSL color Cylindrical-coordinate representation of color #BE4B54: hue angle of 355.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B54 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 84 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.25 |
| HSL | 355.3º | 0.47% | 0.52% | - |
| HSV(B) | 355.3º | 0.61% | 0.75% | - |
| XYZ | 25.35 | 16.62 | 10.26 | - |
| YUV | 110.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 84 | 0 | 0.61 | 0.56 | 0.25 | 355.3 | 0.47 | 0.52 |
| Hex | BE | 4B | 54 | 0 | 3D | 38 | 19 | 163 | 2F | 34 |
| Octal | 276 | 113 | 124 | 0 | 75 | 70 | 31 | 543 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1010100 | 0 | 111101 | 111000 | 11001 | 101100011 | 101111 | 110100 |
Color Harmonies of #BE4B54
Complementary color
Monochromatic Colors of #BE4B54
Black with #BE4B54
Text Example
Text Example
White with #BE4B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B54; }
p { color: rgb(190,75,84); }
H1.HeaderClassName
{
color: #BE4B54;
}
.AnyTagClassName
{
color: #BE4B54;
}
</style>
background-color css
<style>
a { background-color: #BE4B54; }
a { background-color: rgb(190,75,84); }
div.DivClassName
{
background-color: #BE4B54;
}
.BgClassName
{
background-color: #BE4B54;
}
</style>
border-color css
<style>
span { border-color: #BE4B54; }
span { border-color: rgb(190,75,84); }
td.TdClassName
{
border-color: #BE4B54;
}
.TagClassName
{
border-color: #BE4B54;
}
</style>