Shades of Blush #BC4B5C
Tints of Blush #BC4B5C
RGB
CMYK
RGB Variations
Color information
#BC4B5C (or 0xBC4B5C) is known color: Blush. HEX triplet: BC, 4B and 5C. RGB value is (188,75,92). Sum of RGB (Red+Green+Blue) = 188+75+92=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B5C is #43B4A3. Grayscale: #6E6E6E. Windows color (decimal): -4437156 or 6048700. OLE color: 6048700.
HSL color Cylindrical-coordinate representation of color #BC4B5C: hue angle of 350.97º 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 #BC4B5C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 92 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.26 |
| HSL | 350.97º | 0.46% | 0.52% | - |
| HSV(B) | 350.97º | 0.6% | 0.74% | - |
| XYZ | 25.19 | 16.5 | 11.98 | - |
| YUV | 110.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 92 | 0 | 0.60 | 0.51 | 0.26 | 350.97 | 0.46 | 0.52 |
| Hex | BC | 4B | 5C | 0 | 3C | 33 | 1A | 15F | 2E | 34 |
| Octal | 274 | 113 | 134 | 0 | 74 | 63 | 32 | 537 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1011100 | 0 | 111100 | 110011 | 11010 | 101011111 | 101110 | 110100 |
Color Harmonies of #BC4B5C
Complementary color
Monochromatic Colors of #BC4B5C
Black with #BC4B5C
Text Example
Text Example
White with #BC4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B5C; }
p { color: rgb(188,75,92); }
H1.HeaderClassName
{
color: #BC4B5C;
}
.AnyTagClassName
{
color: #BC4B5C;
}
</style>
background-color css
<style>
a { background-color: #BC4B5C; }
a { background-color: rgb(188,75,92); }
div.DivClassName
{
background-color: #BC4B5C;
}
.BgClassName
{
background-color: #BC4B5C;
}
</style>
border-color css
<style>
span { border-color: #BC4B5C; }
span { border-color: rgb(188,75,92); }
td.TdClassName
{
border-color: #BC4B5C;
}
.TagClassName
{
border-color: #BC4B5C;
}
</style>