Shades of Blush #BC445D
Tints of Blush #BC445D
RGB
CMYK
RGB Variations
Color information
#BC445D (or 0xBC445D) is known color: Blush. HEX triplet: BC, 44 and 5D. RGB value is (188,68,93). Sum of RGB (Red+Green+Blue) = 188+68+93=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445D is #43BBA2. Grayscale: #6A6A6A. Windows color (decimal): -4438947 or 6112444. OLE color: 6112444.
HSL color Cylindrical-coordinate representation of color #BC445D: hue angle of 347.5º 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 #BC445D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.26 |
| HSL | 347.5º | 0.47% | 0.5% | - |
| HSV(B) | 347.5º | 0.64% | 0.74% | - |
| XYZ | 24.78 | 15.62 | 12.06 | - |
| YUV | 106.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 93 | 0 | 0.64 | 0.51 | 0.26 | 347.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 5D | 0 | 40 | 33 | 1A | 15C | 2F | 32 |
| Octal | 274 | 104 | 135 | 0 | 100 | 63 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1011101 | 0 | 1000000 | 110011 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC445D
Complementary color
Monochromatic Colors of #BC445D
Black with #BC445D
Text Example
Text Example
White with #BC445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC445D; }
p { color: rgb(188,68,93); }
H1.HeaderClassName
{
color: #BC445D;
}
.AnyTagClassName
{
color: #BC445D;
}
</style>
background-color css
<style>
a { background-color: #BC445D; }
a { background-color: rgb(188,68,93); }
div.DivClassName
{
background-color: #BC445D;
}
.BgClassName
{
background-color: #BC445D;
}
</style>
border-color css
<style>
span { border-color: #BC445D; }
span { border-color: rgb(188,68,93); }
td.TdClassName
{
border-color: #BC445D;
}
.TagClassName
{
border-color: #BC445D;
}
</style>