Shades of Blush #BC4262
Tints of Blush #BC4262
RGB
CMYK
RGB Variations
Color information
#BC4262 (or 0xBC4262) is known color: Blush. HEX triplet: BC, 42 and 62. RGB value is (188,66,98). Sum of RGB (Red+Green+Blue) = 188+66+98=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4262 is #43BD9D. Grayscale: #6A6A6A. Windows color (decimal): -4439454 or 6439612. OLE color: 6439612.
HSL color Cylindrical-coordinate representation of color #BC4262: hue angle of 344.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4262 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 98 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.26 |
| HSL | 344.26º | 0.48% | 0.5% | - |
| HSV(B) | 344.26º | 0.65% | 0.74% | - |
| XYZ | 24.89 | 15.47 | 13.23 | - |
| YUV | 106.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 98 | 0 | 0.65 | 0.48 | 0.26 | 344.26 | 0.48 | 0.5 |
| Hex | BC | 42 | 62 | 0 | 41 | 30 | 1A | 158 | 30 | 32 |
| Octal | 274 | 102 | 142 | 0 | 101 | 60 | 32 | 530 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1100010 | 0 | 1000001 | 110000 | 11010 | 101011000 | 110000 | 110010 |
Color Harmonies of #BC4262
Complementary color
Monochromatic Colors of #BC4262
Black with #BC4262
Text Example
Text Example
White with #BC4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4262; }
p { color: rgb(188,66,98); }
H1.HeaderClassName
{
color: #BC4262;
}
.AnyTagClassName
{
color: #BC4262;
}
</style>
background-color css
<style>
a { background-color: #BC4262; }
a { background-color: rgb(188,66,98); }
div.DivClassName
{
background-color: #BC4262;
}
.BgClassName
{
background-color: #BC4262;
}
</style>
border-color css
<style>
span { border-color: #BC4262; }
span { border-color: rgb(188,66,98); }
td.TdClassName
{
border-color: #BC4262;
}
.TagClassName
{
border-color: #BC4262;
}
</style>