Shades of Mandy #BD4E56
Tints of Mandy #BD4E56
RGB
CMYK
RGB Variations
Color information
#BD4E56 (or 0xBD4E56) is known color: Mandy. HEX triplet: BD, 4E and 56. RGB value is (189,78,86). Sum of RGB (Red+Green+Blue) = 189+78+86=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E56 is #42B1A9. Grayscale: #707070. Windows color (decimal): -4370858 or 5656253. OLE color: 5656253.
HSL color Cylindrical-coordinate representation of color #BD4E56: hue angle of 355.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E56 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 86 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.26 |
| HSL | 355.68º | 0.46% | 0.52% | - |
| HSV(B) | 355.68º | 0.59% | 0.74% | - |
| XYZ | 25.39 | 16.94 | 10.74 | - |
| YUV | 112.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 86 | 0 | 0.59 | 0.54 | 0.26 | 355.68 | 0.46 | 0.52 |
| Hex | BD | 4E | 56 | 0 | 3B | 36 | 1A | 164 | 2E | 34 |
| Octal | 275 | 116 | 126 | 0 | 73 | 66 | 32 | 544 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1010110 | 0 | 111011 | 110110 | 11010 | 101100100 | 101110 | 110100 |
Color Harmonies of #BD4E56
Complementary color
Monochromatic Colors of #BD4E56
Black with #BD4E56
Text Example
Text Example
White with #BD4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E56; }
p { color: rgb(189,78,86); }
H1.HeaderClassName
{
color: #BD4E56;
}
.AnyTagClassName
{
color: #BD4E56;
}
</style>
background-color css
<style>
a { background-color: #BD4E56; }
a { background-color: rgb(189,78,86); }
div.DivClassName
{
background-color: #BD4E56;
}
.BgClassName
{
background-color: #BD4E56;
}
</style>
border-color css
<style>
span { border-color: #BD4E56; }
span { border-color: rgb(189,78,86); }
td.TdClassName
{
border-color: #BD4E56;
}
.TagClassName
{
border-color: #BD4E56;
}
</style>