Shades of Blush #BC4662
Tints of Blush #BC4662
RGB
CMYK
RGB Variations
Color information
#BC4662 (or 0xBC4662) is known color: Blush. HEX triplet: BC, 46 and 62. RGB value is (188,70,98). Sum of RGB (Red+Green+Blue) = 188+70+98=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4662 is #43B99D. Grayscale: #6C6C6C. Windows color (decimal): -4438430 or 6440636. OLE color: 6440636.
HSL color Cylindrical-coordinate representation of color #BC4662: hue angle of 345.76º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4662 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 98 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.26 |
| HSL | 345.76º | 0.47% | 0.51% | - |
| HSV(B) | 345.76º | 0.63% | 0.74% | - |
| XYZ | 25.13 | 15.95 | 13.31 | - |
| YUV | 108.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 98 | 0 | 0.63 | 0.48 | 0.26 | 345.76 | 0.47 | 0.51 |
| Hex | BC | 46 | 62 | 0 | 3F | 30 | 1A | 15A | 2F | 33 |
| Octal | 274 | 106 | 142 | 0 | 77 | 60 | 32 | 532 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1100010 | 0 | 111111 | 110000 | 11010 | 101011010 | 101111 | 110011 |
Color Harmonies of #BC4662
Complementary color
Monochromatic Colors of #BC4662
Black with #BC4662
Text Example
Text Example
White with #BC4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4662; }
p { color: rgb(188,70,98); }
H1.HeaderClassName
{
color: #BC4662;
}
.AnyTagClassName
{
color: #BC4662;
}
</style>
background-color css
<style>
a { background-color: #BC4662; }
a { background-color: rgb(188,70,98); }
div.DivClassName
{
background-color: #BC4662;
}
.BgClassName
{
background-color: #BC4662;
}
</style>
border-color css
<style>
span { border-color: #BC4662; }
span { border-color: rgb(188,70,98); }
td.TdClassName
{
border-color: #BC4662;
}
.TagClassName
{
border-color: #BC4662;
}
</style>