Shades of Mandy #BC4D56
Tints of Mandy #BC4D56
RGB
CMYK
RGB Variations
Color information
#BC4D56 (or 0xBC4D56) is known color: Mandy. HEX triplet: BC, 4D and 56. RGB value is (188,77,86). Sum of RGB (Red+Green+Blue) = 188+77+86=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D56 is #43B2A9. Grayscale: #6F6F6F. Windows color (decimal): -4436650 or 5655996. OLE color: 5655996.
HSL color Cylindrical-coordinate representation of color #BC4D56: hue angle of 355.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D56 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 86 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.26 |
| HSL | 355.14º | 0.45% | 0.52% | - |
| HSV(B) | 355.14º | 0.59% | 0.74% | - |
| XYZ | 25.07 | 16.67 | 10.7 | - |
| YUV | 111.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 86 | 0 | 0.59 | 0.54 | 0.26 | 355.14 | 0.45 | 0.52 |
| Hex | BC | 4D | 56 | 0 | 3B | 36 | 1A | 163 | 2D | 34 |
| Octal | 274 | 115 | 126 | 0 | 73 | 66 | 32 | 543 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1010110 | 0 | 111011 | 110110 | 11010 | 101100011 | 101101 | 110100 |
Color Harmonies of #BC4D56
Complementary color
Monochromatic Colors of #BC4D56
Black with #BC4D56
Text Example
Text Example
White with #BC4D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D56; }
p { color: rgb(188,77,86); }
H1.HeaderClassName
{
color: #BC4D56;
}
.AnyTagClassName
{
color: #BC4D56;
}
</style>
background-color css
<style>
a { background-color: #BC4D56; }
a { background-color: rgb(188,77,86); }
div.DivClassName
{
background-color: #BC4D56;
}
.BgClassName
{
background-color: #BC4D56;
}
</style>
border-color css
<style>
span { border-color: #BC4D56; }
span { border-color: rgb(188,77,86); }
td.TdClassName
{
border-color: #BC4D56;
}
.TagClassName
{
border-color: #BC4D56;
}
</style>