Shades of Blush #BC4162
Tints of Blush #BC4162
RGB
CMYK
RGB Variations
Color information
#BC4162 (or 0xBC4162) is known color: Blush. HEX triplet: BC, 41 and 62. RGB value is (188,65,98). Sum of RGB (Red+Green+Blue) = 188+65+98=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4162 is #43BE9D. Grayscale: #696969. Windows color (decimal): -4439710 or 6439356. OLE color: 6439356.
HSL color Cylindrical-coordinate representation of color #BC4162: hue angle of 343.9º degrees, saturation: 0.49, 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 #BC4162 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 98 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.26 |
| HSL | 343.9º | 0.49% | 0.5% | - |
| HSV(B) | 343.9º | 0.65% | 0.74% | - |
| XYZ | 24.83 | 15.35 | 13.21 | - |
| YUV | 105.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 98 | 0 | 0.65 | 0.48 | 0.26 | 343.9 | 0.49 | 0.5 |
| Hex | BC | 41 | 62 | 0 | 41 | 30 | 1A | 158 | 31 | 32 |
| Octal | 274 | 101 | 142 | 0 | 101 | 60 | 32 | 530 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1100010 | 0 | 1000001 | 110000 | 11010 | 101011000 | 110001 | 110010 |
Color Harmonies of #BC4162
Complementary color
Monochromatic Colors of #BC4162
Black with #BC4162
Text Example
Text Example
White with #BC4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4162; }
p { color: rgb(188,65,98); }
H1.HeaderClassName
{
color: #BC4162;
}
.AnyTagClassName
{
color: #BC4162;
}
</style>
background-color css
<style>
a { background-color: #BC4162; }
a { background-color: rgb(188,65,98); }
div.DivClassName
{
background-color: #BC4162;
}
.BgClassName
{
background-color: #BC4162;
}
</style>
border-color css
<style>
span { border-color: #BC4162; }
span { border-color: rgb(188,65,98); }
td.TdClassName
{
border-color: #BC4162;
}
.TagClassName
{
border-color: #BC4162;
}
</style>