Shades of Mandy #BD4B55
Tints of Mandy #BD4B55
RGB
CMYK
RGB Variations
Color information
#BD4B55 (or 0xBD4B55) is known color: Mandy. HEX triplet: BD, 4B and 55. RGB value is (189,75,85). Sum of RGB (Red+Green+Blue) = 189+75+85=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B55 is #42B4AA. Grayscale: #6E6E6E. Windows color (decimal): -4371627 or 5589949. OLE color: 5589949.
HSL color Cylindrical-coordinate representation of color #BD4B55: hue angle of 354.74º 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 #BD4B55 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 85 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.26 |
| HSL | 354.74º | 0.46% | 0.52% | - |
| HSV(B) | 354.74º | 0.6% | 0.74% | - |
| XYZ | 25.14 | 16.51 | 10.46 | - |
| YUV | 110.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 85 | 0 | 0.60 | 0.55 | 0.26 | 354.74 | 0.46 | 0.52 |
| Hex | BD | 4B | 55 | 0 | 3C | 37 | 1A | 163 | 2E | 34 |
| Octal | 275 | 113 | 125 | 0 | 74 | 67 | 32 | 543 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1010101 | 0 | 111100 | 110111 | 11010 | 101100011 | 101110 | 110100 |
Color Harmonies of #BD4B55
Complementary color
Monochromatic Colors of #BD4B55
Black with #BD4B55
Text Example
Text Example
White with #BD4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B55; }
p { color: rgb(189,75,85); }
H1.HeaderClassName
{
color: #BD4B55;
}
.AnyTagClassName
{
color: #BD4B55;
}
</style>
background-color css
<style>
a { background-color: #BD4B55; }
a { background-color: rgb(189,75,85); }
div.DivClassName
{
background-color: #BD4B55;
}
.BgClassName
{
background-color: #BD4B55;
}
</style>
border-color css
<style>
span { border-color: #BD4B55; }
span { border-color: rgb(189,75,85); }
td.TdClassName
{
border-color: #BD4B55;
}
.TagClassName
{
border-color: #BD4B55;
}
</style>