Shades of Mandy #BC474E
Tints of Mandy #BC474E
RGB
CMYK
RGB Variations
Color information
#BC474E (or 0xBC474E) is known color: Mandy. HEX triplet: BC, 47 and 4E. RGB value is (188,71,78). Sum of RGB (Red+Green+Blue) = 188+71+78=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC474E is #43B8B1. Grayscale: #6A6A6A. Windows color (decimal): -4438194 or 5130172. OLE color: 5130172.
HSL color Cylindrical-coordinate representation of color #BC474E: hue angle of 356.41º degrees, saturation: 0.47, 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 #BC474E is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 78 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.26 |
| HSL | 356.41º | 0.47% | 0.51% | - |
| HSV(B) | 356.41º | 0.62% | 0.74% | - |
| XYZ | 24.37 | 15.75 | 8.96 | - |
| YUV | 106.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 78 | 0 | 0.62 | 0.59 | 0.26 | 356.41 | 0.47 | 0.51 |
| Hex | BC | 47 | 4E | 0 | 3E | 3B | 1A | 164 | 2F | 33 |
| Octal | 274 | 107 | 116 | 0 | 76 | 73 | 32 | 544 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1001110 | 0 | 111110 | 111011 | 11010 | 101100100 | 101111 | 110011 |
Color Harmonies of #BC474E
Complementary color
Monochromatic Colors of #BC474E
Black with #BC474E
Text Example
Text Example
White with #BC474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC474E; }
p { color: rgb(188,71,78); }
H1.HeaderClassName
{
color: #BC474E;
}
.AnyTagClassName
{
color: #BC474E;
}
</style>
background-color css
<style>
a { background-color: #BC474E; }
a { background-color: rgb(188,71,78); }
div.DivClassName
{
background-color: #BC474E;
}
.BgClassName
{
background-color: #BC474E;
}
</style>
border-color css
<style>
span { border-color: #BC474E; }
span { border-color: rgb(188,71,78); }
td.TdClassName
{
border-color: #BC474E;
}
.TagClassName
{
border-color: #BC474E;
}
</style>