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