Shades of Mandy #BC5054
Tints of Mandy #BC5054
RGB
CMYK
RGB Variations
Color information
#BC5054 (or 0xBC5054) is known color: Mandy. HEX triplet: BC, 50 and 54. RGB value is (188,80,84). Sum of RGB (Red+Green+Blue) = 188+80+84=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5054 is #43AFAB. Grayscale: #707070. Windows color (decimal): -4435884 or 5525692. OLE color: 5525692.
HSL color Cylindrical-coordinate representation of color #BC5054: hue angle of 357.78º degrees, saturation: 0.45, 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 #BC5054 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 84 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.26 |
| HSL | 357.78º | 0.45% | 0.53% | - |
| HSV(B) | 357.78º | 0.57% | 0.74% | - |
| XYZ | 25.21 | 17.07 | 10.35 | - |
| YUV | 112.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 84 | 0 | 0.57 | 0.55 | 0.26 | 357.78 | 0.45 | 0.53 |
| Hex | BC | 50 | 54 | 0 | 39 | 37 | 1A | 166 | 2D | 35 |
| Octal | 274 | 120 | 124 | 0 | 71 | 67 | 32 | 546 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1010100 | 0 | 111001 | 110111 | 11010 | 101100110 | 101101 | 110101 |
Color Harmonies of #BC5054
Complementary color
Monochromatic Colors of #BC5054
Black with #BC5054
Text Example
Text Example
White with #BC5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5054; }
p { color: rgb(188,80,84); }
H1.HeaderClassName
{
color: #BC5054;
}
.AnyTagClassName
{
color: #BC5054;
}
</style>
background-color css
<style>
a { background-color: #BC5054; }
a { background-color: rgb(188,80,84); }
div.DivClassName
{
background-color: #BC5054;
}
.BgClassName
{
background-color: #BC5054;
}
</style>
border-color css
<style>
span { border-color: #BC5054; }
span { border-color: rgb(188,80,84); }
td.TdClassName
{
border-color: #BC5054;
}
.TagClassName
{
border-color: #BC5054;
}
</style>