Shades of Mandy #BD595E
Tints of Mandy #BD595E
RGB
CMYK
RGB Variations
Color information
#BD595E (or 0xBD595E) is known color: Mandy. HEX triplet: BD, 59 and 5E. RGB value is (189,89,94). Sum of RGB (Red+Green+Blue) = 189+89+94=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595E is #42A6A1. Grayscale: #777777. Windows color (decimal): -4368034 or 6183357. OLE color: 6183357.
HSL color Cylindrical-coordinate representation of color #BD595E: hue angle of 357º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD595E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 94 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.26 |
| HSL | 357º | 0.43% | 0.55% | - |
| HSV(B) | 357º | 0.53% | 0.74% | - |
| XYZ | 26.58 | 18.77 | 12.81 | - |
| YUV | 119.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 94 | 0 | 0.53 | 0.50 | 0.26 | 357 | 0.43 | 0.55 |
| Hex | BD | 59 | 5E | 0 | 35 | 32 | 1A | 165 | 2B | 37 |
| Octal | 275 | 131 | 136 | 0 | 65 | 62 | 32 | 545 | 53 | 67 |
| Binary | 10111101 | 1011001 | 1011110 | 0 | 110101 | 110010 | 11010 | 101100101 | 101011 | 110111 |
Color Harmonies of #BD595E
Complementary color
Monochromatic Colors of #BD595E
Black with #BD595E
Text Example
Text Example
White with #BD595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD595E; }
p { color: rgb(189,89,94); }
H1.HeaderClassName
{
color: #BD595E;
}
.AnyTagClassName
{
color: #BD595E;
}
</style>
background-color css
<style>
a { background-color: #BD595E; }
a { background-color: rgb(189,89,94); }
div.DivClassName
{
background-color: #BD595E;
}
.BgClassName
{
background-color: #BD595E;
}
</style>
border-color css
<style>
span { border-color: #BD595E; }
span { border-color: rgb(189,89,94); }
td.TdClassName
{
border-color: #BD595E;
}
.TagClassName
{
border-color: #BD595E;
}
</style>