Shades of Blush #BC4C62
Tints of Blush #BC4C62
RGB
CMYK
RGB Variations
Color information
#BC4C62 (or 0xBC4C62) is known color: Blush. HEX triplet: BC, 4C and 62. RGB value is (188,76,98). Sum of RGB (Red+Green+Blue) = 188+76+98=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C62 is #43B39D. Grayscale: #707070. Windows color (decimal): -4436894 or 6442172. OLE color: 6442172.
HSL color Cylindrical-coordinate representation of color #BC4C62: hue angle of 348.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C62 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 98 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.26 |
| HSL | 348.21º | 0.46% | 0.52% | - |
| HSV(B) | 348.21º | 0.6% | 0.74% | - |
| XYZ | 25.53 | 16.74 | 13.44 | - |
| YUV | 112 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 98 | 0 | 0.60 | 0.48 | 0.26 | 348.21 | 0.46 | 0.52 |
| Hex | BC | 4C | 62 | 0 | 3C | 30 | 1A | 15C | 2E | 34 |
| Octal | 274 | 114 | 142 | 0 | 74 | 60 | 32 | 534 | 56 | 64 |
| Binary | 10111100 | 1001100 | 1100010 | 0 | 111100 | 110000 | 11010 | 101011100 | 101110 | 110100 |
Color Harmonies of #BC4C62
Complementary color
Monochromatic Colors of #BC4C62
Black with #BC4C62
Text Example
Text Example
White with #BC4C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C62; }
p { color: rgb(188,76,98); }
H1.HeaderClassName
{
color: #BC4C62;
}
.AnyTagClassName
{
color: #BC4C62;
}
</style>
background-color css
<style>
a { background-color: #BC4C62; }
a { background-color: rgb(188,76,98); }
div.DivClassName
{
background-color: #BC4C62;
}
.BgClassName
{
background-color: #BC4C62;
}
</style>
border-color css
<style>
span { border-color: #BC4C62; }
span { border-color: rgb(188,76,98); }
td.TdClassName
{
border-color: #BC4C62;
}
.TagClassName
{
border-color: #BC4C62;
}
</style>