Shades of Mandy #BD4D5A
Tints of Mandy #BD4D5A
RGB
CMYK
RGB Variations
Color information
#BD4D5A (or 0xBD4D5A) is known color: Mandy. HEX triplet: BD, 4D and 5A. RGB value is (189,77,90). Sum of RGB (Red+Green+Blue) = 189+77+90=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D5A is #42B2A5. Grayscale: #707070. Windows color (decimal): -4371110 or 5918141. OLE color: 5918141.
HSL color Cylindrical-coordinate representation of color #BD4D5A: hue angle of 353.04º 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 #BD4D5A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 90 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.26 |
| HSL | 353.04º | 0.46% | 0.52% | - |
| HSV(B) | 353.04º | 0.59% | 0.74% | - |
| XYZ | 25.49 | 16.86 | 11.58 | - |
| YUV | 111.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 90 | 0 | 0.59 | 0.52 | 0.26 | 353.04 | 0.46 | 0.52 |
| Hex | BD | 4D | 5A | 0 | 3B | 34 | 1A | 161 | 2E | 34 |
| Octal | 275 | 115 | 132 | 0 | 73 | 64 | 32 | 541 | 56 | 64 |
| Binary | 10111101 | 1001101 | 1011010 | 0 | 111011 | 110100 | 11010 | 101100001 | 101110 | 110100 |
Color Harmonies of #BD4D5A
Complementary color
Monochromatic Colors of #BD4D5A
Black with #BD4D5A
Text Example
Text Example
White with #BD4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D5A; }
p { color: rgb(189,77,90); }
H1.HeaderClassName
{
color: #BD4D5A;
}
.AnyTagClassName
{
color: #BD4D5A;
}
</style>
background-color css
<style>
a { background-color: #BD4D5A; }
a { background-color: rgb(189,77,90); }
div.DivClassName
{
background-color: #BD4D5A;
}
.BgClassName
{
background-color: #BD4D5A;
}
</style>
border-color css
<style>
span { border-color: #BD4D5A; }
span { border-color: rgb(189,77,90); }
td.TdClassName
{
border-color: #BD4D5A;
}
.TagClassName
{
border-color: #BD4D5A;
}
</style>