Shades of Blush #BC5B64
Tints of Blush #BC5B64
RGB
CMYK
RGB Variations
Color information
#BC5B64 (or 0xBC5B64) is known color: Blush. HEX triplet: BC, 5B and 64. RGB value is (188,91,100). Sum of RGB (Red+Green+Blue) = 188+91+100=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B64 is #43A49B. Grayscale: #797979. Windows color (decimal): -4433052 or 6577084. OLE color: 6577084.
HSL color Cylindrical-coordinate representation of color #BC5B64: hue angle of 354.43º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B64 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 100 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.26 |
| HSL | 354.43º | 0.42% | 0.55% | - |
| HSV(B) | 354.43º | 0.52% | 0.74% | - |
| XYZ | 26.78 | 19.09 | 14.33 | - |
| YUV | 121.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 100 | 0 | 0.52 | 0.47 | 0.26 | 354.43 | 0.42 | 0.55 |
| Hex | BC | 5B | 64 | 0 | 34 | 2F | 1A | 162 | 2A | 37 |
| Octal | 274 | 133 | 144 | 0 | 64 | 57 | 32 | 542 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1100100 | 0 | 110100 | 101111 | 11010 | 101100010 | 101010 | 110111 |
Color Harmonies of #BC5B64
Complementary color
Monochromatic Colors of #BC5B64
Black with #BC5B64
Text Example
Text Example
White with #BC5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B64; }
p { color: rgb(188,91,100); }
H1.HeaderClassName
{
color: #BC5B64;
}
.AnyTagClassName
{
color: #BC5B64;
}
</style>
background-color css
<style>
a { background-color: #BC5B64; }
a { background-color: rgb(188,91,100); }
div.DivClassName
{
background-color: #BC5B64;
}
.BgClassName
{
background-color: #BC5B64;
}
</style>
border-color css
<style>
span { border-color: #BC5B64; }
span { border-color: rgb(188,91,100); }
td.TdClassName
{
border-color: #BC5B64;
}
.TagClassName
{
border-color: #BC5B64;
}
</style>