Shades of Blush #BC5C71
Tints of Blush #BC5C71
RGB
CMYK
RGB Variations
Color information
#BC5C71 (or 0xBC5C71) is known color: Blush. HEX triplet: BC, 5C and 71. RGB value is (188,92,113). Sum of RGB (Red+Green+Blue) = 188+92+113=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C71 is #43A38E. Grayscale: #7B7B7B. Windows color (decimal): -4432783 or 7429308. OLE color: 7429308.
HSL color Cylindrical-coordinate representation of color #BC5C71: hue angle of 346.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C71 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 113 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.26 |
| HSL | 346.88º | 0.42% | 0.55% | - |
| HSV(B) | 346.88º | 0.51% | 0.74% | - |
| XYZ | 27.55 | 19.54 | 17.94 | - |
| YUV | 123.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 113 | 0 | 0.51 | 0.40 | 0.26 | 346.88 | 0.42 | 0.55 |
| Hex | BC | 5C | 71 | 0 | 33 | 28 | 1A | 15B | 2A | 37 |
| Octal | 274 | 134 | 161 | 0 | 63 | 50 | 32 | 533 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1110001 | 0 | 110011 | 101000 | 11010 | 101011011 | 101010 | 110111 |
Color Harmonies of #BC5C71
Complementary color
Monochromatic Colors of #BC5C71
Black with #BC5C71
Text Example
Text Example
White with #BC5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C71; }
p { color: rgb(188,92,113); }
H1.HeaderClassName
{
color: #BC5C71;
}
.AnyTagClassName
{
color: #BC5C71;
}
</style>
background-color css
<style>
a { background-color: #BC5C71; }
a { background-color: rgb(188,92,113); }
div.DivClassName
{
background-color: #BC5C71;
}
.BgClassName
{
background-color: #BC5C71;
}
</style>
border-color css
<style>
span { border-color: #BC5C71; }
span { border-color: rgb(188,92,113); }
td.TdClassName
{
border-color: #BC5C71;
}
.TagClassName
{
border-color: #BC5C71;
}
</style>