Shades of Hippie Pink #B34959
Tints of Hippie Pink #B34959
RGB
CMYK
RGB Variations
Color information
#B34959 (or 0xB34959) is known color: Hippie Pink. HEX triplet: B3, 49 and 59. RGB value is (179,73,89). Sum of RGB (Red+Green+Blue) = 179+73+89=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B34959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34959 is #4CB6A6. Grayscale: #6A6A6A. Windows color (decimal): -5027495 or 5851571. OLE color: 5851571.
HSL color Cylindrical-coordinate representation of color #B34959: hue angle of 350.94º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34959 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 89 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.30 |
| HSL | 350.94º | 0.42% | 0.49% | - |
| HSV(B) | 350.94º | 0.59% | 0.7% | - |
| XYZ | 22.78 | 15.07 | 11.16 | - |
| YUV | 106.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 89 | 0 | 0.59 | 0.50 | 0.30 | 350.94 | 0.42 | 0.49 |
| Hex | B3 | 49 | 59 | 0 | 3B | 32 | 1E | 15F | 2A | 31 |
| Octal | 263 | 111 | 131 | 0 | 73 | 62 | 36 | 537 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1011001 | 0 | 111011 | 110010 | 11110 | 101011111 | 101010 | 110001 |
Color Harmonies of #B34959
Complementary color
Monochromatic Colors of #B34959
Black with #B34959
Text Example
Text Example
White with #B34959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34959; }
p { color: rgb(179,73,89); }
H1.HeaderClassName
{
color: #B34959;
}
.AnyTagClassName
{
color: #B34959;
}
</style>
background-color css
<style>
a { background-color: #B34959; }
a { background-color: rgb(179,73,89); }
div.DivClassName
{
background-color: #B34959;
}
.BgClassName
{
background-color: #B34959;
}
</style>
border-color css
<style>
span { border-color: #B34959; }
span { border-color: rgb(179,73,89); }
td.TdClassName
{
border-color: #B34959;
}
.TagClassName
{
border-color: #B34959;
}
</style>