Shades of Blush #BC566A
Tints of Blush #BC566A
RGB
CMYK
RGB Variations
Color information
#BC566A (or 0xBC566A) is known color: Blush. HEX triplet: BC, 56 and 6A. RGB value is (188,86,106). Sum of RGB (Red+Green+Blue) = 188+86+106=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC566A is #43A995. Grayscale: #767676. Windows color (decimal): -4434326 or 6969020. OLE color: 6969020.
HSL color Cylindrical-coordinate representation of color #BC566A: hue angle of 348.24º 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 #BC566A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 106 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.26 |
| HSL | 348.24º | 0.43% | 0.54% | - |
| HSV(B) | 348.24º | 0.54% | 0.74% | - |
| XYZ | 26.67 | 18.39 | 15.78 | - |
| YUV | 118.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 106 | 0 | 0.54 | 0.44 | 0.26 | 348.24 | 0.43 | 0.54 |
| Hex | BC | 56 | 6A | 0 | 36 | 2C | 1A | 15C | 2B | 36 |
| Octal | 274 | 126 | 152 | 0 | 66 | 54 | 32 | 534 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1101010 | 0 | 110110 | 101100 | 11010 | 101011100 | 101011 | 110110 |
Color Harmonies of #BC566A
Complementary color
Monochromatic Colors of #BC566A
Black with #BC566A
Text Example
Text Example
White with #BC566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC566A; }
p { color: rgb(188,86,106); }
H1.HeaderClassName
{
color: #BC566A;
}
.AnyTagClassName
{
color: #BC566A;
}
</style>
background-color css
<style>
a { background-color: #BC566A; }
a { background-color: rgb(188,86,106); }
div.DivClassName
{
background-color: #BC566A;
}
.BgClassName
{
background-color: #BC566A;
}
</style>
border-color css
<style>
span { border-color: #BC566A; }
span { border-color: rgb(188,86,106); }
td.TdClassName
{
border-color: #BC566A;
}
.TagClassName
{
border-color: #BC566A;
}
</style>