Shades of Blush #BC556D
Tints of Blush #BC556D
RGB
CMYK
RGB Variations
Color information
#BC556D (or 0xBC556D) is known color: Blush. HEX triplet: BC, 55 and 6D. RGB value is (188,85,109). Sum of RGB (Red+Green+Blue) = 188+85+109=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556D is #43AA92. Grayscale: #767676. Windows color (decimal): -4434579 or 7165372. OLE color: 7165372.
HSL color Cylindrical-coordinate representation of color #BC556D: hue angle of 346.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC556D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 109 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.26 |
| HSL | 346.02º | 0.43% | 0.54% | - |
| HSV(B) | 346.02º | 0.55% | 0.74% | - |
| XYZ | 26.75 | 18.29 | 16.59 | - |
| YUV | 118.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 109 | 0 | 0.55 | 0.42 | 0.26 | 346.02 | 0.43 | 0.54 |
| Hex | BC | 55 | 6D | 0 | 37 | 2A | 1A | 15A | 2B | 36 |
| Octal | 274 | 125 | 155 | 0 | 67 | 52 | 32 | 532 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1101101 | 0 | 110111 | 101010 | 11010 | 101011010 | 101011 | 110110 |
Color Harmonies of #BC556D
Complementary color
Monochromatic Colors of #BC556D
Black with #BC556D
Text Example
Text Example
White with #BC556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC556D; }
p { color: rgb(188,85,109); }
H1.HeaderClassName
{
color: #BC556D;
}
.AnyTagClassName
{
color: #BC556D;
}
</style>
background-color css
<style>
a { background-color: #BC556D; }
a { background-color: rgb(188,85,109); }
div.DivClassName
{
background-color: #BC556D;
}
.BgClassName
{
background-color: #BC556D;
}
</style>
border-color css
<style>
span { border-color: #BC556D; }
span { border-color: rgb(188,85,109); }
td.TdClassName
{
border-color: #BC556D;
}
.TagClassName
{
border-color: #BC556D;
}
</style>