Shades of Blush #BC4D5C
Tints of Blush #BC4D5C
RGB
CMYK
RGB Variations
Color information
#BC4D5C (or 0xBC4D5C) is known color: Blush. HEX triplet: BC, 4D and 5C. RGB value is (188,77,92). Sum of RGB (Red+Green+Blue) = 188+77+92=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D5C is #43B2A3. Grayscale: #6F6F6F. Windows color (decimal): -4436644 or 6049212. OLE color: 6049212.
HSL color Cylindrical-coordinate representation of color #BC4D5C: hue angle of 351.89º 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 #BC4D5C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 92 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.26 |
| HSL | 351.89º | 0.45% | 0.52% | - |
| HSV(B) | 351.89º | 0.59% | 0.74% | - |
| XYZ | 25.32 | 16.77 | 12.03 | - |
| YUV | 111.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 92 | 0 | 0.59 | 0.51 | 0.26 | 351.89 | 0.45 | 0.52 |
| Hex | BC | 4D | 5C | 0 | 3B | 33 | 1A | 160 | 2D | 34 |
| Octal | 274 | 115 | 134 | 0 | 73 | 63 | 32 | 540 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1011100 | 0 | 111011 | 110011 | 11010 | 101100000 | 101101 | 110100 |
Color Harmonies of #BC4D5C
Complementary color
Monochromatic Colors of #BC4D5C
Black with #BC4D5C
Text Example
Text Example
White with #BC4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D5C; }
p { color: rgb(188,77,92); }
H1.HeaderClassName
{
color: #BC4D5C;
}
.AnyTagClassName
{
color: #BC4D5C;
}
</style>
background-color css
<style>
a { background-color: #BC4D5C; }
a { background-color: rgb(188,77,92); }
div.DivClassName
{
background-color: #BC4D5C;
}
.BgClassName
{
background-color: #BC4D5C;
}
</style>
border-color css
<style>
span { border-color: #BC4D5C; }
span { border-color: rgb(188,77,92); }
td.TdClassName
{
border-color: #BC4D5C;
}
.TagClassName
{
border-color: #BC4D5C;
}
</style>