Shades of Blush #BC5C70
Tints of Blush #BC5C70
RGB
CMYK
RGB Variations
Color information
#BC5C70 (or 0xBC5C70) is known color: Blush. HEX triplet: BC, 5C and 70. RGB value is (188,92,112). Sum of RGB (Red+Green+Blue) = 188+92+112=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C70 is #43A38F. Grayscale: #7B7B7B. Windows color (decimal): -4432784 or 7363772. OLE color: 7363772.
HSL color Cylindrical-coordinate representation of color #BC5C70: hue angle of 347.5º 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 #BC5C70 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 112 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.26 |
| HSL | 347.5º | 0.42% | 0.55% | - |
| HSV(B) | 347.5º | 0.51% | 0.74% | - |
| XYZ | 27.49 | 19.52 | 17.65 | - |
| YUV | 122.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 112 | 0 | 0.51 | 0.40 | 0.26 | 347.5 | 0.42 | 0.55 |
| Hex | BC | 5C | 70 | 0 | 33 | 28 | 1A | 15C | 2A | 37 |
| Octal | 274 | 134 | 160 | 0 | 63 | 50 | 32 | 534 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1110000 | 0 | 110011 | 101000 | 11010 | 101011100 | 101010 | 110111 |
Color Harmonies of #BC5C70
Complementary color
Monochromatic Colors of #BC5C70
Black with #BC5C70
Text Example
Text Example
White with #BC5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C70; }
p { color: rgb(188,92,112); }
H1.HeaderClassName
{
color: #BC5C70;
}
.AnyTagClassName
{
color: #BC5C70;
}
</style>
background-color css
<style>
a { background-color: #BC5C70; }
a { background-color: rgb(188,92,112); }
div.DivClassName
{
background-color: #BC5C70;
}
.BgClassName
{
background-color: #BC5C70;
}
</style>
border-color css
<style>
span { border-color: #BC5C70; }
span { border-color: rgb(188,92,112); }
td.TdClassName
{
border-color: #BC5C70;
}
.TagClassName
{
border-color: #BC5C70;
}
</style>