Shades of Mandy #BE4D4E
Tints of Mandy #BE4D4E
RGB
CMYK
RGB Variations
Color information
#BE4D4E (or 0xBE4D4E) is known color: Mandy. HEX triplet: BE, 4D and 4E. RGB value is (190,77,78). Sum of RGB (Red+Green+Blue) = 190+77+78=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D4E is #41B2B1. Grayscale: #6F6F6F. Windows color (decimal): -4305586 or 5131710. OLE color: 5131710.
HSL color Cylindrical-coordinate representation of color #BE4D4E: hue angle of 359.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D4E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 78 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.25 |
| HSL | 359.47º | 0.47% | 0.52% | - |
| HSV(B) | 359.47º | 0.59% | 0.75% | - |
| XYZ | 25.26 | 16.8 | 9.12 | - |
| YUV | 110.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 78 | 0 | 0.59 | 0.59 | 0.25 | 359.47 | 0.47 | 0.52 |
| Hex | BE | 4D | 4E | 0 | 3B | 3B | 19 | 167 | 2F | 34 |
| Octal | 276 | 115 | 116 | 0 | 73 | 73 | 31 | 547 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1001110 | 0 | 111011 | 111011 | 11001 | 101100111 | 101111 | 110100 |
Color Harmonies of #BE4D4E
Complementary color
Monochromatic Colors of #BE4D4E
Black with #BE4D4E
Text Example
Text Example
White with #BE4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D4E; }
p { color: rgb(190,77,78); }
H1.HeaderClassName
{
color: #BE4D4E;
}
.AnyTagClassName
{
color: #BE4D4E;
}
</style>
background-color css
<style>
a { background-color: #BE4D4E; }
a { background-color: rgb(190,77,78); }
div.DivClassName
{
background-color: #BE4D4E;
}
.BgClassName
{
background-color: #BE4D4E;
}
</style>
border-color css
<style>
span { border-color: #BE4D4E; }
span { border-color: rgb(190,77,78); }
td.TdClassName
{
border-color: #BE4D4E;
}
.TagClassName
{
border-color: #BE4D4E;
}
</style>