Shades of Mandy #BC4D59
Tints of Mandy #BC4D59
RGB
CMYK
RGB Variations
Color information
#BC4D59 (or 0xBC4D59) is known color: Mandy. HEX triplet: BC, 4D and 59. RGB value is (188,77,89). Sum of RGB (Red+Green+Blue) = 188+77+89=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D59 is #43B2A6. Grayscale: #6F6F6F. Windows color (decimal): -4436647 or 5852604. OLE color: 5852604.
HSL color Cylindrical-coordinate representation of color #BC4D59: hue angle of 353.51º 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 #BC4D59 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 89 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.26 |
| HSL | 353.51º | 0.45% | 0.52% | - |
| HSV(B) | 353.51º | 0.59% | 0.74% | - |
| XYZ | 25.2 | 16.72 | 11.35 | - |
| YUV | 111.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 89 | 0 | 0.59 | 0.53 | 0.26 | 353.51 | 0.45 | 0.52 |
| Hex | BC | 4D | 59 | 0 | 3B | 35 | 1A | 162 | 2D | 34 |
| Octal | 274 | 115 | 131 | 0 | 73 | 65 | 32 | 542 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1011001 | 0 | 111011 | 110101 | 11010 | 101100010 | 101101 | 110100 |
Color Harmonies of #BC4D59
Complementary color
Monochromatic Colors of #BC4D59
Black with #BC4D59
Text Example
Text Example
White with #BC4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D59; }
p { color: rgb(188,77,89); }
H1.HeaderClassName
{
color: #BC4D59;
}
.AnyTagClassName
{
color: #BC4D59;
}
</style>
background-color css
<style>
a { background-color: #BC4D59; }
a { background-color: rgb(188,77,89); }
div.DivClassName
{
background-color: #BC4D59;
}
.BgClassName
{
background-color: #BC4D59;
}
</style>
border-color css
<style>
span { border-color: #BC4D59; }
span { border-color: rgb(188,77,89); }
td.TdClassName
{
border-color: #BC4D59;
}
.TagClassName
{
border-color: #BC4D59;
}
</style>