Shades of Mandy #BC5154
Tints of Mandy #BC5154
RGB
CMYK
RGB Variations
Color information
#BC5154 (or 0xBC5154) is known color: Mandy. HEX triplet: BC, 51 and 54. RGB value is (188,81,84). Sum of RGB (Red+Green+Blue) = 188+81+84=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5154 is #43AEAB. Grayscale: #717171. Windows color (decimal): -4435628 or 5525948. OLE color: 5525948.
HSL color Cylindrical-coordinate representation of color #BC5154: hue angle of 358.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5154 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 84 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.26 |
| HSL | 358.32º | 0.44% | 0.53% | - |
| HSV(B) | 358.32º | 0.57% | 0.74% | - |
| XYZ | 25.28 | 17.22 | 10.38 | - |
| YUV | 113.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 84 | 0 | 0.57 | 0.55 | 0.26 | 358.32 | 0.44 | 0.53 |
| Hex | BC | 51 | 54 | 0 | 39 | 37 | 1A | 166 | 2C | 35 |
| Octal | 274 | 121 | 124 | 0 | 71 | 67 | 32 | 546 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1010100 | 0 | 111001 | 110111 | 11010 | 101100110 | 101100 | 110101 |
Color Harmonies of #BC5154
Complementary color
Monochromatic Colors of #BC5154
Black with #BC5154
Text Example
Text Example
White with #BC5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5154; }
p { color: rgb(188,81,84); }
H1.HeaderClassName
{
color: #BC5154;
}
.AnyTagClassName
{
color: #BC5154;
}
</style>
background-color css
<style>
a { background-color: #BC5154; }
a { background-color: rgb(188,81,84); }
div.DivClassName
{
background-color: #BC5154;
}
.BgClassName
{
background-color: #BC5154;
}
</style>
border-color css
<style>
span { border-color: #BC5154; }
span { border-color: rgb(188,81,84); }
td.TdClassName
{
border-color: #BC5154;
}
.TagClassName
{
border-color: #BC5154;
}
</style>