Shades of Blush #BC596D
Tints of Blush #BC596D
RGB
CMYK
RGB Variations
Color information
#BC596D (or 0xBC596D) is known color: Blush. HEX triplet: BC, 59 and 6D. RGB value is (188,89,109). Sum of RGB (Red+Green+Blue) = 188+89+109=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596D is #43A692. Grayscale: #787878. Windows color (decimal): -4433555 or 7166396. OLE color: 7166396.
HSL color Cylindrical-coordinate representation of color #BC596D: hue angle of 347.88º 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 #BC596D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 109 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.26 |
| HSL | 347.88º | 0.42% | 0.54% | - |
| HSV(B) | 347.88º | 0.53% | 0.74% | - |
| XYZ | 27.07 | 18.94 | 16.7 | - |
| YUV | 120.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 109 | 0 | 0.53 | 0.42 | 0.26 | 347.88 | 0.42 | 0.54 |
| Hex | BC | 59 | 6D | 0 | 35 | 2A | 1A | 15C | 2A | 36 |
| Octal | 274 | 131 | 155 | 0 | 65 | 52 | 32 | 534 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1101101 | 0 | 110101 | 101010 | 11010 | 101011100 | 101010 | 110110 |
Color Harmonies of #BC596D
Complementary color
Monochromatic Colors of #BC596D
Black with #BC596D
Text Example
Text Example
White with #BC596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC596D; }
p { color: rgb(188,89,109); }
H1.HeaderClassName
{
color: #BC596D;
}
.AnyTagClassName
{
color: #BC596D;
}
</style>
background-color css
<style>
a { background-color: #BC596D; }
a { background-color: rgb(188,89,109); }
div.DivClassName
{
background-color: #BC596D;
}
.BgClassName
{
background-color: #BC596D;
}
</style>
border-color css
<style>
span { border-color: #BC596D; }
span { border-color: rgb(188,89,109); }
td.TdClassName
{
border-color: #BC596D;
}
.TagClassName
{
border-color: #BC596D;
}
</style>