Shades of Mandy #BD4C55
Tints of Mandy #BD4C55
RGB
CMYK
RGB Variations
Color information
#BD4C55 (or 0xBD4C55) is known color: Mandy. HEX triplet: BD, 4C and 55. RGB value is (189,76,85). Sum of RGB (Red+Green+Blue) = 189+76+85=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C55 is #42B3AA. Grayscale: #6E6E6E. Windows color (decimal): -4371371 or 5590205. OLE color: 5590205.
HSL color Cylindrical-coordinate representation of color #BD4C55: hue angle of 355.22º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4C55 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 85 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.26 |
| HSL | 355.22º | 0.46% | 0.52% | - |
| HSV(B) | 355.22º | 0.6% | 0.74% | - |
| XYZ | 25.21 | 16.64 | 10.48 | - |
| YUV | 110.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 85 | 0 | 0.60 | 0.55 | 0.26 | 355.22 | 0.46 | 0.52 |
| Hex | BD | 4C | 55 | 0 | 3C | 37 | 1A | 163 | 2E | 34 |
| Octal | 275 | 114 | 125 | 0 | 74 | 67 | 32 | 543 | 56 | 64 |
| Binary | 10111101 | 1001100 | 1010101 | 0 | 111100 | 110111 | 11010 | 101100011 | 101110 | 110100 |
Color Harmonies of #BD4C55
Complementary color
Monochromatic Colors of #BD4C55
Black with #BD4C55
Text Example
Text Example
White with #BD4C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C55; }
p { color: rgb(189,76,85); }
H1.HeaderClassName
{
color: #BD4C55;
}
.AnyTagClassName
{
color: #BD4C55;
}
</style>
background-color css
<style>
a { background-color: #BD4C55; }
a { background-color: rgb(189,76,85); }
div.DivClassName
{
background-color: #BD4C55;
}
.BgClassName
{
background-color: #BD4C55;
}
</style>
border-color css
<style>
span { border-color: #BD4C55; }
span { border-color: rgb(189,76,85); }
td.TdClassName
{
border-color: #BD4C55;
}
.TagClassName
{
border-color: #BD4C55;
}
</style>