Shades of Blush #BC4D68
Tints of Blush #BC4D68
RGB
CMYK
RGB Variations
Color information
#BC4D68 (or 0xBC4D68) is known color: Blush. HEX triplet: BC, 4D and 68. RGB value is (188,77,104). Sum of RGB (Red+Green+Blue) = 188+77+104=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D68 is #43B297. Grayscale: #717171. Windows color (decimal): -4436632 or 6835644. OLE color: 6835644.
HSL color Cylindrical-coordinate representation of color #BC4D68: hue angle of 345.41º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D68 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 104 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.26 |
| HSL | 345.41º | 0.45% | 0.52% | - |
| HSV(B) | 345.41º | 0.59% | 0.74% | - |
| XYZ | 25.89 | 17 | 15.01 | - |
| YUV | 113.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 104 | 0 | 0.59 | 0.45 | 0.26 | 345.41 | 0.45 | 0.52 |
| Hex | BC | 4D | 68 | 0 | 3B | 2D | 1A | 159 | 2D | 34 |
| Octal | 274 | 115 | 150 | 0 | 73 | 55 | 32 | 531 | 55 | 64 |
| Binary | 10111100 | 1001101 | 1101000 | 0 | 111011 | 101101 | 11010 | 101011001 | 101101 | 110100 |
Color Harmonies of #BC4D68
Complementary color
Monochromatic Colors of #BC4D68
Black with #BC4D68
Text Example
Text Example
White with #BC4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D68; }
p { color: rgb(188,77,104); }
H1.HeaderClassName
{
color: #BC4D68;
}
.AnyTagClassName
{
color: #BC4D68;
}
</style>
background-color css
<style>
a { background-color: #BC4D68; }
a { background-color: rgb(188,77,104); }
div.DivClassName
{
background-color: #BC4D68;
}
.BgClassName
{
background-color: #BC4D68;
}
</style>
border-color css
<style>
span { border-color: #BC4D68; }
span { border-color: rgb(188,77,104); }
td.TdClassName
{
border-color: #BC4D68;
}
.TagClassName
{
border-color: #BC4D68;
}
</style>