Shades of Blush #BC5160
Tints of Blush #BC5160
RGB
CMYK
RGB Variations
Color information
#BC5160 (or 0xBC5160) is known color: Blush. HEX triplet: BC, 51 and 60. RGB value is (188,81,96). Sum of RGB (Red+Green+Blue) = 188+81+96=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5160 is #43AE9F. Grayscale: #727272. Windows color (decimal): -4435616 or 6312380. OLE color: 6312380.
HSL color Cylindrical-coordinate representation of color #BC5160: hue angle of 351.59º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5160 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 96 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.26 |
| HSL | 351.59º | 0.44% | 0.53% | - |
| HSV(B) | 351.59º | 0.57% | 0.74% | - |
| XYZ | 25.79 | 17.42 | 13.07 | - |
| YUV | 114.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 96 | 0 | 0.57 | 0.49 | 0.26 | 351.59 | 0.44 | 0.53 |
| Hex | BC | 51 | 60 | 0 | 39 | 31 | 1A | 160 | 2C | 35 |
| Octal | 274 | 121 | 140 | 0 | 71 | 61 | 32 | 540 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1100000 | 0 | 111001 | 110001 | 11010 | 101100000 | 101100 | 110101 |
Color Harmonies of #BC5160
Complementary color
Monochromatic Colors of #BC5160
Black with #BC5160
Text Example
Text Example
White with #BC5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5160; }
p { color: rgb(188,81,96); }
H1.HeaderClassName
{
color: #BC5160;
}
.AnyTagClassName
{
color: #BC5160;
}
</style>
background-color css
<style>
a { background-color: #BC5160; }
a { background-color: rgb(188,81,96); }
div.DivClassName
{
background-color: #BC5160;
}
.BgClassName
{
background-color: #BC5160;
}
</style>
border-color css
<style>
span { border-color: #BC5160; }
span { border-color: rgb(188,81,96); }
td.TdClassName
{
border-color: #BC5160;
}
.TagClassName
{
border-color: #BC5160;
}
</style>