Shades of Mandy #BC575E
Tints of Mandy #BC575E
RGB
CMYK
RGB Variations
Color information
#BC575E (or 0xBC575E) is known color: Mandy. HEX triplet: BC, 57 and 5E. RGB value is (188,87,94). Sum of RGB (Red+Green+Blue) = 188+87+94=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC575E is #43A8A1. Grayscale: #767676. Windows color (decimal): -4434082 or 6182844. OLE color: 6182844.
HSL color Cylindrical-coordinate representation of color #BC575E: hue angle of 355.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC575E is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 94 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.26 |
| HSL | 355.84º | 0.43% | 0.54% | - |
| HSV(B) | 355.84º | 0.54% | 0.74% | - |
| XYZ | 26.17 | 18.32 | 12.75 | - |
| YUV | 118 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 94 | 0 | 0.54 | 0.50 | 0.26 | 355.84 | 0.43 | 0.54 |
| Hex | BC | 57 | 5E | 0 | 36 | 32 | 1A | 164 | 2B | 36 |
| Octal | 274 | 127 | 136 | 0 | 66 | 62 | 32 | 544 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1011110 | 0 | 110110 | 110010 | 11010 | 101100100 | 101011 | 110110 |
Color Harmonies of #BC575E
Complementary color
Monochromatic Colors of #BC575E
Black with #BC575E
Text Example
Text Example
White with #BC575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC575E; }
p { color: rgb(188,87,94); }
H1.HeaderClassName
{
color: #BC575E;
}
.AnyTagClassName
{
color: #BC575E;
}
</style>
background-color css
<style>
a { background-color: #BC575E; }
a { background-color: rgb(188,87,94); }
div.DivClassName
{
background-color: #BC575E;
}
.BgClassName
{
background-color: #BC575E;
}
</style>
border-color css
<style>
span { border-color: #BC575E; }
span { border-color: rgb(188,87,94); }
td.TdClassName
{
border-color: #BC575E;
}
.TagClassName
{
border-color: #BC575E;
}
</style>