Shades of Blush #BC4E5B
Tints of Blush #BC4E5B
RGB
CMYK
RGB Variations
Color information
#BC4E5B (or 0xBC4E5B) is known color: Blush. HEX triplet: BC, 4E and 5B. RGB value is (188,78,91). Sum of RGB (Red+Green+Blue) = 188+78+91=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E5B is #43B1A4. Grayscale: #707070. Windows color (decimal): -4436389 or 5983932. OLE color: 5983932.
HSL color Cylindrical-coordinate representation of color #BC4E5B: hue angle of 352.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E5B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 91 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.26 |
| HSL | 352.91º | 0.45% | 0.52% | - |
| HSV(B) | 352.91º | 0.59% | 0.74% | - |
| XYZ | 25.35 | 16.9 | 11.82 | - |
| YUV | 112.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 91 | 0 | 0.59 | 0.52 | 0.26 | 352.91 | 0.45 | 0.52 |
| Hex | BC | 4E | 5B | 0 | 3B | 34 | 1A | 161 | 2D | 34 |
| Octal | 274 | 116 | 133 | 0 | 73 | 64 | 32 | 541 | 55 | 64 |
| Binary | 10111100 | 1001110 | 1011011 | 0 | 111011 | 110100 | 11010 | 101100001 | 101101 | 110100 |
Color Harmonies of #BC4E5B
Complementary color
Monochromatic Colors of #BC4E5B
Black with #BC4E5B
Text Example
Text Example
White with #BC4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E5B; }
p { color: rgb(188,78,91); }
H1.HeaderClassName
{
color: #BC4E5B;
}
.AnyTagClassName
{
color: #BC4E5B;
}
</style>
background-color css
<style>
a { background-color: #BC4E5B; }
a { background-color: rgb(188,78,91); }
div.DivClassName
{
background-color: #BC4E5B;
}
.BgClassName
{
background-color: #BC4E5B;
}
</style>
border-color css
<style>
span { border-color: #BC4E5B; }
span { border-color: rgb(188,78,91); }
td.TdClassName
{
border-color: #BC4E5B;
}
.TagClassName
{
border-color: #BC4E5B;
}
</style>