Shades of Blush #BC545F
Tints of Blush #BC545F
RGB
CMYK
RGB Variations
Color information
#BC545F (or 0xBC545F) is known color: Blush. HEX triplet: BC, 54 and 5F. RGB value is (188,84,95). Sum of RGB (Red+Green+Blue) = 188+84+95=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545F is #43ABA0. Grayscale: #747474. Windows color (decimal): -4434849 or 6247612. OLE color: 6247612.
HSL color Cylindrical-coordinate representation of color #BC545F: hue angle of 353.65º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC545F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 95 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.26 |
| HSL | 353.65º | 0.44% | 0.53% | - |
| HSV(B) | 353.65º | 0.55% | 0.74% | - |
| XYZ | 25.97 | 17.86 | 12.9 | - |
| YUV | 116.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 95 | 0 | 0.55 | 0.49 | 0.26 | 353.65 | 0.44 | 0.53 |
| Hex | BC | 54 | 5F | 0 | 37 | 31 | 1A | 162 | 2C | 35 |
| Octal | 274 | 124 | 137 | 0 | 67 | 61 | 32 | 542 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1011111 | 0 | 110111 | 110001 | 11010 | 101100010 | 101100 | 110101 |
Color Harmonies of #BC545F
Complementary color
Monochromatic Colors of #BC545F
Black with #BC545F
Text Example
Text Example
White with #BC545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC545F; }
p { color: rgb(188,84,95); }
H1.HeaderClassName
{
color: #BC545F;
}
.AnyTagClassName
{
color: #BC545F;
}
</style>
background-color css
<style>
a { background-color: #BC545F; }
a { background-color: rgb(188,84,95); }
div.DivClassName
{
background-color: #BC545F;
}
.BgClassName
{
background-color: #BC545F;
}
</style>
border-color css
<style>
span { border-color: #BC545F; }
span { border-color: rgb(188,84,95); }
td.TdClassName
{
border-color: #BC545F;
}
.TagClassName
{
border-color: #BC545F;
}
</style>