Shades of Mandy #BD5C60
Tints of Mandy #BD5C60
RGB
CMYK
RGB Variations
Color information
#BD5C60 (or 0xBD5C60) is known color: Mandy. HEX triplet: BD, 5C and 60. RGB value is (189,92,96). Sum of RGB (Red+Green+Blue) = 189+92+96=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C60 is #42A39F. Grayscale: #797979. Windows color (decimal): -4367264 or 6315197. OLE color: 6315197.
HSL color Cylindrical-coordinate representation of color #BD5C60: hue angle of 357.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5C60 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 96 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.26 |
| HSL | 357.53º | 0.42% | 0.55% | - |
| HSV(B) | 357.53º | 0.51% | 0.74% | - |
| XYZ | 26.92 | 19.32 | 13.38 | - |
| YUV | 121.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 96 | 0 | 0.51 | 0.49 | 0.26 | 357.53 | 0.42 | 0.55 |
| Hex | BD | 5C | 60 | 0 | 33 | 31 | 1A | 166 | 2A | 37 |
| Octal | 275 | 134 | 140 | 0 | 63 | 61 | 32 | 546 | 52 | 67 |
| Binary | 10111101 | 1011100 | 1100000 | 0 | 110011 | 110001 | 11010 | 101100110 | 101010 | 110111 |
Color Harmonies of #BD5C60
Complementary color
Monochromatic Colors of #BD5C60
Black with #BD5C60
Text Example
Text Example
White with #BD5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C60; }
p { color: rgb(189,92,96); }
H1.HeaderClassName
{
color: #BD5C60;
}
.AnyTagClassName
{
color: #BD5C60;
}
</style>
background-color css
<style>
a { background-color: #BD5C60; }
a { background-color: rgb(189,92,96); }
div.DivClassName
{
background-color: #BD5C60;
}
.BgClassName
{
background-color: #BD5C60;
}
</style>
border-color css
<style>
span { border-color: #BD5C60; }
span { border-color: rgb(189,92,96); }
td.TdClassName
{
border-color: #BD5C60;
}
.TagClassName
{
border-color: #BD5C60;
}
</style>