Shades of Mandy #BD4854
Tints of Mandy #BD4854
RGB
CMYK
RGB Variations
Color information
#BD4854 (or 0xBD4854) is known color: Mandy. HEX triplet: BD, 48 and 54. RGB value is (189,72,84). Sum of RGB (Red+Green+Blue) = 189+72+84=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4854 is #42B7AB. Grayscale: #6C6C6C. Windows color (decimal): -4372396 or 5523645. OLE color: 5523645.
HSL color Cylindrical-coordinate representation of color #BD4854: hue angle of 353.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4854 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 84 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.26 |
| HSL | 353.85º | 0.47% | 0.51% | - |
| HSV(B) | 353.85º | 0.62% | 0.74% | - |
| XYZ | 24.9 | 16.09 | 10.18 | - |
| YUV | 108.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 84 | 0 | 0.62 | 0.56 | 0.26 | 353.85 | 0.47 | 0.51 |
| Hex | BD | 48 | 54 | 0 | 3E | 38 | 1A | 162 | 2F | 33 |
| Octal | 275 | 110 | 124 | 0 | 76 | 70 | 32 | 542 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1010100 | 0 | 111110 | 111000 | 11010 | 101100010 | 101111 | 110011 |
Color Harmonies of #BD4854
Complementary color
Monochromatic Colors of #BD4854
Black with #BD4854
Text Example
Text Example
White with #BD4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4854; }
p { color: rgb(189,72,84); }
H1.HeaderClassName
{
color: #BD4854;
}
.AnyTagClassName
{
color: #BD4854;
}
</style>
background-color css
<style>
a { background-color: #BD4854; }
a { background-color: rgb(189,72,84); }
div.DivClassName
{
background-color: #BD4854;
}
.BgClassName
{
background-color: #BD4854;
}
</style>
border-color css
<style>
span { border-color: #BD4854; }
span { border-color: rgb(189,72,84); }
td.TdClassName
{
border-color: #BD4854;
}
.TagClassName
{
border-color: #BD4854;
}
</style>