Shades of Blush #BC546B
Tints of Blush #BC546B
RGB
CMYK
RGB Variations
Color information
#BC546B (or 0xBC546B) is known color: Blush. HEX triplet: BC, 54 and 6B. RGB value is (188,84,107). Sum of RGB (Red+Green+Blue) = 188+84+107=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC546B is #43AB94. Grayscale: #757575. Windows color (decimal): -4434837 or 7034044. OLE color: 7034044.
HSL color Cylindrical-coordinate representation of color #BC546B: hue angle of 346.73º 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 #BC546B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 107 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.26 |
| HSL | 346.73º | 0.44% | 0.53% | - |
| HSV(B) | 346.73º | 0.55% | 0.74% | - |
| XYZ | 26.56 | 18.09 | 16 | - |
| YUV | 117.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 107 | 0 | 0.55 | 0.43 | 0.26 | 346.73 | 0.44 | 0.53 |
| Hex | BC | 54 | 6B | 0 | 37 | 2B | 1A | 15B | 2C | 35 |
| Octal | 274 | 124 | 153 | 0 | 67 | 53 | 32 | 533 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1101011 | 0 | 110111 | 101011 | 11010 | 101011011 | 101100 | 110101 |
Color Harmonies of #BC546B
Complementary color
Monochromatic Colors of #BC546B
Black with #BC546B
Text Example
Text Example
White with #BC546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC546B; }
p { color: rgb(188,84,107); }
H1.HeaderClassName
{
color: #BC546B;
}
.AnyTagClassName
{
color: #BC546B;
}
</style>
background-color css
<style>
a { background-color: #BC546B; }
a { background-color: rgb(188,84,107); }
div.DivClassName
{
background-color: #BC546B;
}
.BgClassName
{
background-color: #BC546B;
}
</style>
border-color css
<style>
span { border-color: #BC546B; }
span { border-color: rgb(188,84,107); }
td.TdClassName
{
border-color: #BC546B;
}
.TagClassName
{
border-color: #BC546B;
}
</style>