Shades of Mandy #BC595B
Tints of Mandy #BC595B
RGB
CMYK
RGB Variations
Color information
#BC595B (or 0xBC595B) is known color: Mandy. HEX triplet: BC, 59 and 5B. RGB value is (188,89,91). Sum of RGB (Red+Green+Blue) = 188+89+91=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595B is #43A6A4. Grayscale: #767676. Windows color (decimal): -4433573 or 5986748. OLE color: 5986748.
HSL color Cylindrical-coordinate representation of color #BC595B: hue angle of 358.79º 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 #BC595B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 91 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.26 |
| HSL | 358.79º | 0.42% | 0.54% | - |
| HSV(B) | 358.79º | 0.53% | 0.74% | - |
| XYZ | 26.2 | 18.59 | 12.11 | - |
| YUV | 118.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 91 | 0 | 0.53 | 0.52 | 0.26 | 358.79 | 0.42 | 0.54 |
| Hex | BC | 59 | 5B | 0 | 35 | 34 | 1A | 167 | 2A | 36 |
| Octal | 274 | 131 | 133 | 0 | 65 | 64 | 32 | 547 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1011011 | 0 | 110101 | 110100 | 11010 | 101100111 | 101010 | 110110 |
Color Harmonies of #BC595B
Complementary color
Monochromatic Colors of #BC595B
Black with #BC595B
Text Example
Text Example
White with #BC595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC595B; }
p { color: rgb(188,89,91); }
H1.HeaderClassName
{
color: #BC595B;
}
.AnyTagClassName
{
color: #BC595B;
}
</style>
background-color css
<style>
a { background-color: #BC595B; }
a { background-color: rgb(188,89,91); }
div.DivClassName
{
background-color: #BC595B;
}
.BgClassName
{
background-color: #BC595B;
}
</style>
border-color css
<style>
span { border-color: #BC595B; }
span { border-color: rgb(188,89,91); }
td.TdClassName
{
border-color: #BC595B;
}
.TagClassName
{
border-color: #BC595B;
}
</style>