Shades of Blush #BC576C
Tints of Blush #BC576C
RGB
CMYK
RGB Variations
Color information
#BC576C (or 0xBC576C) is known color: Blush. HEX triplet: BC, 57 and 6C. RGB value is (188,87,108). Sum of RGB (Red+Green+Blue) = 188+87+108=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC576C is #43A893. Grayscale: #777777. Windows color (decimal): -4434068 or 7100348. OLE color: 7100348.
HSL color Cylindrical-coordinate representation of color #BC576C: hue angle of 347.52º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC576C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 108 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.26 |
| HSL | 347.52º | 0.43% | 0.54% | - |
| HSV(B) | 347.52º | 0.54% | 0.74% | - |
| XYZ | 26.85 | 18.59 | 16.36 | - |
| YUV | 119.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 108 | 0 | 0.54 | 0.43 | 0.26 | 347.52 | 0.43 | 0.54 |
| Hex | BC | 57 | 6C | 0 | 36 | 2B | 1A | 15C | 2B | 36 |
| Octal | 274 | 127 | 154 | 0 | 66 | 53 | 32 | 534 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1101100 | 0 | 110110 | 101011 | 11010 | 101011100 | 101011 | 110110 |
Color Harmonies of #BC576C
Complementary color
Monochromatic Colors of #BC576C
Black with #BC576C
Text Example
Text Example
White with #BC576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC576C; }
p { color: rgb(188,87,108); }
H1.HeaderClassName
{
color: #BC576C;
}
.AnyTagClassName
{
color: #BC576C;
}
</style>
background-color css
<style>
a { background-color: #BC576C; }
a { background-color: rgb(188,87,108); }
div.DivClassName
{
background-color: #BC576C;
}
.BgClassName
{
background-color: #BC576C;
}
</style>
border-color css
<style>
span { border-color: #BC576C; }
span { border-color: rgb(188,87,108); }
td.TdClassName
{
border-color: #BC576C;
}
.TagClassName
{
border-color: #BC576C;
}
</style>