Shades of Mandy #BE474E
Tints of Mandy #BE474E
RGB
CMYK
RGB Variations
Color information
#BE474E (or 0xBE474E) is known color: Mandy. HEX triplet: BE, 47 and 4E. RGB value is (190,71,78). Sum of RGB (Red+Green+Blue) = 190+71+78=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE474E is #41B8B1. Grayscale: #6B6B6B. Windows color (decimal): -4307122 or 5130174. OLE color: 5130174.
HSL color Cylindrical-coordinate representation of color #BE474E: hue angle of 356.47º 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 #BE474E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 78 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.25 |
| HSL | 356.47º | 0.48% | 0.51% | - |
| HSV(B) | 356.47º | 0.63% | 0.75% | - |
| XYZ | 24.86 | 16 | 8.99 | - |
| YUV | 107.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 78 | 0 | 0.63 | 0.59 | 0.25 | 356.47 | 0.48 | 0.51 |
| Hex | BE | 47 | 4E | 0 | 3F | 3B | 19 | 164 | 30 | 33 |
| Octal | 276 | 107 | 116 | 0 | 77 | 73 | 31 | 544 | 60 | 63 |
| Binary | 10111110 | 1000111 | 1001110 | 0 | 111111 | 111011 | 11001 | 101100100 | 110000 | 110011 |
Color Harmonies of #BE474E
Complementary color
Monochromatic Colors of #BE474E
Black with #BE474E
Text Example
Text Example
White with #BE474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE474E; }
p { color: rgb(190,71,78); }
H1.HeaderClassName
{
color: #BE474E;
}
.AnyTagClassName
{
color: #BE474E;
}
</style>
background-color css
<style>
a { background-color: #BE474E; }
a { background-color: rgb(190,71,78); }
div.DivClassName
{
background-color: #BE474E;
}
.BgClassName
{
background-color: #BE474E;
}
</style>
border-color css
<style>
span { border-color: #BE474E; }
span { border-color: rgb(190,71,78); }
td.TdClassName
{
border-color: #BE474E;
}
.TagClassName
{
border-color: #BE474E;
}
</style>