Shades of Blush #BC5665
Tints of Blush #BC5665
RGB
CMYK
RGB Variations
Color information
#BC5665 (or 0xBC5665) is known color: Blush. HEX triplet: BC, 56 and 65. RGB value is (188,86,101). Sum of RGB (Red+Green+Blue) = 188+86+101=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5665 is #43A99A. Grayscale: #767676. Windows color (decimal): -4434331 or 6641340. OLE color: 6641340.
HSL color Cylindrical-coordinate representation of color #BC5665: hue angle of 351.18º 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 #BC5665 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 101 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.26 |
| HSL | 351.18º | 0.43% | 0.54% | - |
| HSV(B) | 351.18º | 0.54% | 0.74% | - |
| XYZ | 26.42 | 18.29 | 14.45 | - |
| YUV | 118.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 101 | 0 | 0.54 | 0.46 | 0.26 | 351.18 | 0.43 | 0.54 |
| Hex | BC | 56 | 65 | 0 | 36 | 2E | 1A | 15F | 2B | 36 |
| Octal | 274 | 126 | 145 | 0 | 66 | 56 | 32 | 537 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1100101 | 0 | 110110 | 101110 | 11010 | 101011111 | 101011 | 110110 |
Color Harmonies of #BC5665
Complementary color
Monochromatic Colors of #BC5665
Black with #BC5665
Text Example
Text Example
White with #BC5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5665; }
p { color: rgb(188,86,101); }
H1.HeaderClassName
{
color: #BC5665;
}
.AnyTagClassName
{
color: #BC5665;
}
</style>
background-color css
<style>
a { background-color: #BC5665; }
a { background-color: rgb(188,86,101); }
div.DivClassName
{
background-color: #BC5665;
}
.BgClassName
{
background-color: #BC5665;
}
</style>
border-color css
<style>
span { border-color: #BC5665; }
span { border-color: rgb(188,86,101); }
td.TdClassName
{
border-color: #BC5665;
}
.TagClassName
{
border-color: #BC5665;
}
</style>