Shades of Blush #BC505F
Tints of Blush #BC505F
RGB
CMYK
RGB Variations
Color information
#BC505F (or 0xBC505F) is known color: Blush. HEX triplet: BC, 50 and 5F. RGB value is (188,80,95). Sum of RGB (Red+Green+Blue) = 188+80+95=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC505F is #43AFA0. Grayscale: #727272. Windows color (decimal): -4435873 or 6246588. OLE color: 6246588.
HSL color Cylindrical-coordinate representation of color #BC505F: hue angle of 351.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC505F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 95 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.26 |
| HSL | 351.67º | 0.45% | 0.53% | - |
| HSV(B) | 351.67º | 0.57% | 0.74% | - |
| XYZ | 25.67 | 17.25 | 12.8 | - |
| YUV | 114 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 95 | 0 | 0.57 | 0.49 | 0.26 | 351.67 | 0.45 | 0.53 |
| Hex | BC | 50 | 5F | 0 | 39 | 31 | 1A | 160 | 2D | 35 |
| Octal | 274 | 120 | 137 | 0 | 71 | 61 | 32 | 540 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1011111 | 0 | 111001 | 110001 | 11010 | 101100000 | 101101 | 110101 |
Color Harmonies of #BC505F
Complementary color
Monochromatic Colors of #BC505F
Black with #BC505F
Text Example
Text Example
White with #BC505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC505F; }
p { color: rgb(188,80,95); }
H1.HeaderClassName
{
color: #BC505F;
}
.AnyTagClassName
{
color: #BC505F;
}
</style>
background-color css
<style>
a { background-color: #BC505F; }
a { background-color: rgb(188,80,95); }
div.DivClassName
{
background-color: #BC505F;
}
.BgClassName
{
background-color: #BC505F;
}
</style>
border-color css
<style>
span { border-color: #BC505F; }
span { border-color: rgb(188,80,95); }
td.TdClassName
{
border-color: #BC505F;
}
.TagClassName
{
border-color: #BC505F;
}
</style>