Shades of Blush #BC5E73
Tints of Blush #BC5E73
RGB
CMYK
RGB Variations
Color information
#BC5E73 (or 0xBC5E73) is known color: Blush. HEX triplet: BC, 5E and 73. RGB value is (188,94,115). Sum of RGB (Red+Green+Blue) = 188+94+115=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E73 is #43A18C. Grayscale: #7C7C7C. Windows color (decimal): -4432269 or 7560892. OLE color: 7560892.
HSL color Cylindrical-coordinate representation of color #BC5E73: hue angle of 346.6º 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 #BC5E73 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 115 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.26 |
| HSL | 346.6º | 0.41% | 0.55% | - |
| HSV(B) | 346.6º | 0.5% | 0.74% | - |
| XYZ | 27.84 | 19.93 | 18.6 | - |
| YUV | 124.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 115 | 0 | 0.50 | 0.39 | 0.26 | 346.6 | 0.41 | 0.55 |
| Hex | BC | 5E | 73 | 0 | 32 | 27 | 1A | 15B | 29 | 37 |
| Octal | 274 | 136 | 163 | 0 | 62 | 47 | 32 | 533 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1110011 | 0 | 110010 | 100111 | 11010 | 101011011 | 101001 | 110111 |
Color Harmonies of #BC5E73
Complementary color
Monochromatic Colors of #BC5E73
Black with #BC5E73
Text Example
Text Example
White with #BC5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E73; }
p { color: rgb(188,94,115); }
H1.HeaderClassName
{
color: #BC5E73;
}
.AnyTagClassName
{
color: #BC5E73;
}
</style>
background-color css
<style>
a { background-color: #BC5E73; }
a { background-color: rgb(188,94,115); }
div.DivClassName
{
background-color: #BC5E73;
}
.BgClassName
{
background-color: #BC5E73;
}
</style>
border-color css
<style>
span { border-color: #BC5E73; }
span { border-color: rgb(188,94,115); }
td.TdClassName
{
border-color: #BC5E73;
}
.TagClassName
{
border-color: #BC5E73;
}
</style>