Shades of Blush #BC475D
Tints of Blush #BC475D
RGB
CMYK
RGB Variations
Color information
#BC475D (or 0xBC475D) is known color: Blush. HEX triplet: BC, 47 and 5D. RGB value is (188,71,93). Sum of RGB (Red+Green+Blue) = 188+71+93=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475D is #43B8A2. Grayscale: #6C6C6C. Windows color (decimal): -4438179 or 6113212. OLE color: 6113212.
HSL color Cylindrical-coordinate representation of color #BC475D: hue angle of 348.72º 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 #BC475D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 93 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.26 |
| HSL | 348.72º | 0.47% | 0.51% | - |
| HSV(B) | 348.72º | 0.62% | 0.74% | - |
| XYZ | 24.97 | 15.99 | 12.13 | - |
| YUV | 108.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 93 | 0 | 0.62 | 0.51 | 0.26 | 348.72 | 0.47 | 0.51 |
| Hex | BC | 47 | 5D | 0 | 3E | 33 | 1A | 15D | 2F | 33 |
| Octal | 274 | 107 | 135 | 0 | 76 | 63 | 32 | 535 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1011101 | 0 | 111110 | 110011 | 11010 | 101011101 | 101111 | 110011 |
Color Harmonies of #BC475D
Complementary color
Monochromatic Colors of #BC475D
Black with #BC475D
Text Example
Text Example
White with #BC475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC475D; }
p { color: rgb(188,71,93); }
H1.HeaderClassName
{
color: #BC475D;
}
.AnyTagClassName
{
color: #BC475D;
}
</style>
background-color css
<style>
a { background-color: #BC475D; }
a { background-color: rgb(188,71,93); }
div.DivClassName
{
background-color: #BC475D;
}
.BgClassName
{
background-color: #BC475D;
}
</style>
border-color css
<style>
span { border-color: #BC475D; }
span { border-color: rgb(188,71,93); }
td.TdClassName
{
border-color: #BC475D;
}
.TagClassName
{
border-color: #BC475D;
}
</style>