Shades of Mandy #BE5D5E
Tints of Mandy #BE5D5E
RGB
CMYK
RGB Variations
Color information
#BE5D5E (or 0xBE5D5E) is known color: Mandy. HEX triplet: BE, 5D and 5E. RGB value is (190,93,94). Sum of RGB (Red+Green+Blue) = 190+93+94=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D5E is #41A2A1. Grayscale: #7A7A7A. Windows color (decimal): -4301474 or 6184382. OLE color: 6184382.
HSL color Cylindrical-coordinate representation of color #BE5D5E: hue angle of 359.38º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D5E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 94 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.25 |
| HSL | 359.38º | 0.43% | 0.55% | - |
| HSV(B) | 359.38º | 0.51% | 0.75% | - |
| XYZ | 27.17 | 19.58 | 12.94 | - |
| YUV | 122.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 94 | 0 | 0.51 | 0.51 | 0.25 | 359.38 | 0.43 | 0.55 |
| Hex | BE | 5D | 5E | 0 | 33 | 33 | 19 | 167 | 2B | 37 |
| Octal | 276 | 135 | 136 | 0 | 63 | 63 | 31 | 547 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1011110 | 0 | 110011 | 110011 | 11001 | 101100111 | 101011 | 110111 |
Color Harmonies of #BE5D5E
Complementary color
Monochromatic Colors of #BE5D5E
Black with #BE5D5E
Text Example
Text Example
White with #BE5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D5E; }
p { color: rgb(190,93,94); }
H1.HeaderClassName
{
color: #BE5D5E;
}
.AnyTagClassName
{
color: #BE5D5E;
}
</style>
background-color css
<style>
a { background-color: #BE5D5E; }
a { background-color: rgb(190,93,94); }
div.DivClassName
{
background-color: #BE5D5E;
}
.BgClassName
{
background-color: #BE5D5E;
}
</style>
border-color css
<style>
span { border-color: #BE5D5E; }
span { border-color: rgb(190,93,94); }
td.TdClassName
{
border-color: #BE5D5E;
}
.TagClassName
{
border-color: #BE5D5E;
}
</style>