Shades of Mandy #BD5053
Tints of Mandy #BD5053
RGB
CMYK
RGB Variations
Color information
#BD5053 (or 0xBD5053) is known color: Mandy. HEX triplet: BD, 50 and 53. RGB value is (189,80,83). Sum of RGB (Red+Green+Blue) = 189+80+83=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5053 is #42AFAC. Grayscale: #717171. Windows color (decimal): -4370349 or 5460157. OLE color: 5460157.
HSL color Cylindrical-coordinate representation of color #BD5053: hue angle of 358.35º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5053 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 83 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.26 |
| HSL | 358.35º | 0.45% | 0.53% | - |
| HSV(B) | 358.35º | 0.58% | 0.74% | - |
| XYZ | 25.42 | 17.18 | 10.16 | - |
| YUV | 112.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 83 | 0 | 0.58 | 0.56 | 0.26 | 358.35 | 0.45 | 0.53 |
| Hex | BD | 50 | 53 | 0 | 3A | 38 | 1A | 166 | 2D | 35 |
| Octal | 275 | 120 | 123 | 0 | 72 | 70 | 32 | 546 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1010011 | 0 | 111010 | 111000 | 11010 | 101100110 | 101101 | 110101 |
Color Harmonies of #BD5053
Complementary color
Monochromatic Colors of #BD5053
Black with #BD5053
Text Example
Text Example
White with #BD5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5053; }
p { color: rgb(189,80,83); }
H1.HeaderClassName
{
color: #BD5053;
}
.AnyTagClassName
{
color: #BD5053;
}
</style>
background-color css
<style>
a { background-color: #BD5053; }
a { background-color: rgb(189,80,83); }
div.DivClassName
{
background-color: #BD5053;
}
.BgClassName
{
background-color: #BD5053;
}
</style>
border-color css
<style>
span { border-color: #BD5053; }
span { border-color: rgb(189,80,83); }
td.TdClassName
{
border-color: #BD5053;
}
.TagClassName
{
border-color: #BD5053;
}
</style>