Shades of Blush #BC4666
Tints of Blush #BC4666
RGB
CMYK
RGB Variations
Color information
#BC4666 (or 0xBC4666) is known color: Blush. HEX triplet: BC, 46 and 66. RGB value is (188,70,102). Sum of RGB (Red+Green+Blue) = 188+70+102=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4666 is #43B999. Grayscale: #6C6C6C. Windows color (decimal): -4438426 or 6702780. OLE color: 6702780.
HSL color Cylindrical-coordinate representation of color #BC4666: hue angle of 343.73º 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 #BC4666 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 102 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.26 |
| HSL | 343.73º | 0.47% | 0.51% | - |
| HSV(B) | 343.73º | 0.63% | 0.74% | - |
| XYZ | 25.33 | 16.03 | 14.33 | - |
| YUV | 108.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 102 | 0 | 0.63 | 0.46 | 0.26 | 343.73 | 0.47 | 0.51 |
| Hex | BC | 46 | 66 | 0 | 3F | 2E | 1A | 158 | 2F | 33 |
| Octal | 274 | 106 | 146 | 0 | 77 | 56 | 32 | 530 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1100110 | 0 | 111111 | 101110 | 11010 | 101011000 | 101111 | 110011 |
Color Harmonies of #BC4666
Complementary color
Monochromatic Colors of #BC4666
Black with #BC4666
Text Example
Text Example
White with #BC4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4666; }
p { color: rgb(188,70,102); }
H1.HeaderClassName
{
color: #BC4666;
}
.AnyTagClassName
{
color: #BC4666;
}
</style>
background-color css
<style>
a { background-color: #BC4666; }
a { background-color: rgb(188,70,102); }
div.DivClassName
{
background-color: #BC4666;
}
.BgClassName
{
background-color: #BC4666;
}
</style>
border-color css
<style>
span { border-color: #BC4666; }
span { border-color: rgb(188,70,102); }
td.TdClassName
{
border-color: #BC4666;
}
.TagClassName
{
border-color: #BC4666;
}
</style>