Shades of Mandy #BC575C
Tints of Mandy #BC575C
RGB
CMYK
RGB Variations
Color information
#BC575C (or 0xBC575C) is known color: Mandy. HEX triplet: BC, 57 and 5C. RGB value is (188,87,92). Sum of RGB (Red+Green+Blue) = 188+87+92=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC575C is #43A8A3. Grayscale: #757575. Windows color (decimal): -4434084 or 6051772. OLE color: 6051772.
HSL color Cylindrical-coordinate representation of color #BC575C: hue angle of 357.03º 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 #BC575C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 92 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.26 |
| HSL | 357.03º | 0.43% | 0.54% | - |
| HSV(B) | 357.03º | 0.54% | 0.74% | - |
| XYZ | 26.08 | 18.28 | 12.28 | - |
| YUV | 117.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 92 | 0 | 0.54 | 0.51 | 0.26 | 357.03 | 0.43 | 0.54 |
| Hex | BC | 57 | 5C | 0 | 36 | 33 | 1A | 165 | 2B | 36 |
| Octal | 274 | 127 | 134 | 0 | 66 | 63 | 32 | 545 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1011100 | 0 | 110110 | 110011 | 11010 | 101100101 | 101011 | 110110 |
Color Harmonies of #BC575C
Complementary color
Monochromatic Colors of #BC575C
Black with #BC575C
Text Example
Text Example
White with #BC575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC575C; }
p { color: rgb(188,87,92); }
H1.HeaderClassName
{
color: #BC575C;
}
.AnyTagClassName
{
color: #BC575C;
}
</style>
background-color css
<style>
a { background-color: #BC575C; }
a { background-color: rgb(188,87,92); }
div.DivClassName
{
background-color: #BC575C;
}
.BgClassName
{
background-color: #BC575C;
}
</style>
border-color css
<style>
span { border-color: #BC575C; }
span { border-color: rgb(188,87,92); }
td.TdClassName
{
border-color: #BC575C;
}
.TagClassName
{
border-color: #BC575C;
}
</style>