Shades of Mandy #BD565A
Tints of Mandy #BD565A
RGB
CMYK
RGB Variations
Color information
#BD565A (or 0xBD565A) is known color: Mandy. HEX triplet: BD, 56 and 5A. RGB value is (189,86,90). Sum of RGB (Red+Green+Blue) = 189+86+90=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD565A is #42A9A5. Grayscale: #757575. Windows color (decimal): -4368806 or 5920445. OLE color: 5920445.
HSL color Cylindrical-coordinate representation of color #BD565A: hue angle of 357.67º 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 #BD565A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 90 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.26 |
| HSL | 357.67º | 0.44% | 0.54% | - |
| HSV(B) | 357.67º | 0.54% | 0.74% | - |
| XYZ | 26.16 | 18.21 | 11.81 | - |
| YUV | 117.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 90 | 0 | 0.54 | 0.52 | 0.26 | 357.67 | 0.44 | 0.54 |
| Hex | BD | 56 | 5A | 0 | 36 | 34 | 1A | 166 | 2C | 36 |
| Octal | 275 | 126 | 132 | 0 | 66 | 64 | 32 | 546 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1011010 | 0 | 110110 | 110100 | 11010 | 101100110 | 101100 | 110110 |
Color Harmonies of #BD565A
Complementary color
Monochromatic Colors of #BD565A
Black with #BD565A
Text Example
Text Example
White with #BD565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD565A; }
p { color: rgb(189,86,90); }
H1.HeaderClassName
{
color: #BD565A;
}
.AnyTagClassName
{
color: #BD565A;
}
</style>
background-color css
<style>
a { background-color: #BD565A; }
a { background-color: rgb(189,86,90); }
div.DivClassName
{
background-color: #BD565A;
}
.BgClassName
{
background-color: #BD565A;
}
</style>
border-color css
<style>
span { border-color: #BD565A; }
span { border-color: rgb(189,86,90); }
td.TdClassName
{
border-color: #BD565A;
}
.TagClassName
{
border-color: #BD565A;
}
</style>