Shades of Mandy #BD565D
Tints of Mandy #BD565D
RGB
CMYK
RGB Variations
Color information
#BD565D (or 0xBD565D) is known color: Mandy. HEX triplet: BD, 56 and 5D. RGB value is (189,86,93). Sum of RGB (Red+Green+Blue) = 189+86+93=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD565D is #42A9A2. Grayscale: #757575. Windows color (decimal): -4368803 or 6117053. OLE color: 6117053.
HSL color Cylindrical-coordinate representation of color #BD565D: hue angle of 355.92º 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 #BD565D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 93 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.26 |
| HSL | 355.92º | 0.44% | 0.54% | - |
| HSV(B) | 355.92º | 0.54% | 0.74% | - |
| XYZ | 26.29 | 18.26 | 12.5 | - |
| YUV | 117.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 93 | 0 | 0.54 | 0.51 | 0.26 | 355.92 | 0.44 | 0.54 |
| Hex | BD | 56 | 5D | 0 | 36 | 33 | 1A | 164 | 2C | 36 |
| Octal | 275 | 126 | 135 | 0 | 66 | 63 | 32 | 544 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1011101 | 0 | 110110 | 110011 | 11010 | 101100100 | 101100 | 110110 |
Color Harmonies of #BD565D
Complementary color
Monochromatic Colors of #BD565D
Black with #BD565D
Text Example
Text Example
White with #BD565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD565D; }
p { color: rgb(189,86,93); }
H1.HeaderClassName
{
color: #BD565D;
}
.AnyTagClassName
{
color: #BD565D;
}
</style>
background-color css
<style>
a { background-color: #BD565D; }
a { background-color: rgb(189,86,93); }
div.DivClassName
{
background-color: #BD565D;
}
.BgClassName
{
background-color: #BD565D;
}
</style>
border-color css
<style>
span { border-color: #BD565D; }
span { border-color: rgb(189,86,93); }
td.TdClassName
{
border-color: #BD565D;
}
.TagClassName
{
border-color: #BD565D;
}
</style>