Shades of Mandy #BC4A50
Tints of Mandy #BC4A50
RGB
CMYK
RGB Variations
Color information
#BC4A50 (or 0xBC4A50) is known color: Mandy. HEX triplet: BC, 4A and 50. RGB value is (188,74,80). Sum of RGB (Red+Green+Blue) = 188+74+80=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A50 is #43B5AF. Grayscale: #6C6C6C. Windows color (decimal): -4437424 or 5262012. OLE color: 5262012.
HSL color Cylindrical-coordinate representation of color #BC4A50: hue angle of 356.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A50 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 80 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.26 |
| HSL | 356.84º | 0.46% | 0.51% | - |
| HSV(B) | 356.84º | 0.61% | 0.74% | - |
| XYZ | 24.64 | 16.17 | 9.41 | - |
| YUV | 108.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 80 | 0 | 0.61 | 0.57 | 0.26 | 356.84 | 0.46 | 0.51 |
| Hex | BC | 4A | 50 | 0 | 3D | 39 | 1A | 165 | 2E | 33 |
| Octal | 274 | 112 | 120 | 0 | 75 | 71 | 32 | 545 | 56 | 63 |
| Binary | 10111100 | 1001010 | 1010000 | 0 | 111101 | 111001 | 11010 | 101100101 | 101110 | 110011 |
Color Harmonies of #BC4A50
Complementary color
Monochromatic Colors of #BC4A50
Black with #BC4A50
Text Example
Text Example
White with #BC4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A50; }
p { color: rgb(188,74,80); }
H1.HeaderClassName
{
color: #BC4A50;
}
.AnyTagClassName
{
color: #BC4A50;
}
</style>
background-color css
<style>
a { background-color: #BC4A50; }
a { background-color: rgb(188,74,80); }
div.DivClassName
{
background-color: #BC4A50;
}
.BgClassName
{
background-color: #BC4A50;
}
</style>
border-color css
<style>
span { border-color: #BC4A50; }
span { border-color: rgb(188,74,80); }
td.TdClassName
{
border-color: #BC4A50;
}
.TagClassName
{
border-color: #BC4A50;
}
</style>