Shades of Mandy #BD4A4E
Tints of Mandy #BD4A4E
RGB
CMYK
RGB Variations
Color information
#BD4A4E (or 0xBD4A4E) is known color: Mandy. HEX triplet: BD, 4A and 4E. RGB value is (189,74,78). Sum of RGB (Red+Green+Blue) = 189+74+78=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A4E is #42B5B1. Grayscale: #6C6C6C. Windows color (decimal): -4371890 or 5130941. OLE color: 5130941.
HSL color Cylindrical-coordinate representation of color #BD4A4E: hue angle of 357.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A4E is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 78 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.26 |
| HSL | 357.91º | 0.47% | 0.52% | - |
| HSV(B) | 357.91º | 0.61% | 0.74% | - |
| XYZ | 24.81 | 16.27 | 9.04 | - |
| YUV | 108.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 78 | 0 | 0.61 | 0.59 | 0.26 | 357.91 | 0.47 | 0.52 |
| Hex | BD | 4A | 4E | 0 | 3D | 3B | 1A | 166 | 2F | 34 |
| Octal | 275 | 112 | 116 | 0 | 75 | 73 | 32 | 546 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1001110 | 0 | 111101 | 111011 | 11010 | 101100110 | 101111 | 110100 |
Color Harmonies of #BD4A4E
Complementary color
Monochromatic Colors of #BD4A4E
Black with #BD4A4E
Text Example
Text Example
White with #BD4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A4E; }
p { color: rgb(189,74,78); }
H1.HeaderClassName
{
color: #BD4A4E;
}
.AnyTagClassName
{
color: #BD4A4E;
}
</style>
background-color css
<style>
a { background-color: #BD4A4E; }
a { background-color: rgb(189,74,78); }
div.DivClassName
{
background-color: #BD4A4E;
}
.BgClassName
{
background-color: #BD4A4E;
}
</style>
border-color css
<style>
span { border-color: #BD4A4E; }
span { border-color: rgb(189,74,78); }
td.TdClassName
{
border-color: #BD4A4E;
}
.TagClassName
{
border-color: #BD4A4E;
}
</style>