Shades of Blush #BC5E72
Tints of Blush #BC5E72
RGB
CMYK
RGB Variations
Color information
#BC5E72 (or 0xBC5E72) is known color: Blush. HEX triplet: BC, 5E and 72. RGB value is (188,94,114). Sum of RGB (Red+Green+Blue) = 188+94+114=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E72 is #43A18D. Grayscale: #7C7C7C. Windows color (decimal): -4432270 or 7495356. OLE color: 7495356.
HSL color Cylindrical-coordinate representation of color #BC5E72: hue angle of 347.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E72 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 114 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.26 |
| HSL | 347.23º | 0.41% | 0.55% | - |
| HSV(B) | 347.23º | 0.5% | 0.74% | - |
| XYZ | 27.78 | 19.91 | 18.3 | - |
| YUV | 124.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 114 | 0 | 0.50 | 0.39 | 0.26 | 347.23 | 0.41 | 0.55 |
| Hex | BC | 5E | 72 | 0 | 32 | 27 | 1A | 15B | 29 | 37 |
| Octal | 274 | 136 | 162 | 0 | 62 | 47 | 32 | 533 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1110010 | 0 | 110010 | 100111 | 11010 | 101011011 | 101001 | 110111 |
Color Harmonies of #BC5E72
Complementary color
Monochromatic Colors of #BC5E72
Black with #BC5E72
Text Example
Text Example
White with #BC5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E72; }
p { color: rgb(188,94,114); }
H1.HeaderClassName
{
color: #BC5E72;
}
.AnyTagClassName
{
color: #BC5E72;
}
</style>
background-color css
<style>
a { background-color: #BC5E72; }
a { background-color: rgb(188,94,114); }
div.DivClassName
{
background-color: #BC5E72;
}
.BgClassName
{
background-color: #BC5E72;
}
</style>
border-color css
<style>
span { border-color: #BC5E72; }
span { border-color: rgb(188,94,114); }
td.TdClassName
{
border-color: #BC5E72;
}
.TagClassName
{
border-color: #BC5E72;
}
</style>