Shades of Blush #BC576B
Tints of Blush #BC576B
RGB
CMYK
RGB Variations
Color information
#BC576B (or 0xBC576B) is known color: Blush. HEX triplet: BC, 57 and 6B. RGB value is (188,87,107). Sum of RGB (Red+Green+Blue) = 188+87+107=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC576B is #43A894. Grayscale: #777777. Windows color (decimal): -4434069 or 7034812. OLE color: 7034812.
HSL color Cylindrical-coordinate representation of color #BC576B: hue angle of 348.12º 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 #BC576B is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 107 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.26 |
| HSL | 348.12º | 0.43% | 0.54% | - |
| HSV(B) | 348.12º | 0.54% | 0.74% | - |
| XYZ | 26.8 | 18.57 | 16.08 | - |
| YUV | 119.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 107 | 0 | 0.54 | 0.43 | 0.26 | 348.12 | 0.43 | 0.54 |
| Hex | BC | 57 | 6B | 0 | 36 | 2B | 1A | 15C | 2B | 36 |
| Octal | 274 | 127 | 153 | 0 | 66 | 53 | 32 | 534 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1101011 | 0 | 110110 | 101011 | 11010 | 101011100 | 101011 | 110110 |
Color Harmonies of #BC576B
Complementary color
Monochromatic Colors of #BC576B
Black with #BC576B
Text Example
Text Example
White with #BC576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC576B; }
p { color: rgb(188,87,107); }
H1.HeaderClassName
{
color: #BC576B;
}
.AnyTagClassName
{
color: #BC576B;
}
</style>
background-color css
<style>
a { background-color: #BC576B; }
a { background-color: rgb(188,87,107); }
div.DivClassName
{
background-color: #BC576B;
}
.BgClassName
{
background-color: #BC576B;
}
</style>
border-color css
<style>
span { border-color: #BC576B; }
span { border-color: rgb(188,87,107); }
td.TdClassName
{
border-color: #BC576B;
}
.TagClassName
{
border-color: #BC576B;
}
</style>