Shades of Blush #BC4660
Tints of Blush #BC4660
RGB
CMYK
RGB Variations
Color information
#BC4660 (or 0xBC4660) is known color: Blush. HEX triplet: BC, 46 and 60. RGB value is (188,70,96). Sum of RGB (Red+Green+Blue) = 188+70+96=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4660 is #43B99F. Grayscale: #6C6C6C. Windows color (decimal): -4438432 or 6309564. OLE color: 6309564.
HSL color Cylindrical-coordinate representation of color #BC4660: hue angle of 346.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4660 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 96 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.26 |
| HSL | 346.78º | 0.47% | 0.51% | - |
| HSV(B) | 346.78º | 0.63% | 0.74% | - |
| XYZ | 25.04 | 15.92 | 12.82 | - |
| YUV | 108.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 96 | 0 | 0.63 | 0.49 | 0.26 | 346.78 | 0.47 | 0.51 |
| Hex | BC | 46 | 60 | 0 | 3F | 31 | 1A | 15B | 2F | 33 |
| Octal | 274 | 106 | 140 | 0 | 77 | 61 | 32 | 533 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1100000 | 0 | 111111 | 110001 | 11010 | 101011011 | 101111 | 110011 |
Color Harmonies of #BC4660
Complementary color
Monochromatic Colors of #BC4660
Black with #BC4660
Text Example
Text Example
White with #BC4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4660; }
p { color: rgb(188,70,96); }
H1.HeaderClassName
{
color: #BC4660;
}
.AnyTagClassName
{
color: #BC4660;
}
</style>
background-color css
<style>
a { background-color: #BC4660; }
a { background-color: rgb(188,70,96); }
div.DivClassName
{
background-color: #BC4660;
}
.BgClassName
{
background-color: #BC4660;
}
</style>
border-color css
<style>
span { border-color: #BC4660; }
span { border-color: rgb(188,70,96); }
td.TdClassName
{
border-color: #BC4660;
}
.TagClassName
{
border-color: #BC4660;
}
</style>