Shades of Blush #BC5C63
Tints of Blush #BC5C63
RGB
CMYK
RGB Variations
Color information
#BC5C63 (or 0xBC5C63) is known color: Blush. HEX triplet: BC, 5C and 63. RGB value is (188,92,99). Sum of RGB (Red+Green+Blue) = 188+92+99=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C63 is #43A39C. Grayscale: #797979. Windows color (decimal): -4432797 or 6511804. OLE color: 6511804.
HSL color Cylindrical-coordinate representation of color #BC5C63: hue angle of 355.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C63 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 99 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.26 |
| HSL | 355.63º | 0.42% | 0.55% | - |
| HSV(B) | 355.63º | 0.51% | 0.74% | - |
| XYZ | 26.82 | 19.25 | 14.11 | - |
| YUV | 121.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 99 | 0 | 0.51 | 0.47 | 0.26 | 355.63 | 0.42 | 0.55 |
| Hex | BC | 5C | 63 | 0 | 33 | 2F | 1A | 164 | 2A | 37 |
| Octal | 274 | 134 | 143 | 0 | 63 | 57 | 32 | 544 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1100011 | 0 | 110011 | 101111 | 11010 | 101100100 | 101010 | 110111 |
Color Harmonies of #BC5C63
Complementary color
Monochromatic Colors of #BC5C63
Black with #BC5C63
Text Example
Text Example
White with #BC5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C63; }
p { color: rgb(188,92,99); }
H1.HeaderClassName
{
color: #BC5C63;
}
.AnyTagClassName
{
color: #BC5C63;
}
</style>
background-color css
<style>
a { background-color: #BC5C63; }
a { background-color: rgb(188,92,99); }
div.DivClassName
{
background-color: #BC5C63;
}
.BgClassName
{
background-color: #BC5C63;
}
</style>
border-color css
<style>
span { border-color: #BC5C63; }
span { border-color: rgb(188,92,99); }
td.TdClassName
{
border-color: #BC5C63;
}
.TagClassName
{
border-color: #BC5C63;
}
</style>