Shades of Blush #BC4868
Tints of Blush #BC4868
RGB
CMYK
RGB Variations
Color information
#BC4868 (or 0xBC4868) is known color: Blush. HEX triplet: BC, 48 and 68. RGB value is (188,72,104). Sum of RGB (Red+Green+Blue) = 188+72+104=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4868 is #43B797. Grayscale: #6E6E6E. Windows color (decimal): -4437912 or 6834364. OLE color: 6834364.
HSL color Cylindrical-coordinate representation of color #BC4868: hue angle of 343.45º degrees, saturation: 0.46, 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 #BC4868 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 104 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.26 |
| HSL | 343.45º | 0.46% | 0.51% | - |
| HSV(B) | 343.45º | 0.62% | 0.74% | - |
| XYZ | 25.56 | 16.33 | 14.9 | - |
| YUV | 110.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 104 | 0 | 0.62 | 0.45 | 0.26 | 343.45 | 0.46 | 0.51 |
| Hex | BC | 48 | 68 | 0 | 3E | 2D | 1A | 157 | 2E | 33 |
| Octal | 274 | 110 | 150 | 0 | 76 | 55 | 32 | 527 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1101000 | 0 | 111110 | 101101 | 11010 | 101010111 | 101110 | 110011 |
Color Harmonies of #BC4868
Complementary color
Monochromatic Colors of #BC4868
Black with #BC4868
Text Example
Text Example
White with #BC4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4868; }
p { color: rgb(188,72,104); }
H1.HeaderClassName
{
color: #BC4868;
}
.AnyTagClassName
{
color: #BC4868;
}
</style>
background-color css
<style>
a { background-color: #BC4868; }
a { background-color: rgb(188,72,104); }
div.DivClassName
{
background-color: #BC4868;
}
.BgClassName
{
background-color: #BC4868;
}
</style>
border-color css
<style>
span { border-color: #BC4868; }
span { border-color: rgb(188,72,104); }
td.TdClassName
{
border-color: #BC4868;
}
.TagClassName
{
border-color: #BC4868;
}
</style>