Shades of Blush #BC4764
Tints of Blush #BC4764
RGB
CMYK
RGB Variations
Color information
#BC4764 (or 0xBC4764) is known color: Blush. HEX triplet: BC, 47 and 64. RGB value is (188,71,100). Sum of RGB (Red+Green+Blue) = 188+71+100=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4764 is #43B89B. Grayscale: #6D6D6D. Windows color (decimal): -4438172 or 6571964. OLE color: 6571964.
HSL color Cylindrical-coordinate representation of color #BC4764: hue angle of 345.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4764 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 100 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.26 |
| HSL | 345.13º | 0.47% | 0.51% | - |
| HSV(B) | 345.13º | 0.62% | 0.74% | - |
| XYZ | 25.29 | 16.12 | 13.83 | - |
| YUV | 109.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 100 | 0 | 0.62 | 0.47 | 0.26 | 345.13 | 0.47 | 0.51 |
| Hex | BC | 47 | 64 | 0 | 3E | 2F | 1A | 159 | 2F | 33 |
| Octal | 274 | 107 | 144 | 0 | 76 | 57 | 32 | 531 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1100100 | 0 | 111110 | 101111 | 11010 | 101011001 | 101111 | 110011 |
Color Harmonies of #BC4764
Complementary color
Monochromatic Colors of #BC4764
Black with #BC4764
Text Example
Text Example
White with #BC4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4764; }
p { color: rgb(188,71,100); }
H1.HeaderClassName
{
color: #BC4764;
}
.AnyTagClassName
{
color: #BC4764;
}
</style>
background-color css
<style>
a { background-color: #BC4764; }
a { background-color: rgb(188,71,100); }
div.DivClassName
{
background-color: #BC4764;
}
.BgClassName
{
background-color: #BC4764;
}
</style>
border-color css
<style>
span { border-color: #BC4764; }
span { border-color: rgb(188,71,100); }
td.TdClassName
{
border-color: #BC4764;
}
.TagClassName
{
border-color: #BC4764;
}
</style>