Shades of Blush #BC4563
Tints of Blush #BC4563
RGB
CMYK
RGB Variations
Color information
#BC4563 (or 0xBC4563) is known color: Blush. HEX triplet: BC, 45 and 63. RGB value is (188,69,99). Sum of RGB (Red+Green+Blue) = 188+69+99=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4563 is #43BA9C. Grayscale: #6C6C6C. Windows color (decimal): -4438685 or 6505916. OLE color: 6505916.
HSL color Cylindrical-coordinate representation of color #BC4563: hue angle of 344.87º 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 #BC4563 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 99 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.26 |
| HSL | 344.87º | 0.47% | 0.5% | - |
| HSV(B) | 344.87º | 0.63% | 0.74% | - |
| XYZ | 25.12 | 15.85 | 13.54 | - |
| YUV | 108 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 99 | 0 | 0.63 | 0.47 | 0.26 | 344.87 | 0.47 | 0.5 |
| Hex | BC | 45 | 63 | 0 | 3F | 2F | 1A | 159 | 2F | 32 |
| Octal | 274 | 105 | 143 | 0 | 77 | 57 | 32 | 531 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1100011 | 0 | 111111 | 101111 | 11010 | 101011001 | 101111 | 110010 |
Color Harmonies of #BC4563
Complementary color
Monochromatic Colors of #BC4563
Black with #BC4563
Text Example
Text Example
White with #BC4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4563; }
p { color: rgb(188,69,99); }
H1.HeaderClassName
{
color: #BC4563;
}
.AnyTagClassName
{
color: #BC4563;
}
</style>
background-color css
<style>
a { background-color: #BC4563; }
a { background-color: rgb(188,69,99); }
div.DivClassName
{
background-color: #BC4563;
}
.BgClassName
{
background-color: #BC4563;
}
</style>
border-color css
<style>
span { border-color: #BC4563; }
span { border-color: rgb(188,69,99); }
td.TdClassName
{
border-color: #BC4563;
}
.TagClassName
{
border-color: #BC4563;
}
</style>