Shades of Blush #BC5962
Tints of Blush #BC5962
RGB
CMYK
RGB Variations
Color information
#BC5962 (or 0xBC5962) is known color: Blush. HEX triplet: BC, 59 and 62. RGB value is (188,89,98). Sum of RGB (Red+Green+Blue) = 188+89+98=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5962 is #43A69D. Grayscale: #777777. Windows color (decimal): -4433566 or 6445500. OLE color: 6445500.
HSL color Cylindrical-coordinate representation of color #BC5962: hue angle of 354.55º 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 #BC5962 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 98 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.26 |
| HSL | 354.55º | 0.42% | 0.54% | - |
| HSV(B) | 354.55º | 0.53% | 0.74% | - |
| XYZ | 26.52 | 18.72 | 13.77 | - |
| YUV | 119.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 98 | 0 | 0.53 | 0.48 | 0.26 | 354.55 | 0.42 | 0.54 |
| Hex | BC | 59 | 62 | 0 | 35 | 30 | 1A | 163 | 2A | 36 |
| Octal | 274 | 131 | 142 | 0 | 65 | 60 | 32 | 543 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1100010 | 0 | 110101 | 110000 | 11010 | 101100011 | 101010 | 110110 |
Color Harmonies of #BC5962
Complementary color
Monochromatic Colors of #BC5962
Black with #BC5962
Text Example
Text Example
White with #BC5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5962; }
p { color: rgb(188,89,98); }
H1.HeaderClassName
{
color: #BC5962;
}
.AnyTagClassName
{
color: #BC5962;
}
</style>
background-color css
<style>
a { background-color: #BC5962; }
a { background-color: rgb(188,89,98); }
div.DivClassName
{
background-color: #BC5962;
}
.BgClassName
{
background-color: #BC5962;
}
</style>
border-color css
<style>
span { border-color: #BC5962; }
span { border-color: rgb(188,89,98); }
td.TdClassName
{
border-color: #BC5962;
}
.TagClassName
{
border-color: #BC5962;
}
</style>