Shades of Blush #BC4062
Tints of Blush #BC4062
RGB
CMYK
RGB Variations
Color information
#BC4062 (or 0xBC4062) is known color: Blush. HEX triplet: BC, 40 and 62. RGB value is (188,64,98). Sum of RGB (Red+Green+Blue) = 188+64+98=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4062 is #43BF9D. Grayscale: #686868. Windows color (decimal): -4439966 or 6439100. OLE color: 6439100.
HSL color Cylindrical-coordinate representation of color #BC4062: hue angle of 343.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4062 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 98 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.26 |
| HSL | 343.55º | 0.49% | 0.49% | - |
| HSV(B) | 343.55º | 0.66% | 0.74% | - |
| XYZ | 24.78 | 15.24 | 13.19 | - |
| YUV | 104.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 98 | 0 | 0.66 | 0.48 | 0.26 | 343.55 | 0.49 | 0.49 |
| Hex | BC | 40 | 62 | 0 | 42 | 30 | 1A | 158 | 31 | 31 |
| Octal | 274 | 100 | 142 | 0 | 102 | 60 | 32 | 530 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1100010 | 0 | 1000010 | 110000 | 11010 | 101011000 | 110001 | 110001 |
Color Harmonies of #BC4062
Complementary color
Monochromatic Colors of #BC4062
Black with #BC4062
Text Example
Text Example
White with #BC4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4062; }
p { color: rgb(188,64,98); }
H1.HeaderClassName
{
color: #BC4062;
}
.AnyTagClassName
{
color: #BC4062;
}
</style>
background-color css
<style>
a { background-color: #BC4062; }
a { background-color: rgb(188,64,98); }
div.DivClassName
{
background-color: #BC4062;
}
.BgClassName
{
background-color: #BC4062;
}
</style>
border-color css
<style>
span { border-color: #BC4062; }
span { border-color: rgb(188,64,98); }
td.TdClassName
{
border-color: #BC4062;
}
.TagClassName
{
border-color: #BC4062;
}
</style>