Shades of Blush #BC455C
Tints of Blush #BC455C
RGB
CMYK
RGB Variations
Color information
#BC455C (or 0xBC455C) is known color: Blush. HEX triplet: BC, 45 and 5C. RGB value is (188,69,92). Sum of RGB (Red+Green+Blue) = 188+69+92=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455C is #43BAA3. Grayscale: #6B6B6B. Windows color (decimal): -4438692 or 6047164. OLE color: 6047164.
HSL color Cylindrical-coordinate representation of color #BC455C: hue angle of 348.4º 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 #BC455C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 92 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 348.4º | 0.47% | 0.5% | - |
| HSV(B) | 348.4º | 0.63% | 0.74% | - |
| XYZ | 24.8 | 15.72 | 11.85 | - |
| YUV | 107.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 92 | 0 | 0.63 | 0.51 | 0.26 | 348.4 | 0.47 | 0.5 |
| Hex | BC | 45 | 5C | 0 | 3F | 33 | 1A | 15C | 2F | 32 |
| Octal | 274 | 105 | 134 | 0 | 77 | 63 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1011100 | 0 | 111111 | 110011 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC455C
Complementary color
Monochromatic Colors of #BC455C
Black with #BC455C
Text Example
Text Example
White with #BC455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC455C; }
p { color: rgb(188,69,92); }
H1.HeaderClassName
{
color: #BC455C;
}
.AnyTagClassName
{
color: #BC455C;
}
</style>
background-color css
<style>
a { background-color: #BC455C; }
a { background-color: rgb(188,69,92); }
div.DivClassName
{
background-color: #BC455C;
}
.BgClassName
{
background-color: #BC455C;
}
</style>
border-color css
<style>
span { border-color: #BC455C; }
span { border-color: rgb(188,69,92); }
td.TdClassName
{
border-color: #BC455C;
}
.TagClassName
{
border-color: #BC455C;
}
</style>