Shades of Mandy #BD505C
Tints of Mandy #BD505C
RGB
CMYK
RGB Variations
Color information
#BD505C (or 0xBD505C) is known color: Mandy. HEX triplet: BD, 50 and 5C. RGB value is (189,80,92). Sum of RGB (Red+Green+Blue) = 189+80+92=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD505C is #42AFA3. Grayscale: #727272. Windows color (decimal): -4370340 or 6049981. OLE color: 6049981.
HSL color Cylindrical-coordinate representation of color #BD505C: hue angle of 353.39º 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 #BD505C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 92 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.26 |
| HSL | 353.39º | 0.45% | 0.53% | - |
| HSV(B) | 353.39º | 0.58% | 0.74% | - |
| XYZ | 25.79 | 17.33 | 12.11 | - |
| YUV | 113.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 92 | 0 | 0.58 | 0.51 | 0.26 | 353.39 | 0.45 | 0.53 |
| Hex | BD | 50 | 5C | 0 | 3A | 33 | 1A | 161 | 2D | 35 |
| Octal | 275 | 120 | 134 | 0 | 72 | 63 | 32 | 541 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1011100 | 0 | 111010 | 110011 | 11010 | 101100001 | 101101 | 110101 |
Color Harmonies of #BD505C
Complementary color
Monochromatic Colors of #BD505C
Black with #BD505C
Text Example
Text Example
White with #BD505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD505C; }
p { color: rgb(189,80,92); }
H1.HeaderClassName
{
color: #BD505C;
}
.AnyTagClassName
{
color: #BD505C;
}
</style>
background-color css
<style>
a { background-color: #BD505C; }
a { background-color: rgb(189,80,92); }
div.DivClassName
{
background-color: #BD505C;
}
.BgClassName
{
background-color: #BD505C;
}
</style>
border-color css
<style>
span { border-color: #BD505C; }
span { border-color: rgb(189,80,92); }
td.TdClassName
{
border-color: #BD505C;
}
.TagClassName
{
border-color: #BD505C;
}
</style>