Shades of Blush #BC596B
Tints of Blush #BC596B
RGB
CMYK
RGB Variations
Color information
#BC596B (or 0xBC596B) is known color: Blush. HEX triplet: BC, 59 and 6B. RGB value is (188,89,107). Sum of RGB (Red+Green+Blue) = 188+89+107=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596B is #43A694. Grayscale: #787878. Windows color (decimal): -4433557 or 7035324. OLE color: 7035324.
HSL color Cylindrical-coordinate representation of color #BC596B: hue angle of 349.09º 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 #BC596B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 107 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.26 |
| HSL | 349.09º | 0.42% | 0.54% | - |
| HSV(B) | 349.09º | 0.53% | 0.74% | - |
| XYZ | 26.97 | 18.9 | 16.14 | - |
| YUV | 120.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 107 | 0 | 0.53 | 0.43 | 0.26 | 349.09 | 0.42 | 0.54 |
| Hex | BC | 59 | 6B | 0 | 35 | 2B | 1A | 15D | 2A | 36 |
| Octal | 274 | 131 | 153 | 0 | 65 | 53 | 32 | 535 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1101011 | 0 | 110101 | 101011 | 11010 | 101011101 | 101010 | 110110 |
Color Harmonies of #BC596B
Complementary color
Monochromatic Colors of #BC596B
Black with #BC596B
Text Example
Text Example
White with #BC596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC596B; }
p { color: rgb(188,89,107); }
H1.HeaderClassName
{
color: #BC596B;
}
.AnyTagClassName
{
color: #BC596B;
}
</style>
background-color css
<style>
a { background-color: #BC596B; }
a { background-color: rgb(188,89,107); }
div.DivClassName
{
background-color: #BC596B;
}
.BgClassName
{
background-color: #BC596B;
}
</style>
border-color css
<style>
span { border-color: #BC596B; }
span { border-color: rgb(188,89,107); }
td.TdClassName
{
border-color: #BC596B;
}
.TagClassName
{
border-color: #BC596B;
}
</style>