Shades of Hippie Pink #BC4659
Tints of Hippie Pink #BC4659
RGB
CMYK
RGB Variations
Color information
#BC4659 (or 0xBC4659) is known color: Hippie Pink. HEX triplet: BC, 46 and 59. RGB value is (188,70,89). Sum of RGB (Red+Green+Blue) = 188+70+89=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4659 is #43B9A6. Grayscale: #6B6B6B. Windows color (decimal): -4438439 or 5850812. OLE color: 5850812.
HSL color Cylindrical-coordinate representation of color #BC4659: hue angle of 350.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4659 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 89 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.26 |
| HSL | 350.34º | 0.47% | 0.51% | - |
| HSV(B) | 350.34º | 0.63% | 0.74% | - |
| XYZ | 24.73 | 15.79 | 11.2 | - |
| YUV | 107.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 89 | 0 | 0.63 | 0.53 | 0.26 | 350.34 | 0.47 | 0.51 |
| Hex | BC | 46 | 59 | 0 | 3F | 35 | 1A | 15E | 2F | 33 |
| Octal | 274 | 106 | 131 | 0 | 77 | 65 | 32 | 536 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1011001 | 0 | 111111 | 110101 | 11010 | 101011110 | 101111 | 110011 |
Color Harmonies of #BC4659
Complementary color
Monochromatic Colors of #BC4659
Black with #BC4659
Text Example
Text Example
White with #BC4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4659; }
p { color: rgb(188,70,89); }
H1.HeaderClassName
{
color: #BC4659;
}
.AnyTagClassName
{
color: #BC4659;
}
</style>
background-color css
<style>
a { background-color: #BC4659; }
a { background-color: rgb(188,70,89); }
div.DivClassName
{
background-color: #BC4659;
}
.BgClassName
{
background-color: #BC4659;
}
</style>
border-color css
<style>
span { border-color: #BC4659; }
span { border-color: rgb(188,70,89); }
td.TdClassName
{
border-color: #BC4659;
}
.TagClassName
{
border-color: #BC4659;
}
</style>