Shades of Blush #BC4A5D
Tints of Blush #BC4A5D
RGB
CMYK
RGB Variations
Color information
#BC4A5D (or 0xBC4A5D) is known color: Blush. HEX triplet: BC, 4A and 5D. RGB value is (188,74,93). Sum of RGB (Red+Green+Blue) = 188+74+93=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A5D is #43B5A2. Grayscale: #6E6E6E. Windows color (decimal): -4437411 or 6113980. OLE color: 6113980.
HSL color Cylindrical-coordinate representation of color #BC4A5D: hue angle of 350º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A5D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 93 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.26 |
| HSL | 350º | 0.46% | 0.51% | - |
| HSV(B) | 350º | 0.61% | 0.74% | - |
| XYZ | 25.16 | 16.38 | 12.19 | - |
| YUV | 110.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 93 | 0 | 0.61 | 0.51 | 0.26 | 350 | 0.46 | 0.51 |
| Hex | BC | 4A | 5D | 0 | 3D | 33 | 1A | 15E | 2E | 33 |
| Octal | 274 | 112 | 135 | 0 | 75 | 63 | 32 | 536 | 56 | 63 |
| Binary | 10111100 | 1001010 | 1011101 | 0 | 111101 | 110011 | 11010 | 101011110 | 101110 | 110011 |
Color Harmonies of #BC4A5D
Complementary color
Monochromatic Colors of #BC4A5D
Black with #BC4A5D
Text Example
Text Example
White with #BC4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A5D; }
p { color: rgb(188,74,93); }
H1.HeaderClassName
{
color: #BC4A5D;
}
.AnyTagClassName
{
color: #BC4A5D;
}
</style>
background-color css
<style>
a { background-color: #BC4A5D; }
a { background-color: rgb(188,74,93); }
div.DivClassName
{
background-color: #BC4A5D;
}
.BgClassName
{
background-color: #BC4A5D;
}
</style>
border-color css
<style>
span { border-color: #BC4A5D; }
span { border-color: rgb(188,74,93); }
td.TdClassName
{
border-color: #BC4A5D;
}
.TagClassName
{
border-color: #BC4A5D;
}
</style>