Shades of Blush #BC5973
Tints of Blush #BC5973
RGB
CMYK
RGB Variations
Color information
#BC5973 (or 0xBC5973) is known color: Blush. HEX triplet: BC, 59 and 73. RGB value is (188,89,115). Sum of RGB (Red+Green+Blue) = 188+89+115=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5973 is #43A68C. Grayscale: #797979. Windows color (decimal): -4433549 or 7559612. OLE color: 7559612.
HSL color Cylindrical-coordinate representation of color #BC5973: hue angle of 344.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5973 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 115 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.26 |
| HSL | 344.24º | 0.42% | 0.54% | - |
| HSV(B) | 344.24º | 0.53% | 0.74% | - |
| XYZ | 27.41 | 19.07 | 18.46 | - |
| YUV | 121.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 115 | 0 | 0.53 | 0.39 | 0.26 | 344.24 | 0.42 | 0.54 |
| Hex | BC | 59 | 73 | 0 | 35 | 27 | 1A | 158 | 2A | 36 |
| Octal | 274 | 131 | 163 | 0 | 65 | 47 | 32 | 530 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110011 | 0 | 110101 | 100111 | 11010 | 101011000 | 101010 | 110110 |
Color Harmonies of #BC5973
Complementary color
Monochromatic Colors of #BC5973
Black with #BC5973
Text Example
Text Example
White with #BC5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5973; }
p { color: rgb(188,89,115); }
H1.HeaderClassName
{
color: #BC5973;
}
.AnyTagClassName
{
color: #BC5973;
}
</style>
background-color css
<style>
a { background-color: #BC5973; }
a { background-color: rgb(188,89,115); }
div.DivClassName
{
background-color: #BC5973;
}
.BgClassName
{
background-color: #BC5973;
}
</style>
border-color css
<style>
span { border-color: #BC5973; }
span { border-color: rgb(188,89,115); }
td.TdClassName
{
border-color: #BC5973;
}
.TagClassName
{
border-color: #BC5973;
}
</style>