Shades of Blush #BC4364
Tints of Blush #BC4364
RGB
CMYK
RGB Variations
Color information
#BC4364 (or 0xBC4364) is known color: Blush. HEX triplet: BC, 43 and 64. RGB value is (188,67,100). Sum of RGB (Red+Green+Blue) = 188+67+100=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4364 is #43BC9B. Grayscale: #6A6A6A. Windows color (decimal): -4439196 or 6570940. OLE color: 6570940.
HSL color Cylindrical-coordinate representation of color #BC4364: hue angle of 343.64º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4364 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 100 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.26 |
| HSL | 343.64º | 0.47% | 0.5% | - |
| HSV(B) | 343.64º | 0.64% | 0.74% | - |
| XYZ | 25.05 | 15.63 | 13.75 | - |
| YUV | 106.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 100 | 0 | 0.64 | 0.47 | 0.26 | 343.64 | 0.47 | 0.5 |
| Hex | BC | 43 | 64 | 0 | 40 | 2F | 1A | 158 | 2F | 32 |
| Octal | 274 | 103 | 144 | 0 | 100 | 57 | 32 | 530 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1100100 | 0 | 1000000 | 101111 | 11010 | 101011000 | 101111 | 110010 |
Color Harmonies of #BC4364
Complementary color
Monochromatic Colors of #BC4364
Black with #BC4364
Text Example
Text Example
White with #BC4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4364; }
p { color: rgb(188,67,100); }
H1.HeaderClassName
{
color: #BC4364;
}
.AnyTagClassName
{
color: #BC4364;
}
</style>
background-color css
<style>
a { background-color: #BC4364; }
a { background-color: rgb(188,67,100); }
div.DivClassName
{
background-color: #BC4364;
}
.BgClassName
{
background-color: #BC4364;
}
</style>
border-color css
<style>
span { border-color: #BC4364; }
span { border-color: rgb(188,67,100); }
td.TdClassName
{
border-color: #BC4364;
}
.TagClassName
{
border-color: #BC4364;
}
</style>