Shades of Blush #BC455F
Tints of Blush #BC455F
RGB
CMYK
RGB Variations
Color information
#BC455F (or 0xBC455F) is known color: Blush. HEX triplet: BC, 45 and 5F. RGB value is (188,69,95). Sum of RGB (Red+Green+Blue) = 188+69+95=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455F is #43BAA0. Grayscale: #6B6B6B. Windows color (decimal): -4438689 or 6243772. OLE color: 6243772.
HSL color Cylindrical-coordinate representation of color #BC455F: hue angle of 346.89º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC455F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 95 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.26 |
| HSL | 346.89º | 0.47% | 0.5% | - |
| HSV(B) | 346.89º | 0.63% | 0.74% | - |
| XYZ | 24.93 | 15.77 | 12.56 | - |
| YUV | 107.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 95 | 0 | 0.63 | 0.49 | 0.26 | 346.89 | 0.47 | 0.5 |
| Hex | BC | 45 | 5F | 0 | 3F | 31 | 1A | 15B | 2F | 32 |
| Octal | 274 | 105 | 137 | 0 | 77 | 61 | 32 | 533 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1011111 | 0 | 111111 | 110001 | 11010 | 101011011 | 101111 | 110010 |
Color Harmonies of #BC455F
Complementary color
Monochromatic Colors of #BC455F
Black with #BC455F
Text Example
Text Example
White with #BC455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC455F; }
p { color: rgb(188,69,95); }
H1.HeaderClassName
{
color: #BC455F;
}
.AnyTagClassName
{
color: #BC455F;
}
</style>
background-color css
<style>
a { background-color: #BC455F; }
a { background-color: rgb(188,69,95); }
div.DivClassName
{
background-color: #BC455F;
}
.BgClassName
{
background-color: #BC455F;
}
</style>
border-color css
<style>
span { border-color: #BC455F; }
span { border-color: rgb(188,69,95); }
td.TdClassName
{
border-color: #BC455F;
}
.TagClassName
{
border-color: #BC455F;
}
</style>