Shades of Blush #BC5762
Tints of Blush #BC5762
RGB
CMYK
RGB Variations
Color information
#BC5762 (or 0xBC5762) is known color: Blush. HEX triplet: BC, 57 and 62. RGB value is (188,87,98). Sum of RGB (Red+Green+Blue) = 188+87+98=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5762 is #43A89D. Grayscale: #767676. Windows color (decimal): -4434078 or 6444988. OLE color: 6444988.
HSL color Cylindrical-coordinate representation of color #BC5762: hue angle of 353.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5762 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 98 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.26 |
| HSL | 353.47º | 0.43% | 0.54% | - |
| HSV(B) | 353.47º | 0.54% | 0.74% | - |
| XYZ | 26.35 | 18.39 | 13.72 | - |
| YUV | 118.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 98 | 0 | 0.54 | 0.48 | 0.26 | 353.47 | 0.43 | 0.54 |
| Hex | BC | 57 | 62 | 0 | 36 | 30 | 1A | 161 | 2B | 36 |
| Octal | 274 | 127 | 142 | 0 | 66 | 60 | 32 | 541 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1100010 | 0 | 110110 | 110000 | 11010 | 101100001 | 101011 | 110110 |
Color Harmonies of #BC5762
Complementary color
Monochromatic Colors of #BC5762
Black with #BC5762
Text Example
Text Example
White with #BC5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5762; }
p { color: rgb(188,87,98); }
H1.HeaderClassName
{
color: #BC5762;
}
.AnyTagClassName
{
color: #BC5762;
}
</style>
background-color css
<style>
a { background-color: #BC5762; }
a { background-color: rgb(188,87,98); }
div.DivClassName
{
background-color: #BC5762;
}
.BgClassName
{
background-color: #BC5762;
}
</style>
border-color css
<style>
span { border-color: #BC5762; }
span { border-color: rgb(188,87,98); }
td.TdClassName
{
border-color: #BC5762;
}
.TagClassName
{
border-color: #BC5762;
}
</style>