Shades of Mandy #BC595C
Tints of Mandy #BC595C
RGB
CMYK
RGB Variations
Color information
#BC595C (or 0xBC595C) is known color: Mandy. HEX triplet: BC, 59 and 5C. RGB value is (188,89,92). Sum of RGB (Red+Green+Blue) = 188+89+92=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595C is #43A6A3. Grayscale: #777777. Windows color (decimal): -4433572 or 6052284. OLE color: 6052284.
HSL color Cylindrical-coordinate representation of color #BC595C: hue angle of 358.18º degrees, saturation: 0.42, 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 #BC595C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 92 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.26 |
| HSL | 358.18º | 0.42% | 0.54% | - |
| HSV(B) | 358.18º | 0.53% | 0.74% | - |
| XYZ | 26.24 | 18.61 | 12.33 | - |
| YUV | 118.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 92 | 0 | 0.53 | 0.51 | 0.26 | 358.18 | 0.42 | 0.54 |
| Hex | BC | 59 | 5C | 0 | 35 | 33 | 1A | 166 | 2A | 36 |
| Octal | 274 | 131 | 134 | 0 | 65 | 63 | 32 | 546 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1011100 | 0 | 110101 | 110011 | 11010 | 101100110 | 101010 | 110110 |
Color Harmonies of #BC595C
Complementary color
Monochromatic Colors of #BC595C
Black with #BC595C
Text Example
Text Example
White with #BC595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC595C; }
p { color: rgb(188,89,92); }
H1.HeaderClassName
{
color: #BC595C;
}
.AnyTagClassName
{
color: #BC595C;
}
</style>
background-color css
<style>
a { background-color: #BC595C; }
a { background-color: rgb(188,89,92); }
div.DivClassName
{
background-color: #BC595C;
}
.BgClassName
{
background-color: #BC595C;
}
</style>
border-color css
<style>
span { border-color: #BC595C; }
span { border-color: rgb(188,89,92); }
td.TdClassName
{
border-color: #BC595C;
}
.TagClassName
{
border-color: #BC595C;
}
</style>