Shades of Hippie Pink #B34056
Tints of Hippie Pink #B34056
RGB
CMYK
RGB Variations
Color information
#B34056 (or 0xB34056) is known color: Hippie Pink. HEX triplet: B3, 40 and 56. RGB value is (179,64,86). Sum of RGB (Red+Green+Blue) = 179+64+86=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B34056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34056 is #4CBFA9. Grayscale: #646464. Windows color (decimal): -5029802 or 5652659. OLE color: 5652659.
HSL color Cylindrical-coordinate representation of color #B34056: hue angle of 348.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34056 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 86 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.30 |
| HSL | 348.52º | 0.47% | 0.48% | - |
| HSV(B) | 348.52º | 0.64% | 0.7% | - |
| XYZ | 22.1 | 13.92 | 10.33 | - |
| YUV | 100.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 86 | 0 | 0.64 | 0.52 | 0.30 | 348.52 | 0.47 | 0.48 |
| Hex | B3 | 40 | 56 | 0 | 40 | 34 | 1E | 15D | 2F | 30 |
| Octal | 263 | 100 | 126 | 0 | 100 | 64 | 36 | 535 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1010110 | 0 | 1000000 | 110100 | 11110 | 101011101 | 101111 | 110000 |
Color Harmonies of #B34056
Complementary color
Monochromatic Colors of #B34056
Black with #B34056
Text Example
Text Example
White with #B34056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34056; }
p { color: rgb(179,64,86); }
H1.HeaderClassName
{
color: #B34056;
}
.AnyTagClassName
{
color: #B34056;
}
</style>
background-color css
<style>
a { background-color: #B34056; }
a { background-color: rgb(179,64,86); }
div.DivClassName
{
background-color: #B34056;
}
.BgClassName
{
background-color: #B34056;
}
</style>
border-color css
<style>
span { border-color: #B34056; }
span { border-color: rgb(179,64,86); }
td.TdClassName
{
border-color: #B34056;
}
.TagClassName
{
border-color: #B34056;
}
</style>