Shades of Mandy #BD575A
Tints of Mandy #BD575A
RGB
CMYK
RGB Variations
Color information
#BD575A (or 0xBD575A) is known color: Mandy. HEX triplet: BD, 57 and 5A. RGB value is (189,87,90). Sum of RGB (Red+Green+Blue) = 189+87+90=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD575A is #42A8A5. Grayscale: #757575. Windows color (decimal): -4368550 or 5920701. OLE color: 5920701.
HSL color Cylindrical-coordinate representation of color #BD575A: hue angle of 358.24º 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 #BD575A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 90 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.26 |
| HSL | 358.24º | 0.44% | 0.54% | - |
| HSV(B) | 358.24º | 0.54% | 0.74% | - |
| XYZ | 26.24 | 18.37 | 11.84 | - |
| YUV | 117.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 90 | 0 | 0.54 | 0.52 | 0.26 | 358.24 | 0.44 | 0.54 |
| Hex | BD | 57 | 5A | 0 | 36 | 34 | 1A | 166 | 2C | 36 |
| Octal | 275 | 127 | 132 | 0 | 66 | 64 | 32 | 546 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1011010 | 0 | 110110 | 110100 | 11010 | 101100110 | 101100 | 110110 |
Color Harmonies of #BD575A
Complementary color
Monochromatic Colors of #BD575A
Black with #BD575A
Text Example
Text Example
White with #BD575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD575A; }
p { color: rgb(189,87,90); }
H1.HeaderClassName
{
color: #BD575A;
}
.AnyTagClassName
{
color: #BD575A;
}
</style>
background-color css
<style>
a { background-color: #BD575A; }
a { background-color: rgb(189,87,90); }
div.DivClassName
{
background-color: #BD575A;
}
.BgClassName
{
background-color: #BD575A;
}
</style>
border-color css
<style>
span { border-color: #BD575A; }
span { border-color: rgb(189,87,90); }
td.TdClassName
{
border-color: #BD575A;
}
.TagClassName
{
border-color: #BD575A;
}
</style>