Shades of Mandy #BC575D
Tints of Mandy #BC575D
RGB
CMYK
RGB Variations
Color information
#BC575D (or 0xBC575D) is known color: Mandy. HEX triplet: BC, 57 and 5D. RGB value is (188,87,93). Sum of RGB (Red+Green+Blue) = 188+87+93=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC575D is #43A8A2. Grayscale: #757575. Windows color (decimal): -4434083 or 6117308. OLE color: 6117308.
HSL color Cylindrical-coordinate representation of color #BC575D: hue angle of 356.44º 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 #BC575D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 93 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.26 |
| HSL | 356.44º | 0.43% | 0.54% | - |
| HSV(B) | 356.44º | 0.54% | 0.74% | - |
| XYZ | 26.12 | 18.3 | 12.51 | - |
| YUV | 117.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 93 | 0 | 0.54 | 0.51 | 0.26 | 356.44 | 0.43 | 0.54 |
| Hex | BC | 57 | 5D | 0 | 36 | 33 | 1A | 164 | 2B | 36 |
| Octal | 274 | 127 | 135 | 0 | 66 | 63 | 32 | 544 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1011101 | 0 | 110110 | 110011 | 11010 | 101100100 | 101011 | 110110 |
Color Harmonies of #BC575D
Complementary color
Monochromatic Colors of #BC575D
Black with #BC575D
Text Example
Text Example
White with #BC575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC575D; }
p { color: rgb(188,87,93); }
H1.HeaderClassName
{
color: #BC575D;
}
.AnyTagClassName
{
color: #BC575D;
}
</style>
background-color css
<style>
a { background-color: #BC575D; }
a { background-color: rgb(188,87,93); }
div.DivClassName
{
background-color: #BC575D;
}
.BgClassName
{
background-color: #BC575D;
}
</style>
border-color css
<style>
span { border-color: #BC575D; }
span { border-color: rgb(188,87,93); }
td.TdClassName
{
border-color: #BC575D;
}
.TagClassName
{
border-color: #BC575D;
}
</style>