Shades of Mandy #BC4749
Tints of Mandy #BC4749
RGB
CMYK
RGB Variations
Color information
#BC4749 (or 0xBC4749) is known color: Mandy. HEX triplet: BC, 47 and 49. RGB value is (188,71,73). Sum of RGB (Red+Green+Blue) = 188+71+73=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4749 is #43B8B6. Grayscale: #6A6A6A. Windows color (decimal): -4438199 or 4802492. OLE color: 4802492.
HSL color Cylindrical-coordinate representation of color #BC4749: hue angle of 358.97º 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 #BC4749 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 73 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.26 |
| HSL | 358.97º | 0.47% | 0.51% | - |
| HSV(B) | 358.97º | 0.62% | 0.74% | - |
| XYZ | 24.19 | 15.68 | 8.05 | - |
| YUV | 106.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 73 | 0 | 0.62 | 0.61 | 0.26 | 358.97 | 0.47 | 0.51 |
| Hex | BC | 47 | 49 | 0 | 3E | 3D | 1A | 167 | 2F | 33 |
| Octal | 274 | 107 | 111 | 0 | 76 | 75 | 32 | 547 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1001001 | 0 | 111110 | 111101 | 11010 | 101100111 | 101111 | 110011 |
Color Harmonies of #BC4749
Complementary color
Monochromatic Colors of #BC4749
Black with #BC4749
Text Example
Text Example
White with #BC4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4749; }
p { color: rgb(188,71,73); }
H1.HeaderClassName
{
color: #BC4749;
}
.AnyTagClassName
{
color: #BC4749;
}
</style>
background-color css
<style>
a { background-color: #BC4749; }
a { background-color: rgb(188,71,73); }
div.DivClassName
{
background-color: #BC4749;
}
.BgClassName
{
background-color: #BC4749;
}
</style>
border-color css
<style>
span { border-color: #BC4749; }
span { border-color: rgb(188,71,73); }
td.TdClassName
{
border-color: #BC4749;
}
.TagClassName
{
border-color: #BC4749;
}
</style>