Shades of Mandy #BD4B52
Tints of Mandy #BD4B52
RGB
CMYK
RGB Variations
Color information
#BD4B52 (or 0xBD4B52) is known color: Mandy. HEX triplet: BD, 4B and 52. RGB value is (189,75,82). Sum of RGB (Red+Green+Blue) = 189+75+82=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B52 is #42B4AD. Grayscale: #6D6D6D. Windows color (decimal): -4371630 or 5393341. OLE color: 5393341.
HSL color Cylindrical-coordinate representation of color #BD4B52: hue angle of 356.32º 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 #BD4B52 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 82 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.26 |
| HSL | 356.32º | 0.46% | 0.52% | - |
| HSV(B) | 356.32º | 0.6% | 0.74% | - |
| XYZ | 25.03 | 16.46 | 9.84 | - |
| YUV | 109.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 82 | 0 | 0.60 | 0.57 | 0.26 | 356.32 | 0.46 | 0.52 |
| Hex | BD | 4B | 52 | 0 | 3C | 39 | 1A | 164 | 2E | 34 |
| Octal | 275 | 113 | 122 | 0 | 74 | 71 | 32 | 544 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1010010 | 0 | 111100 | 111001 | 11010 | 101100100 | 101110 | 110100 |
Color Harmonies of #BD4B52
Complementary color
Monochromatic Colors of #BD4B52
Black with #BD4B52
Text Example
Text Example
White with #BD4B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B52; }
p { color: rgb(189,75,82); }
H1.HeaderClassName
{
color: #BD4B52;
}
.AnyTagClassName
{
color: #BD4B52;
}
</style>
background-color css
<style>
a { background-color: #BD4B52; }
a { background-color: rgb(189,75,82); }
div.DivClassName
{
background-color: #BD4B52;
}
.BgClassName
{
background-color: #BD4B52;
}
</style>
border-color css
<style>
span { border-color: #BD4B52; }
span { border-color: rgb(189,75,82); }
td.TdClassName
{
border-color: #BD4B52;
}
.TagClassName
{
border-color: #BD4B52;
}
</style>