Shades of Mandy #BC4C50
Tints of Mandy #BC4C50
RGB
CMYK
RGB Variations
Color information
#BC4C50 (or 0xBC4C50) is known color: Mandy. HEX triplet: BC, 4C and 50. RGB value is (188,76,80). Sum of RGB (Red+Green+Blue) = 188+76+80=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C50 is #43B3AF. Grayscale: #6E6E6E. Windows color (decimal): -4436912 or 5262524. OLE color: 5262524.
HSL color Cylindrical-coordinate representation of color #BC4C50: hue angle of 357.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C50 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 80 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.26 |
| HSL | 357.86º | 0.46% | 0.52% | - |
| HSV(B) | 357.86º | 0.6% | 0.74% | - |
| XYZ | 24.77 | 16.44 | 9.46 | - |
| YUV | 109.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 80 | 0 | 0.60 | 0.57 | 0.26 | 357.86 | 0.46 | 0.52 |
| Hex | BC | 4C | 50 | 0 | 3C | 39 | 1A | 166 | 2E | 34 |
| Octal | 274 | 114 | 120 | 0 | 74 | 71 | 32 | 546 | 56 | 64 |
| Binary | 10111100 | 1001100 | 1010000 | 0 | 111100 | 111001 | 11010 | 101100110 | 101110 | 110100 |
Color Harmonies of #BC4C50
Complementary color
Monochromatic Colors of #BC4C50
Black with #BC4C50
Text Example
Text Example
White with #BC4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C50; }
p { color: rgb(188,76,80); }
H1.HeaderClassName
{
color: #BC4C50;
}
.AnyTagClassName
{
color: #BC4C50;
}
</style>
background-color css
<style>
a { background-color: #BC4C50; }
a { background-color: rgb(188,76,80); }
div.DivClassName
{
background-color: #BC4C50;
}
.BgClassName
{
background-color: #BC4C50;
}
</style>
border-color css
<style>
span { border-color: #BC4C50; }
span { border-color: rgb(188,76,80); }
td.TdClassName
{
border-color: #BC4C50;
}
.TagClassName
{
border-color: #BC4C50;
}
</style>