Shades of Blush #BC4F62
Tints of Blush #BC4F62
RGB
CMYK
RGB Variations
Color information
#BC4F62 (or 0xBC4F62) is known color: Blush. HEX triplet: BC, 4F and 62. RGB value is (188,79,98). Sum of RGB (Red+Green+Blue) = 188+79+98=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F62 is #43B09D. Grayscale: #717171. Windows color (decimal): -4436126 or 6442940. OLE color: 6442940.
HSL color Cylindrical-coordinate representation of color #BC4F62: hue angle of 349.54º 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 #BC4F62 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 98 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.26 |
| HSL | 349.54º | 0.45% | 0.52% | - |
| HSV(B) | 349.54º | 0.58% | 0.74% | - |
| XYZ | 25.74 | 17.17 | 13.51 | - |
| YUV | 113.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 98 | 0 | 0.58 | 0.48 | 0.26 | 349.54 | 0.45 | 0.52 |
| Hex | BC | 4F | 62 | 0 | 3A | 30 | 1A | 15E | 2D | 34 |
| Octal | 274 | 117 | 142 | 0 | 72 | 60 | 32 | 536 | 55 | 64 |
| Binary | 10111100 | 1001111 | 1100010 | 0 | 111010 | 110000 | 11010 | 101011110 | 101101 | 110100 |
Color Harmonies of #BC4F62
Complementary color
Monochromatic Colors of #BC4F62
Black with #BC4F62
Text Example
Text Example
White with #BC4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F62; }
p { color: rgb(188,79,98); }
H1.HeaderClassName
{
color: #BC4F62;
}
.AnyTagClassName
{
color: #BC4F62;
}
</style>
background-color css
<style>
a { background-color: #BC4F62; }
a { background-color: rgb(188,79,98); }
div.DivClassName
{
background-color: #BC4F62;
}
.BgClassName
{
background-color: #BC4F62;
}
</style>
border-color css
<style>
span { border-color: #BC4F62; }
span { border-color: rgb(188,79,98); }
td.TdClassName
{
border-color: #BC4F62;
}
.TagClassName
{
border-color: #BC4F62;
}
</style>