Shades of Blush #BC566B
Tints of Blush #BC566B
RGB
CMYK
RGB Variations
Color information
#BC566B (or 0xBC566B) is known color: Blush. HEX triplet: BC, 56 and 6B. RGB value is (188,86,107). Sum of RGB (Red+Green+Blue) = 188+86+107=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC566B is #43A994. Grayscale: #767676. Windows color (decimal): -4434325 or 7034556. OLE color: 7034556.
HSL color Cylindrical-coordinate representation of color #BC566B: hue angle of 347.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC566B is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 107 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.26 |
| HSL | 347.65º | 0.43% | 0.54% | - |
| HSV(B) | 347.65º | 0.54% | 0.74% | - |
| XYZ | 26.72 | 18.41 | 16.05 | - |
| YUV | 118.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 107 | 0 | 0.54 | 0.43 | 0.26 | 347.65 | 0.43 | 0.54 |
| Hex | BC | 56 | 6B | 0 | 36 | 2B | 1A | 15C | 2B | 36 |
| Octal | 274 | 126 | 153 | 0 | 66 | 53 | 32 | 534 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1101011 | 0 | 110110 | 101011 | 11010 | 101011100 | 101011 | 110110 |
Color Harmonies of #BC566B
Complementary color
Monochromatic Colors of #BC566B
Black with #BC566B
Text Example
Text Example
White with #BC566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC566B; }
p { color: rgb(188,86,107); }
H1.HeaderClassName
{
color: #BC566B;
}
.AnyTagClassName
{
color: #BC566B;
}
</style>
background-color css
<style>
a { background-color: #BC566B; }
a { background-color: rgb(188,86,107); }
div.DivClassName
{
background-color: #BC566B;
}
.BgClassName
{
background-color: #BC566B;
}
</style>
border-color css
<style>
span { border-color: #BC566B; }
span { border-color: rgb(188,86,107); }
td.TdClassName
{
border-color: #BC566B;
}
.TagClassName
{
border-color: #BC566B;
}
</style>