Shades of Blush #BC5270
Tints of Blush #BC5270
RGB
CMYK
RGB Variations
Color information
#BC5270 (or 0xBC5270) is known color: Blush. HEX triplet: BC, 52 and 70. RGB value is (188,82,112). Sum of RGB (Red+Green+Blue) = 188+82+112=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5270 is #43AD8F. Grayscale: #757575. Windows color (decimal): -4435344 or 7361212. OLE color: 7361212.
HSL color Cylindrical-coordinate representation of color #BC5270: hue angle of 343.02º 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 #BC5270 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 112 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.26 |
| HSL | 343.02º | 0.44% | 0.53% | - |
| HSV(B) | 343.02º | 0.56% | 0.74% | - |
| XYZ | 26.68 | 17.9 | 17.38 | - |
| YUV | 117.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 112 | 0 | 0.56 | 0.40 | 0.26 | 343.02 | 0.44 | 0.53 |
| Hex | BC | 52 | 70 | 0 | 38 | 28 | 1A | 157 | 2C | 35 |
| Octal | 274 | 122 | 160 | 0 | 70 | 50 | 32 | 527 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1110000 | 0 | 111000 | 101000 | 11010 | 101010111 | 101100 | 110101 |
Color Harmonies of #BC5270
Complementary color
Monochromatic Colors of #BC5270
Black with #BC5270
Text Example
Text Example
White with #BC5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5270; }
p { color: rgb(188,82,112); }
H1.HeaderClassName
{
color: #BC5270;
}
.AnyTagClassName
{
color: #BC5270;
}
</style>
background-color css
<style>
a { background-color: #BC5270; }
a { background-color: rgb(188,82,112); }
div.DivClassName
{
background-color: #BC5270;
}
.BgClassName
{
background-color: #BC5270;
}
</style>
border-color css
<style>
span { border-color: #BC5270; }
span { border-color: rgb(188,82,112); }
td.TdClassName
{
border-color: #BC5270;
}
.TagClassName
{
border-color: #BC5270;
}
</style>