Shades of Blush #BC4F63
Tints of Blush #BC4F63
RGB
CMYK
RGB Variations
Color information
#BC4F63 (or 0xBC4F63) is known color: Blush. HEX triplet: BC, 4F and 63. RGB value is (188,79,99). Sum of RGB (Red+Green+Blue) = 188+79+99=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F63 is #43B09C. Grayscale: #717171. Windows color (decimal): -4436125 or 6508476. OLE color: 6508476.
HSL color Cylindrical-coordinate representation of color #BC4F63: hue angle of 348.99º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F63 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 99 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.26 |
| HSL | 348.99º | 0.45% | 0.52% | - |
| HSV(B) | 348.99º | 0.58% | 0.74% | - |
| XYZ | 25.79 | 17.18 | 13.76 | - |
| YUV | 113.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 99 | 0 | 0.58 | 0.47 | 0.26 | 348.99 | 0.45 | 0.52 |
| Hex | BC | 4F | 63 | 0 | 3A | 2F | 1A | 15D | 2D | 34 |
| Octal | 274 | 117 | 143 | 0 | 72 | 57 | 32 | 535 | 55 | 64 |
| Binary | 10111100 | 1001111 | 1100011 | 0 | 111010 | 101111 | 11010 | 101011101 | 101101 | 110100 |
Color Harmonies of #BC4F63
Complementary color
Monochromatic Colors of #BC4F63
Black with #BC4F63
Text Example
Text Example
White with #BC4F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F63; }
p { color: rgb(188,79,99); }
H1.HeaderClassName
{
color: #BC4F63;
}
.AnyTagClassName
{
color: #BC4F63;
}
</style>
background-color css
<style>
a { background-color: #BC4F63; }
a { background-color: rgb(188,79,99); }
div.DivClassName
{
background-color: #BC4F63;
}
.BgClassName
{
background-color: #BC4F63;
}
</style>
border-color css
<style>
span { border-color: #BC4F63; }
span { border-color: rgb(188,79,99); }
td.TdClassName
{
border-color: #BC4F63;
}
.TagClassName
{
border-color: #BC4F63;
}
</style>