Shades of Mandy #BD5059
Tints of Mandy #BD5059
RGB
CMYK
RGB Variations
Color information
#BD5059 (or 0xBD5059) is known color: Mandy. HEX triplet: BD, 50 and 59. RGB value is (189,80,89). Sum of RGB (Red+Green+Blue) = 189+80+89=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5059 is #42AFA6. Grayscale: #717171. Windows color (decimal): -4370343 or 5853373. OLE color: 5853373.
HSL color Cylindrical-coordinate representation of color #BD5059: hue angle of 355.05º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5059 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 89 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.26 |
| HSL | 355.05º | 0.45% | 0.53% | - |
| HSV(B) | 355.05º | 0.58% | 0.74% | - |
| XYZ | 25.66 | 17.28 | 11.43 | - |
| YUV | 113.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 89 | 0 | 0.58 | 0.53 | 0.26 | 355.05 | 0.45 | 0.53 |
| Hex | BD | 50 | 59 | 0 | 3A | 35 | 1A | 163 | 2D | 35 |
| Octal | 275 | 120 | 131 | 0 | 72 | 65 | 32 | 543 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1011001 | 0 | 111010 | 110101 | 11010 | 101100011 | 101101 | 110101 |
Color Harmonies of #BD5059
Complementary color
Monochromatic Colors of #BD5059
Black with #BD5059
Text Example
Text Example
White with #BD5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5059; }
p { color: rgb(189,80,89); }
H1.HeaderClassName
{
color: #BD5059;
}
.AnyTagClassName
{
color: #BD5059;
}
</style>
background-color css
<style>
a { background-color: #BD5059; }
a { background-color: rgb(189,80,89); }
div.DivClassName
{
background-color: #BD5059;
}
.BgClassName
{
background-color: #BD5059;
}
</style>
border-color css
<style>
span { border-color: #BD5059; }
span { border-color: rgb(189,80,89); }
td.TdClassName
{
border-color: #BD5059;
}
.TagClassName
{
border-color: #BD5059;
}
</style>