Shades of Mandy #BC5B60
Tints of Mandy #BC5B60
RGB
CMYK
RGB Variations
Color information
#BC5B60 (or 0xBC5B60) is known color: Mandy. HEX triplet: BC, 5B and 60. RGB value is (188,91,96). Sum of RGB (Red+Green+Blue) = 188+91+96=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B60 is #43A49F. Grayscale: #787878. Windows color (decimal): -4433056 or 6314940. OLE color: 6314940.
HSL color Cylindrical-coordinate representation of color #BC5B60: hue angle of 356.91º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B60 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 96 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.26 |
| HSL | 356.91º | 0.42% | 0.55% | - |
| HSV(B) | 356.91º | 0.52% | 0.74% | - |
| XYZ | 26.59 | 19.02 | 13.34 | - |
| YUV | 120.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 96 | 0 | 0.52 | 0.49 | 0.26 | 356.91 | 0.42 | 0.55 |
| Hex | BC | 5B | 60 | 0 | 34 | 31 | 1A | 165 | 2A | 37 |
| Octal | 274 | 133 | 140 | 0 | 64 | 61 | 32 | 545 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1100000 | 0 | 110100 | 110001 | 11010 | 101100101 | 101010 | 110111 |
Color Harmonies of #BC5B60
Complementary color
Monochromatic Colors of #BC5B60
Black with #BC5B60
Text Example
Text Example
White with #BC5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B60; }
p { color: rgb(188,91,96); }
H1.HeaderClassName
{
color: #BC5B60;
}
.AnyTagClassName
{
color: #BC5B60;
}
</style>
background-color css
<style>
a { background-color: #BC5B60; }
a { background-color: rgb(188,91,96); }
div.DivClassName
{
background-color: #BC5B60;
}
.BgClassName
{
background-color: #BC5B60;
}
</style>
border-color css
<style>
span { border-color: #BC5B60; }
span { border-color: rgb(188,91,96); }
td.TdClassName
{
border-color: #BC5B60;
}
.TagClassName
{
border-color: #BC5B60;
}
</style>