Shades of Blush #BC546D
Tints of Blush #BC546D
RGB
CMYK
RGB Variations
Color information
#BC546D (or 0xBC546D) is known color: Blush. HEX triplet: BC, 54 and 6D. RGB value is (188,84,109). Sum of RGB (Red+Green+Blue) = 188+84+109=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC546D is #43AB92. Grayscale: #757575. Windows color (decimal): -4434835 or 7165116. OLE color: 7165116.
HSL color Cylindrical-coordinate representation of color #BC546D: hue angle of 345.58º 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 #BC546D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 109 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.26 |
| HSL | 345.58º | 0.44% | 0.53% | - |
| HSV(B) | 345.58º | 0.55% | 0.74% | - |
| XYZ | 26.67 | 18.14 | 16.56 | - |
| YUV | 117.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 109 | 0 | 0.55 | 0.42 | 0.26 | 345.58 | 0.44 | 0.53 |
| Hex | BC | 54 | 6D | 0 | 37 | 2A | 1A | 15A | 2C | 35 |
| Octal | 274 | 124 | 155 | 0 | 67 | 52 | 32 | 532 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1101101 | 0 | 110111 | 101010 | 11010 | 101011010 | 101100 | 110101 |
Color Harmonies of #BC546D
Complementary color
Monochromatic Colors of #BC546D
Black with #BC546D
Text Example
Text Example
White with #BC546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC546D; }
p { color: rgb(188,84,109); }
H1.HeaderClassName
{
color: #BC546D;
}
.AnyTagClassName
{
color: #BC546D;
}
</style>
background-color css
<style>
a { background-color: #BC546D; }
a { background-color: rgb(188,84,109); }
div.DivClassName
{
background-color: #BC546D;
}
.BgClassName
{
background-color: #BC546D;
}
</style>
border-color css
<style>
span { border-color: #BC546D; }
span { border-color: rgb(188,84,109); }
td.TdClassName
{
border-color: #BC546D;
}
.TagClassName
{
border-color: #BC546D;
}
</style>