Shades of Blush #BC475F
Tints of Blush #BC475F
RGB
CMYK
RGB Variations
Color information
#BC475F (or 0xBC475F) is known color: Blush. HEX triplet: BC, 47 and 5F. RGB value is (188,71,95). Sum of RGB (Red+Green+Blue) = 188+71+95=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475F is #43B8A0. Grayscale: #6C6C6C. Windows color (decimal): -4438177 or 6244284. OLE color: 6244284.
HSL color Cylindrical-coordinate representation of color #BC475F: hue angle of 347.69º 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 #BC475F is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 95 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.26 |
| HSL | 347.69º | 0.47% | 0.51% | - |
| HSV(B) | 347.69º | 0.62% | 0.74% | - |
| XYZ | 25.06 | 16.02 | 12.6 | - |
| YUV | 108.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 95 | 0 | 0.62 | 0.49 | 0.26 | 347.69 | 0.47 | 0.51 |
| Hex | BC | 47 | 5F | 0 | 3E | 31 | 1A | 15C | 2F | 33 |
| Octal | 274 | 107 | 137 | 0 | 76 | 61 | 32 | 534 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1011111 | 0 | 111110 | 110001 | 11010 | 101011100 | 101111 | 110011 |
Color Harmonies of #BC475F
Complementary color
Monochromatic Colors of #BC475F
Black with #BC475F
Text Example
Text Example
White with #BC475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC475F; }
p { color: rgb(188,71,95); }
H1.HeaderClassName
{
color: #BC475F;
}
.AnyTagClassName
{
color: #BC475F;
}
</style>
background-color css
<style>
a { background-color: #BC475F; }
a { background-color: rgb(188,71,95); }
div.DivClassName
{
background-color: #BC475F;
}
.BgClassName
{
background-color: #BC475F;
}
</style>
border-color css
<style>
span { border-color: #BC475F; }
span { border-color: rgb(188,71,95); }
td.TdClassName
{
border-color: #BC475F;
}
.TagClassName
{
border-color: #BC475F;
}
</style>