Shades of Mandy #BE545D
Tints of Mandy #BE545D
RGB
CMYK
RGB Variations
Color information
#BE545D (or 0xBE545D) is known color: Mandy. HEX triplet: BE, 54 and 5D. RGB value is (190,84,93). Sum of RGB (Red+Green+Blue) = 190+84+93=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE545D is #41ABA2. Grayscale: #747474. Windows color (decimal): -4303779 or 6116542. OLE color: 6116542.
HSL color Cylindrical-coordinate representation of color #BE545D: hue angle of 354.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE545D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 93 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.25 |
| HSL | 354.91º | 0.45% | 0.54% | - |
| HSV(B) | 354.91º | 0.56% | 0.75% | - |
| XYZ | 26.38 | 18.08 | 12.45 | - |
| YUV | 116.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 93 | 0 | 0.56 | 0.51 | 0.25 | 354.91 | 0.45 | 0.54 |
| Hex | BE | 54 | 5D | 0 | 38 | 33 | 19 | 163 | 2D | 36 |
| Octal | 276 | 124 | 135 | 0 | 70 | 63 | 31 | 543 | 55 | 66 |
| Binary | 10111110 | 1010100 | 1011101 | 0 | 111000 | 110011 | 11001 | 101100011 | 101101 | 110110 |
Color Harmonies of #BE545D
Complementary color
Monochromatic Colors of #BE545D
Black with #BE545D
Text Example
Text Example
White with #BE545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE545D; }
p { color: rgb(190,84,93); }
H1.HeaderClassName
{
color: #BE545D;
}
.AnyTagClassName
{
color: #BE545D;
}
</style>
background-color css
<style>
a { background-color: #BE545D; }
a { background-color: rgb(190,84,93); }
div.DivClassName
{
background-color: #BE545D;
}
.BgClassName
{
background-color: #BE545D;
}
</style>
border-color css
<style>
span { border-color: #BE545D; }
span { border-color: rgb(190,84,93); }
td.TdClassName
{
border-color: #BE545D;
}
.TagClassName
{
border-color: #BE545D;
}
</style>