Shades of Mandy #BD5759
Tints of Mandy #BD5759
RGB
CMYK
RGB Variations
Color information
#BD5759 (or 0xBD5759) is known color: Mandy. HEX triplet: BD, 57 and 59. RGB value is (189,87,89). Sum of RGB (Red+Green+Blue) = 189+87+89=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5759 is #42A8A6. Grayscale: #757575. Windows color (decimal): -4368551 or 5855165. OLE color: 5855165.
HSL color Cylindrical-coordinate representation of color #BD5759: hue angle of 358.82º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5759 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 89 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.26 |
| HSL | 358.82º | 0.44% | 0.54% | - |
| HSV(B) | 358.82º | 0.54% | 0.74% | - |
| XYZ | 26.2 | 18.36 | 11.61 | - |
| YUV | 117.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 89 | 0 | 0.54 | 0.53 | 0.26 | 358.82 | 0.44 | 0.54 |
| Hex | BD | 57 | 59 | 0 | 36 | 35 | 1A | 167 | 2C | 36 |
| Octal | 275 | 127 | 131 | 0 | 66 | 65 | 32 | 547 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1011001 | 0 | 110110 | 110101 | 11010 | 101100111 | 101100 | 110110 |
Color Harmonies of #BD5759
Complementary color
Monochromatic Colors of #BD5759
Black with #BD5759
Text Example
Text Example
White with #BD5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5759; }
p { color: rgb(189,87,89); }
H1.HeaderClassName
{
color: #BD5759;
}
.AnyTagClassName
{
color: #BD5759;
}
</style>
background-color css
<style>
a { background-color: #BD5759; }
a { background-color: rgb(189,87,89); }
div.DivClassName
{
background-color: #BD5759;
}
.BgClassName
{
background-color: #BD5759;
}
</style>
border-color css
<style>
span { border-color: #BD5759; }
span { border-color: rgb(189,87,89); }
td.TdClassName
{
border-color: #BD5759;
}
.TagClassName
{
border-color: #BD5759;
}
</style>