Shades of Mandy #BE575C
Tints of Mandy #BE575C
RGB
CMYK
RGB Variations
Color information
#BE575C (or 0xBE575C) is known color: Mandy. HEX triplet: BE, 57 and 5C. RGB value is (190,87,92). Sum of RGB (Red+Green+Blue) = 190+87+92=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE575C is #41A8A3. Grayscale: #767676. Windows color (decimal): -4303012 or 6051774. OLE color: 6051774.
HSL color Cylindrical-coordinate representation of color #BE575C: hue angle of 357.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE575C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 92 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.25 |
| HSL | 357.09º | 0.44% | 0.54% | - |
| HSV(B) | 357.09º | 0.54% | 0.75% | - |
| XYZ | 26.58 | 18.54 | 12.3 | - |
| YUV | 118.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 92 | 0 | 0.54 | 0.52 | 0.25 | 357.09 | 0.44 | 0.54 |
| Hex | BE | 57 | 5C | 0 | 36 | 34 | 19 | 165 | 2C | 36 |
| Octal | 276 | 127 | 134 | 0 | 66 | 64 | 31 | 545 | 54 | 66 |
| Binary | 10111110 | 1010111 | 1011100 | 0 | 110110 | 110100 | 11001 | 101100101 | 101100 | 110110 |
Color Harmonies of #BE575C
Complementary color
Monochromatic Colors of #BE575C
Black with #BE575C
Text Example
Text Example
White with #BE575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE575C; }
p { color: rgb(190,87,92); }
H1.HeaderClassName
{
color: #BE575C;
}
.AnyTagClassName
{
color: #BE575C;
}
</style>
background-color css
<style>
a { background-color: #BE575C; }
a { background-color: rgb(190,87,92); }
div.DivClassName
{
background-color: #BE575C;
}
.BgClassName
{
background-color: #BE575C;
}
</style>
border-color css
<style>
span { border-color: #BE575C; }
span { border-color: rgb(190,87,92); }
td.TdClassName
{
border-color: #BE575C;
}
.TagClassName
{
border-color: #BE575C;
}
</style>