Shades of Mandy #BE454E
Tints of Mandy #BE454E
RGB
CMYK
RGB Variations
Color information
#BE454E (or 0xBE454E) is known color: Mandy. HEX triplet: BE, 45 and 4E. RGB value is (190,69,78). Sum of RGB (Red+Green+Blue) = 190+69+78=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE454E is #41BAB1. Grayscale: #6A6A6A. Windows color (decimal): -4307634 or 5129662. OLE color: 5129662.
HSL color Cylindrical-coordinate representation of color #BE454E: hue angle of 355.54º 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 #BE454E is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 78 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.25 |
| HSL | 355.54º | 0.48% | 0.51% | - |
| HSV(B) | 355.54º | 0.64% | 0.75% | - |
| XYZ | 24.74 | 15.75 | 8.94 | - |
| YUV | 106.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 78 | 0 | 0.64 | 0.59 | 0.25 | 355.54 | 0.48 | 0.51 |
| Hex | BE | 45 | 4E | 0 | 40 | 3B | 19 | 164 | 30 | 33 |
| Octal | 276 | 105 | 116 | 0 | 100 | 73 | 31 | 544 | 60 | 63 |
| Binary | 10111110 | 1000101 | 1001110 | 0 | 1000000 | 111011 | 11001 | 101100100 | 110000 | 110011 |
Color Harmonies of #BE454E
Complementary color
Monochromatic Colors of #BE454E
Black with #BE454E
Text Example
Text Example
White with #BE454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE454E; }
p { color: rgb(190,69,78); }
H1.HeaderClassName
{
color: #BE454E;
}
.AnyTagClassName
{
color: #BE454E;
}
</style>
background-color css
<style>
a { background-color: #BE454E; }
a { background-color: rgb(190,69,78); }
div.DivClassName
{
background-color: #BE454E;
}
.BgClassName
{
background-color: #BE454E;
}
</style>
border-color css
<style>
span { border-color: #BE454E; }
span { border-color: rgb(190,69,78); }
td.TdClassName
{
border-color: #BE454E;
}
.TagClassName
{
border-color: #BE454E;
}
</style>