Shades of Blush #BC4B5A
Tints of Blush #BC4B5A
RGB
CMYK
RGB Variations
Color information
#BC4B5A (or 0xBC4B5A) is known color: Blush. HEX triplet: BC, 4B and 5A. RGB value is (188,75,90). Sum of RGB (Red+Green+Blue) = 188+75+90=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B5A is #43B4A5. Grayscale: #6E6E6E. Windows color (decimal): -4437158 or 5917628. OLE color: 5917628.
HSL color Cylindrical-coordinate representation of color #BC4B5A: hue angle of 352.04º 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 #BC4B5A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 90 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.26 |
| HSL | 352.04º | 0.46% | 0.52% | - |
| HSV(B) | 352.04º | 0.6% | 0.74% | - |
| XYZ | 25.1 | 16.46 | 11.53 | - |
| YUV | 110.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 90 | 0 | 0.60 | 0.52 | 0.26 | 352.04 | 0.46 | 0.52 |
| Hex | BC | 4B | 5A | 0 | 3C | 34 | 1A | 160 | 2E | 34 |
| Octal | 274 | 113 | 132 | 0 | 74 | 64 | 32 | 540 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1011010 | 0 | 111100 | 110100 | 11010 | 101100000 | 101110 | 110100 |
Color Harmonies of #BC4B5A
Complementary color
Monochromatic Colors of #BC4B5A
Black with #BC4B5A
Text Example
Text Example
White with #BC4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B5A; }
p { color: rgb(188,75,90); }
H1.HeaderClassName
{
color: #BC4B5A;
}
.AnyTagClassName
{
color: #BC4B5A;
}
</style>
background-color css
<style>
a { background-color: #BC4B5A; }
a { background-color: rgb(188,75,90); }
div.DivClassName
{
background-color: #BC4B5A;
}
.BgClassName
{
background-color: #BC4B5A;
}
</style>
border-color css
<style>
span { border-color: #BC4B5A; }
span { border-color: rgb(188,75,90); }
td.TdClassName
{
border-color: #BC4B5A;
}
.TagClassName
{
border-color: #BC4B5A;
}
</style>