Shades of Mandy #BE595C
Tints of Mandy #BE595C
RGB
CMYK
RGB Variations
Color information
#BE595C (or 0xBE595C) is known color: Mandy. HEX triplet: BE, 59 and 5C. RGB value is (190,89,92). Sum of RGB (Red+Green+Blue) = 190+89+92=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE595C is #41A6A3. Grayscale: #777777. Windows color (decimal): -4302500 or 6052286. OLE color: 6052286.
HSL color Cylindrical-coordinate representation of color #BE595C: hue angle of 358.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE595C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 92 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.25 |
| HSL | 358.22º | 0.44% | 0.55% | - |
| HSV(B) | 358.22º | 0.53% | 0.75% | - |
| XYZ | 26.74 | 18.86 | 12.36 | - |
| YUV | 119.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 92 | 0 | 0.53 | 0.52 | 0.25 | 358.22 | 0.44 | 0.55 |
| Hex | BE | 59 | 5C | 0 | 35 | 34 | 19 | 166 | 2C | 37 |
| Octal | 276 | 131 | 134 | 0 | 65 | 64 | 31 | 546 | 54 | 67 |
| Binary | 10111110 | 1011001 | 1011100 | 0 | 110101 | 110100 | 11001 | 101100110 | 101100 | 110111 |
Color Harmonies of #BE595C
Complementary color
Monochromatic Colors of #BE595C
Black with #BE595C
Text Example
Text Example
White with #BE595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE595C; }
p { color: rgb(190,89,92); }
H1.HeaderClassName
{
color: #BE595C;
}
.AnyTagClassName
{
color: #BE595C;
}
</style>
background-color css
<style>
a { background-color: #BE595C; }
a { background-color: rgb(190,89,92); }
div.DivClassName
{
background-color: #BE595C;
}
.BgClassName
{
background-color: #BE595C;
}
</style>
border-color css
<style>
span { border-color: #BE595C; }
span { border-color: rgb(190,89,92); }
td.TdClassName
{
border-color: #BE595C;
}
.TagClassName
{
border-color: #BE595C;
}
</style>