Shades of Blush #BC4860
Tints of Blush #BC4860
RGB
CMYK
RGB Variations
Color information
#BC4860 (or 0xBC4860) is known color: Blush. HEX triplet: BC, 48 and 60. RGB value is (188,72,96). Sum of RGB (Red+Green+Blue) = 188+72+96=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4860 is #43B79F. Grayscale: #6D6D6D. Windows color (decimal): -4437920 or 6310076. OLE color: 6310076.
HSL color Cylindrical-coordinate representation of color #BC4860: hue angle of 347.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4860 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 96 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.26 |
| HSL | 347.59º | 0.46% | 0.51% | - |
| HSV(B) | 347.59º | 0.62% | 0.74% | - |
| XYZ | 25.17 | 16.17 | 12.86 | - |
| YUV | 109.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 96 | 0 | 0.62 | 0.49 | 0.26 | 347.59 | 0.46 | 0.51 |
| Hex | BC | 48 | 60 | 0 | 3E | 31 | 1A | 15C | 2E | 33 |
| Octal | 274 | 110 | 140 | 0 | 76 | 61 | 32 | 534 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1100000 | 0 | 111110 | 110001 | 11010 | 101011100 | 101110 | 110011 |
Color Harmonies of #BC4860
Complementary color
Monochromatic Colors of #BC4860
Black with #BC4860
Text Example
Text Example
White with #BC4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4860; }
p { color: rgb(188,72,96); }
H1.HeaderClassName
{
color: #BC4860;
}
.AnyTagClassName
{
color: #BC4860;
}
</style>
background-color css
<style>
a { background-color: #BC4860; }
a { background-color: rgb(188,72,96); }
div.DivClassName
{
background-color: #BC4860;
}
.BgClassName
{
background-color: #BC4860;
}
</style>
border-color css
<style>
span { border-color: #BC4860; }
span { border-color: rgb(188,72,96); }
td.TdClassName
{
border-color: #BC4860;
}
.TagClassName
{
border-color: #BC4860;
}
</style>