Shades of Hippie Pink #BC4959
Tints of Hippie Pink #BC4959
RGB
CMYK
RGB Variations
Color information
#BC4959 (or 0xBC4959) is known color: Hippie Pink. HEX triplet: BC, 49 and 59. RGB value is (188,73,89). Sum of RGB (Red+Green+Blue) = 188+73+89=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4959 is #43B6A6. Grayscale: #6D6D6D. Windows color (decimal): -4437671 or 5851580. OLE color: 5851580.
HSL color Cylindrical-coordinate representation of color #BC4959: hue angle of 351.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4959 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 89 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.26 |
| HSL | 351.65º | 0.46% | 0.51% | - |
| HSV(B) | 351.65º | 0.61% | 0.74% | - |
| XYZ | 24.92 | 16.18 | 11.26 | - |
| YUV | 109.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 89 | 0 | 0.61 | 0.53 | 0.26 | 351.65 | 0.46 | 0.51 |
| Hex | BC | 49 | 59 | 0 | 3D | 35 | 1A | 160 | 2E | 33 |
| Octal | 274 | 111 | 131 | 0 | 75 | 65 | 32 | 540 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1011001 | 0 | 111101 | 110101 | 11010 | 101100000 | 101110 | 110011 |
Color Harmonies of #BC4959
Complementary color
Monochromatic Colors of #BC4959
Black with #BC4959
Text Example
Text Example
White with #BC4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4959; }
p { color: rgb(188,73,89); }
H1.HeaderClassName
{
color: #BC4959;
}
.AnyTagClassName
{
color: #BC4959;
}
</style>
background-color css
<style>
a { background-color: #BC4959; }
a { background-color: rgb(188,73,89); }
div.DivClassName
{
background-color: #BC4959;
}
.BgClassName
{
background-color: #BC4959;
}
</style>
border-color css
<style>
span { border-color: #BC4959; }
span { border-color: rgb(188,73,89); }
td.TdClassName
{
border-color: #BC4959;
}
.TagClassName
{
border-color: #BC4959;
}
</style>