Shades of Hippie Pink #B34458
Tints of Hippie Pink #B34458
RGB
CMYK
RGB Variations
Color information
#B34458 (or 0xB34458) is known color: Hippie Pink. HEX triplet: B3, 44 and 58. RGB value is (179,68,88). Sum of RGB (Red+Green+Blue) = 179+68+88=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B34458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34458 is #4CBBA7. Grayscale: #676767. Windows color (decimal): -5028776 or 5784755. OLE color: 5784755.
HSL color Cylindrical-coordinate representation of color #B34458: hue angle of 349.19º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34458 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 88 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.30 |
| HSL | 349.19º | 0.45% | 0.48% | - |
| HSV(B) | 349.19º | 0.62% | 0.7% | - |
| XYZ | 22.42 | 14.42 | 10.83 | - |
| YUV | 103.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 88 | 0 | 0.62 | 0.51 | 0.30 | 349.19 | 0.45 | 0.48 |
| Hex | B3 | 44 | 58 | 0 | 3E | 33 | 1E | 15D | 2D | 30 |
| Octal | 263 | 104 | 130 | 0 | 76 | 63 | 36 | 535 | 55 | 60 |
| Binary | 10110011 | 1000100 | 1011000 | 0 | 111110 | 110011 | 11110 | 101011101 | 101101 | 110000 |
Color Harmonies of #B34458
Complementary color
Monochromatic Colors of #B34458
Black with #B34458
Text Example
Text Example
White with #B34458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34458; }
p { color: rgb(179,68,88); }
H1.HeaderClassName
{
color: #B34458;
}
.AnyTagClassName
{
color: #B34458;
}
</style>
background-color css
<style>
a { background-color: #B34458; }
a { background-color: rgb(179,68,88); }
div.DivClassName
{
background-color: #B34458;
}
.BgClassName
{
background-color: #B34458;
}
</style>
border-color css
<style>
span { border-color: #B34458; }
span { border-color: rgb(179,68,88); }
td.TdClassName
{
border-color: #B34458;
}
.TagClassName
{
border-color: #B34458;
}
</style>