Shades of Blush #BC5B63
Tints of Blush #BC5B63
RGB
CMYK
RGB Variations
Color information
#BC5B63 (or 0xBC5B63) is known color: Blush. HEX triplet: BC, 5B and 63. RGB value is (188,91,99). Sum of RGB (Red+Green+Blue) = 188+91+99=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B63 is #43A49C. Grayscale: #787878. Windows color (decimal): -4433053 or 6511548. OLE color: 6511548.
HSL color Cylindrical-coordinate representation of color #BC5B63: hue angle of 355.05º 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 #BC5B63 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 99 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.26 |
| HSL | 355.05º | 0.42% | 0.55% | - |
| HSV(B) | 355.05º | 0.52% | 0.74% | - |
| XYZ | 26.73 | 19.07 | 14.08 | - |
| YUV | 120.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 99 | 0 | 0.52 | 0.47 | 0.26 | 355.05 | 0.42 | 0.55 |
| Hex | BC | 5B | 63 | 0 | 34 | 2F | 1A | 163 | 2A | 37 |
| Octal | 274 | 133 | 143 | 0 | 64 | 57 | 32 | 543 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1100011 | 0 | 110100 | 101111 | 11010 | 101100011 | 101010 | 110111 |
Color Harmonies of #BC5B63
Complementary color
Monochromatic Colors of #BC5B63
Black with #BC5B63
Text Example
Text Example
White with #BC5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B63; }
p { color: rgb(188,91,99); }
H1.HeaderClassName
{
color: #BC5B63;
}
.AnyTagClassName
{
color: #BC5B63;
}
</style>
background-color css
<style>
a { background-color: #BC5B63; }
a { background-color: rgb(188,91,99); }
div.DivClassName
{
background-color: #BC5B63;
}
.BgClassName
{
background-color: #BC5B63;
}
</style>
border-color css
<style>
span { border-color: #BC5B63; }
span { border-color: rgb(188,91,99); }
td.TdClassName
{
border-color: #BC5B63;
}
.TagClassName
{
border-color: #BC5B63;
}
</style>