Shades of Hippie Pink #B14559
Tints of Hippie Pink #B14559
RGB
CMYK
RGB Variations
Color information
#B14559 (or 0xB14559) is known color: Hippie Pink. HEX triplet: B1, 45 and 59. RGB value is (177,69,89). Sum of RGB (Red+Green+Blue) = 177+69+89=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B14559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14559 is #4EBAA6. Grayscale: #676767. Windows color (decimal): -5159591 or 5850545. OLE color: 5850545.
HSL color Cylindrical-coordinate representation of color #B14559: hue angle of 348.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14559 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 89 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.31 |
| HSL | 348.89º | 0.44% | 0.48% | - |
| HSV(B) | 348.89º | 0.61% | 0.69% | - |
| XYZ | 22.06 | 14.32 | 11.05 | - |
| YUV | 103.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 89 | 0 | 0.61 | 0.50 | 0.31 | 348.89 | 0.44 | 0.48 |
| Hex | B1 | 45 | 59 | 0 | 3D | 32 | 1F | 15D | 2C | 30 |
| Octal | 261 | 105 | 131 | 0 | 75 | 62 | 37 | 535 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1011001 | 0 | 111101 | 110010 | 11111 | 101011101 | 101100 | 110000 |
Color Harmonies of #B14559
Complementary color
Monochromatic Colors of #B14559
Black with #B14559
Text Example
Text Example
White with #B14559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14559; }
p { color: rgb(177,69,89); }
H1.HeaderClassName
{
color: #B14559;
}
.AnyTagClassName
{
color: #B14559;
}
</style>
background-color css
<style>
a { background-color: #B14559; }
a { background-color: rgb(177,69,89); }
div.DivClassName
{
background-color: #B14559;
}
.BgClassName
{
background-color: #B14559;
}
</style>
border-color css
<style>
span { border-color: #B14559; }
span { border-color: rgb(177,69,89); }
td.TdClassName
{
border-color: #B14559;
}
.TagClassName
{
border-color: #B14559;
}
</style>