Shades of Hippie Pink #B14059
Tints of Hippie Pink #B14059
RGB
CMYK
RGB Variations
Color information
#B14059 (or 0xB14059) is known color: Hippie Pink. HEX triplet: B1, 40 and 59. RGB value is (177,64,89). Sum of RGB (Red+Green+Blue) = 177+64+89=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14059 is #4EBFA6. Grayscale: #646464. Windows color (decimal): -5160871 or 5849265. OLE color: 5849265.
HSL color Cylindrical-coordinate representation of color #B14059: hue angle of 346.73º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14059 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 89 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.31 |
| HSL | 346.73º | 0.47% | 0.47% | - |
| HSV(B) | 346.73º | 0.64% | 0.69% | - |
| XYZ | 21.77 | 13.74 | 10.96 | - |
| YUV | 100.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 89 | 0 | 0.64 | 0.50 | 0.31 | 346.73 | 0.47 | 0.47 |
| Hex | B1 | 40 | 59 | 0 | 40 | 32 | 1F | 15B | 2F | 2F |
| Octal | 261 | 100 | 131 | 0 | 100 | 62 | 37 | 533 | 57 | 57 |
| Binary | 10110001 | 1000000 | 1011001 | 0 | 1000000 | 110010 | 11111 | 101011011 | 101111 | 101111 |
Color Harmonies of #B14059
Complementary color
Monochromatic Colors of #B14059
Black with #B14059
Text Example
Text Example
White with #B14059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14059; }
p { color: rgb(177,64,89); }
H1.HeaderClassName
{
color: #B14059;
}
.AnyTagClassName
{
color: #B14059;
}
</style>
background-color css
<style>
a { background-color: #B14059; }
a { background-color: rgb(177,64,89); }
div.DivClassName
{
background-color: #B14059;
}
.BgClassName
{
background-color: #B14059;
}
</style>
border-color css
<style>
span { border-color: #B14059; }
span { border-color: rgb(177,64,89); }
td.TdClassName
{
border-color: #B14059;
}
.TagClassName
{
border-color: #B14059;
}
</style>