Shades of Mandy #BE595B
Tints of Mandy #BE595B
RGB
CMYK
RGB Variations
Color information
#BE595B (or 0xBE595B) is known color: Mandy. HEX triplet: BE, 59 and 5B. RGB value is (190,89,91). Sum of RGB (Red+Green+Blue) = 190+89+91=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE595B is #41A6A4. Grayscale: #777777. Windows color (decimal): -4302501 or 5986750. OLE color: 5986750.
HSL color Cylindrical-coordinate representation of color #BE595B: hue angle of 358.81º 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 #BE595B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 91 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.25 |
| HSL | 358.81º | 0.44% | 0.55% | - |
| HSV(B) | 358.81º | 0.53% | 0.75% | - |
| XYZ | 26.7 | 18.85 | 12.13 | - |
| YUV | 119.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 91 | 0 | 0.53 | 0.52 | 0.25 | 358.81 | 0.44 | 0.55 |
| Hex | BE | 59 | 5B | 0 | 35 | 34 | 19 | 167 | 2C | 37 |
| Octal | 276 | 131 | 133 | 0 | 65 | 64 | 31 | 547 | 54 | 67 |
| Binary | 10111110 | 1011001 | 1011011 | 0 | 110101 | 110100 | 11001 | 101100111 | 101100 | 110111 |
Color Harmonies of #BE595B
Complementary color
Monochromatic Colors of #BE595B
Black with #BE595B
Text Example
Text Example
White with #BE595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE595B; }
p { color: rgb(190,89,91); }
H1.HeaderClassName
{
color: #BE595B;
}
.AnyTagClassName
{
color: #BE595B;
}
</style>
background-color css
<style>
a { background-color: #BE595B; }
a { background-color: rgb(190,89,91); }
div.DivClassName
{
background-color: #BE595B;
}
.BgClassName
{
background-color: #BE595B;
}
</style>
border-color css
<style>
span { border-color: #BE595B; }
span { border-color: rgb(190,89,91); }
td.TdClassName
{
border-color: #BE595B;
}
.TagClassName
{
border-color: #BE595B;
}
</style>