Shades of Mandy #BD4C54
Tints of Mandy #BD4C54
RGB
CMYK
RGB Variations
Color information
#BD4C54 (or 0xBD4C54) is known color: Mandy. HEX triplet: BD, 4C and 54. RGB value is (189,76,84). Sum of RGB (Red+Green+Blue) = 189+76+84=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C54 is #42B3AB. Grayscale: #6E6E6E. Windows color (decimal): -4371372 or 5524669. OLE color: 5524669.
HSL color Cylindrical-coordinate representation of color #BD4C54: hue angle of 355.75º 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 #BD4C54 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 84 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.26 |
| HSL | 355.75º | 0.46% | 0.52% | - |
| HSV(B) | 355.75º | 0.6% | 0.74% | - |
| XYZ | 25.17 | 16.63 | 10.27 | - |
| YUV | 110.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 84 | 0 | 0.60 | 0.56 | 0.26 | 355.75 | 0.46 | 0.52 |
| Hex | BD | 4C | 54 | 0 | 3C | 38 | 1A | 164 | 2E | 34 |
| Octal | 275 | 114 | 124 | 0 | 74 | 70 | 32 | 544 | 56 | 64 |
| Binary | 10111101 | 1001100 | 1010100 | 0 | 111100 | 111000 | 11010 | 101100100 | 101110 | 110100 |
Color Harmonies of #BD4C54
Complementary color
Monochromatic Colors of #BD4C54
Black with #BD4C54
Text Example
Text Example
White with #BD4C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C54; }
p { color: rgb(189,76,84); }
H1.HeaderClassName
{
color: #BD4C54;
}
.AnyTagClassName
{
color: #BD4C54;
}
</style>
background-color css
<style>
a { background-color: #BD4C54; }
a { background-color: rgb(189,76,84); }
div.DivClassName
{
background-color: #BD4C54;
}
.BgClassName
{
background-color: #BD4C54;
}
</style>
border-color css
<style>
span { border-color: #BD4C54; }
span { border-color: rgb(189,76,84); }
td.TdClassName
{
border-color: #BD4C54;
}
.TagClassName
{
border-color: #BD4C54;
}
</style>