Shades of Mandy #BC464E
Tints of Mandy #BC464E
RGB
CMYK
RGB Variations
Color information
#BC464E (or 0xBC464E) is known color: Mandy. HEX triplet: BC, 46 and 4E. RGB value is (188,70,78). Sum of RGB (Red+Green+Blue) = 188+70+78=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC464E is #43B9B1. Grayscale: #6A6A6A. Windows color (decimal): -4438450 or 5129916. OLE color: 5129916.
HSL color Cylindrical-coordinate representation of color #BC464E: hue angle of 355.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC464E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 78 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.26 |
| HSL | 355.93º | 0.47% | 0.51% | - |
| HSV(B) | 355.93º | 0.63% | 0.74% | - |
| XYZ | 24.3 | 15.62 | 8.94 | - |
| YUV | 106.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 78 | 0 | 0.63 | 0.59 | 0.26 | 355.93 | 0.47 | 0.51 |
| Hex | BC | 46 | 4E | 0 | 3F | 3B | 1A | 164 | 2F | 33 |
| Octal | 274 | 106 | 116 | 0 | 77 | 73 | 32 | 544 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1001110 | 0 | 111111 | 111011 | 11010 | 101100100 | 101111 | 110011 |
Color Harmonies of #BC464E
Complementary color
Monochromatic Colors of #BC464E
Black with #BC464E
Text Example
Text Example
White with #BC464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC464E; }
p { color: rgb(188,70,78); }
H1.HeaderClassName
{
color: #BC464E;
}
.AnyTagClassName
{
color: #BC464E;
}
</style>
background-color css
<style>
a { background-color: #BC464E; }
a { background-color: rgb(188,70,78); }
div.DivClassName
{
background-color: #BC464E;
}
.BgClassName
{
background-color: #BC464E;
}
</style>
border-color css
<style>
span { border-color: #BC464E; }
span { border-color: rgb(188,70,78); }
td.TdClassName
{
border-color: #BC464E;
}
.TagClassName
{
border-color: #BC464E;
}
</style>