Shades of Mandy #BC4850
Tints of Mandy #BC4850
RGB
CMYK
RGB Variations
Color information
#BC4850 (or 0xBC4850) is known color: Mandy. HEX triplet: BC, 48 and 50. RGB value is (188,72,80). Sum of RGB (Red+Green+Blue) = 188+72+80=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4850 is #43B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4437936 or 5261500. OLE color: 5261500.
HSL color Cylindrical-coordinate representation of color #BC4850: hue angle of 355.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4850 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 80 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.26 |
| HSL | 355.86º | 0.46% | 0.51% | - |
| HSV(B) | 355.86º | 0.62% | 0.74% | - |
| XYZ | 24.5 | 15.91 | 9.37 | - |
| YUV | 107.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 80 | 0 | 0.62 | 0.57 | 0.26 | 355.86 | 0.46 | 0.51 |
| Hex | BC | 48 | 50 | 0 | 3E | 39 | 1A | 164 | 2E | 33 |
| Octal | 274 | 110 | 120 | 0 | 76 | 71 | 32 | 544 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1010000 | 0 | 111110 | 111001 | 11010 | 101100100 | 101110 | 110011 |
Color Harmonies of #BC4850
Complementary color
Monochromatic Colors of #BC4850
Black with #BC4850
Text Example
Text Example
White with #BC4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4850; }
p { color: rgb(188,72,80); }
H1.HeaderClassName
{
color: #BC4850;
}
.AnyTagClassName
{
color: #BC4850;
}
</style>
background-color css
<style>
a { background-color: #BC4850; }
a { background-color: rgb(188,72,80); }
div.DivClassName
{
background-color: #BC4850;
}
.BgClassName
{
background-color: #BC4850;
}
</style>
border-color css
<style>
span { border-color: #BC4850; }
span { border-color: rgb(188,72,80); }
td.TdClassName
{
border-color: #BC4850;
}
.TagClassName
{
border-color: #BC4850;
}
</style>