Shades of Blush #BC5370
Tints of Blush #BC5370
RGB
CMYK
RGB Variations
Color information
#BC5370 (or 0xBC5370) is known color: Blush. HEX triplet: BC, 53 and 70. RGB value is (188,83,112). Sum of RGB (Red+Green+Blue) = 188+83+112=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5370 is #43AC8F. Grayscale: #757575. Windows color (decimal): -4435088 or 7361468. OLE color: 7361468.
HSL color Cylindrical-coordinate representation of color #BC5370: hue angle of 343.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5370 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 112 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.26 |
| HSL | 343.43º | 0.44% | 0.53% | - |
| HSV(B) | 343.43º | 0.56% | 0.74% | - |
| XYZ | 26.76 | 18.05 | 17.4 | - |
| YUV | 117.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 112 | 0 | 0.56 | 0.40 | 0.26 | 343.43 | 0.44 | 0.53 |
| Hex | BC | 53 | 70 | 0 | 38 | 28 | 1A | 157 | 2C | 35 |
| Octal | 274 | 123 | 160 | 0 | 70 | 50 | 32 | 527 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1110000 | 0 | 111000 | 101000 | 11010 | 101010111 | 101100 | 110101 |
Color Harmonies of #BC5370
Complementary color
Monochromatic Colors of #BC5370
Black with #BC5370
Text Example
Text Example
White with #BC5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5370; }
p { color: rgb(188,83,112); }
H1.HeaderClassName
{
color: #BC5370;
}
.AnyTagClassName
{
color: #BC5370;
}
</style>
background-color css
<style>
a { background-color: #BC5370; }
a { background-color: rgb(188,83,112); }
div.DivClassName
{
background-color: #BC5370;
}
.BgClassName
{
background-color: #BC5370;
}
</style>
border-color css
<style>
span { border-color: #BC5370; }
span { border-color: rgb(188,83,112); }
td.TdClassName
{
border-color: #BC5370;
}
.TagClassName
{
border-color: #BC5370;
}
</style>