Shades of Mandy #BC4D50
Tints of Mandy #BC4D50
RGB
CMYK
RGB Variations
Color information
#BC4D50 (or 0xBC4D50) is known color: Mandy. HEX triplet: BC, 4D and 50. RGB value is (188,77,80). Sum of RGB (Red+Green+Blue) = 188+77+80=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D50 is #43B2AF. Grayscale: #6E6E6E. Windows color (decimal): -4436656 or 5262780. OLE color: 5262780.
HSL color Cylindrical-coordinate representation of color #BC4D50: hue angle of 358.38º 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 #BC4D50 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 80 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.26 |
| HSL | 358.38º | 0.45% | 0.52% | - |
| HSV(B) | 358.38º | 0.59% | 0.74% | - |
| XYZ | 24.84 | 16.58 | 9.48 | - |
| YUV | 110.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 80 | 0 | 0.59 | 0.57 | 0.26 | 358.38 | 0.45 | 0.52 |
| Hex | BC | 4D | 50 | 0 | 3B | 39 | 1A | 166 | 2D | 34 |
| Octal | 274 | 115 | 120 | 0 | 73 | 71 | 32 | 546 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1010000 | 0 | 111011 | 111001 | 11010 | 101100110 | 101101 | 110100 |
Color Harmonies of #BC4D50
Complementary color
Monochromatic Colors of #BC4D50
Black with #BC4D50
Text Example
Text Example
White with #BC4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D50; }
p { color: rgb(188,77,80); }
H1.HeaderClassName
{
color: #BC4D50;
}
.AnyTagClassName
{
color: #BC4D50;
}
</style>
background-color css
<style>
a { background-color: #BC4D50; }
a { background-color: rgb(188,77,80); }
div.DivClassName
{
background-color: #BC4D50;
}
.BgClassName
{
background-color: #BC4D50;
}
</style>
border-color css
<style>
span { border-color: #BC4D50; }
span { border-color: rgb(188,77,80); }
td.TdClassName
{
border-color: #BC4D50;
}
.TagClassName
{
border-color: #BC4D50;
}
</style>