Shades of Mandy #BC5155
Tints of Mandy #BC5155
RGB
CMYK
RGB Variations
Color information
#BC5155 (or 0xBC5155) is known color: Mandy. HEX triplet: BC, 51 and 55. RGB value is (188,81,85). Sum of RGB (Red+Green+Blue) = 188+81+85=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5155 is #43AEAA. Grayscale: #717171. Windows color (decimal): -4435627 or 5591484. OLE color: 5591484.
HSL color Cylindrical-coordinate representation of color #BC5155: hue angle of 357.76º 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 #BC5155 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 85 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.26 |
| HSL | 357.76º | 0.44% | 0.53% | - |
| HSV(B) | 357.76º | 0.57% | 0.74% | - |
| XYZ | 25.32 | 17.23 | 10.59 | - |
| YUV | 113.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 85 | 0 | 0.57 | 0.55 | 0.26 | 357.76 | 0.44 | 0.53 |
| Hex | BC | 51 | 55 | 0 | 39 | 37 | 1A | 166 | 2C | 35 |
| Octal | 274 | 121 | 125 | 0 | 71 | 67 | 32 | 546 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1010101 | 0 | 111001 | 110111 | 11010 | 101100110 | 101100 | 110101 |
Color Harmonies of #BC5155
Complementary color
Monochromatic Colors of #BC5155
Black with #BC5155
Text Example
Text Example
White with #BC5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5155; }
p { color: rgb(188,81,85); }
H1.HeaderClassName
{
color: #BC5155;
}
.AnyTagClassName
{
color: #BC5155;
}
</style>
background-color css
<style>
a { background-color: #BC5155; }
a { background-color: rgb(188,81,85); }
div.DivClassName
{
background-color: #BC5155;
}
.BgClassName
{
background-color: #BC5155;
}
</style>
border-color css
<style>
span { border-color: #BC5155; }
span { border-color: rgb(188,81,85); }
td.TdClassName
{
border-color: #BC5155;
}
.TagClassName
{
border-color: #BC5155;
}
</style>