Shades of Blush #BC455D
Tints of Blush #BC455D
RGB
CMYK
RGB Variations
Color information
#BC455D (or 0xBC455D) is known color: Blush. HEX triplet: BC, 45 and 5D. RGB value is (188,69,93). Sum of RGB (Red+Green+Blue) = 188+69+93=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455D is #43BAA2. Grayscale: #6B6B6B. Windows color (decimal): -4438691 or 6112700. OLE color: 6112700.
HSL color Cylindrical-coordinate representation of color #BC455D: hue angle of 347.9º 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 #BC455D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 93 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 347.9º | 0.47% | 0.5% | - |
| HSV(B) | 347.9º | 0.63% | 0.74% | - |
| XYZ | 24.84 | 15.74 | 12.08 | - |
| YUV | 107.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 93 | 0 | 0.63 | 0.51 | 0.26 | 347.9 | 0.47 | 0.5 |
| Hex | BC | 45 | 5D | 0 | 3F | 33 | 1A | 15C | 2F | 32 |
| Octal | 274 | 105 | 135 | 0 | 77 | 63 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1011101 | 0 | 111111 | 110011 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC455D
Complementary color
Monochromatic Colors of #BC455D
Black with #BC455D
Text Example
Text Example
White with #BC455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC455D; }
p { color: rgb(188,69,93); }
H1.HeaderClassName
{
color: #BC455D;
}
.AnyTagClassName
{
color: #BC455D;
}
</style>
background-color css
<style>
a { background-color: #BC455D; }
a { background-color: rgb(188,69,93); }
div.DivClassName
{
background-color: #BC455D;
}
.BgClassName
{
background-color: #BC455D;
}
</style>
border-color css
<style>
span { border-color: #BC455D; }
span { border-color: rgb(188,69,93); }
td.TdClassName
{
border-color: #BC455D;
}
.TagClassName
{
border-color: #BC455D;
}
</style>