Shades of Mandy #BC5458
Tints of Mandy #BC5458
RGB
CMYK
RGB Variations
Color information
#BC5458 (or 0xBC5458) is known color: Mandy. HEX triplet: BC, 54 and 58. RGB value is (188,84,88). Sum of RGB (Red+Green+Blue) = 188+84+88=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5458 is #43ABA7. Grayscale: #737373. Windows color (decimal): -4434856 or 5788860. OLE color: 5788860.
HSL color Cylindrical-coordinate representation of color #BC5458: hue angle of 357.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5458 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 88 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.26 |
| HSL | 357.69º | 0.44% | 0.53% | - |
| HSV(B) | 357.69º | 0.55% | 0.74% | - |
| XYZ | 25.67 | 17.74 | 11.3 | - |
| YUV | 115.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 88 | 0 | 0.55 | 0.53 | 0.26 | 357.69 | 0.44 | 0.53 |
| Hex | BC | 54 | 58 | 0 | 37 | 35 | 1A | 166 | 2C | 35 |
| Octal | 274 | 124 | 130 | 0 | 67 | 65 | 32 | 546 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1011000 | 0 | 110111 | 110101 | 11010 | 101100110 | 101100 | 110101 |
Color Harmonies of #BC5458
Complementary color
Monochromatic Colors of #BC5458
Black with #BC5458
Text Example
Text Example
White with #BC5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5458; }
p { color: rgb(188,84,88); }
H1.HeaderClassName
{
color: #BC5458;
}
.AnyTagClassName
{
color: #BC5458;
}
</style>
background-color css
<style>
a { background-color: #BC5458; }
a { background-color: rgb(188,84,88); }
div.DivClassName
{
background-color: #BC5458;
}
.BgClassName
{
background-color: #BC5458;
}
</style>
border-color css
<style>
span { border-color: #BC5458; }
span { border-color: rgb(188,84,88); }
td.TdClassName
{
border-color: #BC5458;
}
.TagClassName
{
border-color: #BC5458;
}
</style>