Shades of Hippie Pink #B34859
Tints of Hippie Pink #B34859
RGB
CMYK
RGB Variations
Color information
#B34859 (or 0xB34859) is known color: Hippie Pink. HEX triplet: B3, 48 and 59. RGB value is (179,72,89). Sum of RGB (Red+Green+Blue) = 179+72+89=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B34859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34859 is #4CB7A6. Grayscale: #696969. Windows color (decimal): -5027751 or 5851315. OLE color: 5851315.
HSL color Cylindrical-coordinate representation of color #B34859: hue angle of 350.47º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34859 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 89 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.30 |
| HSL | 350.47º | 0.43% | 0.49% | - |
| HSV(B) | 350.47º | 0.6% | 0.7% | - |
| XYZ | 22.71 | 14.94 | 11.14 | - |
| YUV | 105.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 89 | 0 | 0.60 | 0.50 | 0.30 | 350.47 | 0.43 | 0.49 |
| Hex | B3 | 48 | 59 | 0 | 3C | 32 | 1E | 15E | 2B | 31 |
| Octal | 263 | 110 | 131 | 0 | 74 | 62 | 36 | 536 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1011001 | 0 | 111100 | 110010 | 11110 | 101011110 | 101011 | 110001 |
Color Harmonies of #B34859
Complementary color
Monochromatic Colors of #B34859
Black with #B34859
Text Example
Text Example
White with #B34859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34859; }
p { color: rgb(179,72,89); }
H1.HeaderClassName
{
color: #B34859;
}
.AnyTagClassName
{
color: #B34859;
}
</style>
background-color css
<style>
a { background-color: #B34859; }
a { background-color: rgb(179,72,89); }
div.DivClassName
{
background-color: #B34859;
}
.BgClassName
{
background-color: #B34859;
}
</style>
border-color css
<style>
span { border-color: #B34859; }
span { border-color: rgb(179,72,89); }
td.TdClassName
{
border-color: #B34859;
}
.TagClassName
{
border-color: #B34859;
}
</style>