Shades of Blush #BC4560
Tints of Blush #BC4560
RGB
CMYK
RGB Variations
Color information
#BC4560 (or 0xBC4560) is known color: Blush. HEX triplet: BC, 45 and 60. RGB value is (188,69,96). Sum of RGB (Red+Green+Blue) = 188+69+96=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4560 is #43BA9F. Grayscale: #6B6B6B. Windows color (decimal): -4438688 or 6309308. OLE color: 6309308.
HSL color Cylindrical-coordinate representation of color #BC4560: hue angle of 346.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4560 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 96 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.26 |
| HSL | 346.39º | 0.47% | 0.5% | - |
| HSV(B) | 346.39º | 0.63% | 0.74% | - |
| XYZ | 24.98 | 15.79 | 12.8 | - |
| YUV | 107.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 96 | 0 | 0.63 | 0.49 | 0.26 | 346.39 | 0.47 | 0.5 |
| Hex | BC | 45 | 60 | 0 | 3F | 31 | 1A | 15A | 2F | 32 |
| Octal | 274 | 105 | 140 | 0 | 77 | 61 | 32 | 532 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1100000 | 0 | 111111 | 110001 | 11010 | 101011010 | 101111 | 110010 |
Color Harmonies of #BC4560
Complementary color
Monochromatic Colors of #BC4560
Black with #BC4560
Text Example
Text Example
White with #BC4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4560; }
p { color: rgb(188,69,96); }
H1.HeaderClassName
{
color: #BC4560;
}
.AnyTagClassName
{
color: #BC4560;
}
</style>
background-color css
<style>
a { background-color: #BC4560; }
a { background-color: rgb(188,69,96); }
div.DivClassName
{
background-color: #BC4560;
}
.BgClassName
{
background-color: #BC4560;
}
</style>
border-color css
<style>
span { border-color: #BC4560; }
span { border-color: rgb(188,69,96); }
td.TdClassName
{
border-color: #BC4560;
}
.TagClassName
{
border-color: #BC4560;
}
</style>