Shades of Mandy #BC585C
Tints of Mandy #BC585C
RGB
CMYK
RGB Variations
Color information
#BC585C (or 0xBC585C) is known color: Mandy. HEX triplet: BC, 58 and 5C. RGB value is (188,88,92). Sum of RGB (Red+Green+Blue) = 188+88+92=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC585C is #43A7A3. Grayscale: #767676. Windows color (decimal): -4433828 or 6052028. OLE color: 6052028.
HSL color Cylindrical-coordinate representation of color #BC585C: hue angle of 357.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC585C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 92 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.26 |
| HSL | 357.6º | 0.43% | 0.54% | - |
| HSV(B) | 357.6º | 0.53% | 0.74% | - |
| XYZ | 26.16 | 18.44 | 12.31 | - |
| YUV | 118.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 92 | 0 | 0.53 | 0.51 | 0.26 | 357.6 | 0.43 | 0.54 |
| Hex | BC | 58 | 5C | 0 | 35 | 33 | 1A | 166 | 2B | 36 |
| Octal | 274 | 130 | 134 | 0 | 65 | 63 | 32 | 546 | 53 | 66 |
| Binary | 10111100 | 1011000 | 1011100 | 0 | 110101 | 110011 | 11010 | 101100110 | 101011 | 110110 |
Color Harmonies of #BC585C
Complementary color
Monochromatic Colors of #BC585C
Black with #BC585C
Text Example
Text Example
White with #BC585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC585C; }
p { color: rgb(188,88,92); }
H1.HeaderClassName
{
color: #BC585C;
}
.AnyTagClassName
{
color: #BC585C;
}
</style>
background-color css
<style>
a { background-color: #BC585C; }
a { background-color: rgb(188,88,92); }
div.DivClassName
{
background-color: #BC585C;
}
.BgClassName
{
background-color: #BC585C;
}
</style>
border-color css
<style>
span { border-color: #BC585C; }
span { border-color: rgb(188,88,92); }
td.TdClassName
{
border-color: #BC585C;
}
.TagClassName
{
border-color: #BC585C;
}
</style>