Shades of Blush #BC4B5D
Tints of Blush #BC4B5D
RGB
CMYK
RGB Variations
Color information
#BC4B5D (or 0xBC4B5D) is known color: Blush. HEX triplet: BC, 4B and 5D. RGB value is (188,75,93). Sum of RGB (Red+Green+Blue) = 188+75+93=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B5D is #43B4A2. Grayscale: #6E6E6E. Windows color (decimal): -4437155 or 6114236. OLE color: 6114236.
HSL color Cylindrical-coordinate representation of color #BC4B5D: hue angle of 350.44º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B5D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 93 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.26 |
| HSL | 350.44º | 0.46% | 0.52% | - |
| HSV(B) | 350.44º | 0.6% | 0.74% | - |
| XYZ | 25.23 | 16.51 | 12.21 | - |
| YUV | 110.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 93 | 0 | 0.60 | 0.51 | 0.26 | 350.44 | 0.46 | 0.52 |
| Hex | BC | 4B | 5D | 0 | 3C | 33 | 1A | 15E | 2E | 34 |
| Octal | 274 | 113 | 135 | 0 | 74 | 63 | 32 | 536 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1011101 | 0 | 111100 | 110011 | 11010 | 101011110 | 101110 | 110100 |
Color Harmonies of #BC4B5D
Complementary color
Monochromatic Colors of #BC4B5D
Black with #BC4B5D
Text Example
Text Example
White with #BC4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B5D; }
p { color: rgb(188,75,93); }
H1.HeaderClassName
{
color: #BC4B5D;
}
.AnyTagClassName
{
color: #BC4B5D;
}
</style>
background-color css
<style>
a { background-color: #BC4B5D; }
a { background-color: rgb(188,75,93); }
div.DivClassName
{
background-color: #BC4B5D;
}
.BgClassName
{
background-color: #BC4B5D;
}
</style>
border-color css
<style>
span { border-color: #BC4B5D; }
span { border-color: rgb(188,75,93); }
td.TdClassName
{
border-color: #BC4B5D;
}
.TagClassName
{
border-color: #BC4B5D;
}
</style>