Shades of Blush #BC515F
Tints of Blush #BC515F
RGB
CMYK
RGB Variations
Color information
#BC515F (or 0xBC515F) is known color: Blush. HEX triplet: BC, 51 and 5F. RGB value is (188,81,95). Sum of RGB (Red+Green+Blue) = 188+81+95=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC515F is #43AEA0. Grayscale: #727272. Windows color (decimal): -4435617 or 6246844. OLE color: 6246844.
HSL color Cylindrical-coordinate representation of color #BC515F: hue angle of 352.15º degrees, saturation: 0.44, 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 #BC515F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 95 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.26 |
| HSL | 352.15º | 0.44% | 0.53% | - |
| HSV(B) | 352.15º | 0.57% | 0.74% | - |
| XYZ | 25.75 | 17.4 | 12.83 | - |
| YUV | 114.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 95 | 0 | 0.57 | 0.49 | 0.26 | 352.15 | 0.44 | 0.53 |
| Hex | BC | 51 | 5F | 0 | 39 | 31 | 1A | 160 | 2C | 35 |
| Octal | 274 | 121 | 137 | 0 | 71 | 61 | 32 | 540 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1011111 | 0 | 111001 | 110001 | 11010 | 101100000 | 101100 | 110101 |
Color Harmonies of #BC515F
Complementary color
Monochromatic Colors of #BC515F
Black with #BC515F
Text Example
Text Example
White with #BC515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC515F; }
p { color: rgb(188,81,95); }
H1.HeaderClassName
{
color: #BC515F;
}
.AnyTagClassName
{
color: #BC515F;
}
</style>
background-color css
<style>
a { background-color: #BC515F; }
a { background-color: rgb(188,81,95); }
div.DivClassName
{
background-color: #BC515F;
}
.BgClassName
{
background-color: #BC515F;
}
</style>
border-color css
<style>
span { border-color: #BC515F; }
span { border-color: rgb(188,81,95); }
td.TdClassName
{
border-color: #BC515F;
}
.TagClassName
{
border-color: #BC515F;
}
</style>