Shades of Blush #BC4461
Tints of Blush #BC4461
RGB
CMYK
RGB Variations
Color information
#BC4461 (or 0xBC4461) is known color: Blush. HEX triplet: BC, 44 and 61. RGB value is (188,68,97). Sum of RGB (Red+Green+Blue) = 188+68+97=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4461 is #43BB9E. Grayscale: #6B6B6B. Windows color (decimal): -4438943 or 6374588. OLE color: 6374588.
HSL color Cylindrical-coordinate representation of color #BC4461: hue angle of 345.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4461 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 97 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.26 |
| HSL | 345.5º | 0.47% | 0.5% | - |
| HSV(B) | 345.5º | 0.64% | 0.74% | - |
| XYZ | 24.96 | 15.69 | 13.02 | - |
| YUV | 107.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 97 | 0 | 0.64 | 0.48 | 0.26 | 345.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 61 | 0 | 40 | 30 | 1A | 15A | 2F | 32 |
| Octal | 274 | 104 | 141 | 0 | 100 | 60 | 32 | 532 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1100001 | 0 | 1000000 | 110000 | 11010 | 101011010 | 101111 | 110010 |
Color Harmonies of #BC4461
Complementary color
Monochromatic Colors of #BC4461
Black with #BC4461
Text Example
Text Example
White with #BC4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4461; }
p { color: rgb(188,68,97); }
H1.HeaderClassName
{
color: #BC4461;
}
.AnyTagClassName
{
color: #BC4461;
}
</style>
background-color css
<style>
a { background-color: #BC4461; }
a { background-color: rgb(188,68,97); }
div.DivClassName
{
background-color: #BC4461;
}
.BgClassName
{
background-color: #BC4461;
}
</style>
border-color css
<style>
span { border-color: #BC4461; }
span { border-color: rgb(188,68,97); }
td.TdClassName
{
border-color: #BC4461;
}
.TagClassName
{
border-color: #BC4461;
}
</style>