Shades of Hippie Pink #B34256
Tints of Hippie Pink #B34256
RGB
CMYK
RGB Variations
Color information
#B34256 (or 0xB34256) is known color: Hippie Pink. HEX triplet: B3, 42 and 56. RGB value is (179,66,86). Sum of RGB (Red+Green+Blue) = 179+66+86=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B34256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34256 is #4CBDA9. Grayscale: #666666. Windows color (decimal): -5029290 or 5653171. OLE color: 5653171.
HSL color Cylindrical-coordinate representation of color #B34256: hue angle of 349.38º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34256 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 86 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.30 |
| HSL | 349.38º | 0.46% | 0.48% | - |
| HSV(B) | 349.38º | 0.63% | 0.7% | - |
| XYZ | 22.22 | 14.15 | 10.36 | - |
| YUV | 102.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 86 | 0 | 0.63 | 0.52 | 0.30 | 349.38 | 0.46 | 0.48 |
| Hex | B3 | 42 | 56 | 0 | 3F | 34 | 1E | 15D | 2E | 30 |
| Octal | 263 | 102 | 126 | 0 | 77 | 64 | 36 | 535 | 56 | 60 |
| Binary | 10110011 | 1000010 | 1010110 | 0 | 111111 | 110100 | 11110 | 101011101 | 101110 | 110000 |
Color Harmonies of #B34256
Complementary color
Monochromatic Colors of #B34256
Black with #B34256
Text Example
Text Example
White with #B34256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34256; }
p { color: rgb(179,66,86); }
H1.HeaderClassName
{
color: #B34256;
}
.AnyTagClassName
{
color: #B34256;
}
</style>
background-color css
<style>
a { background-color: #B34256; }
a { background-color: rgb(179,66,86); }
div.DivClassName
{
background-color: #B34256;
}
.BgClassName
{
background-color: #B34256;
}
</style>
border-color css
<style>
span { border-color: #B34256; }
span { border-color: rgb(179,66,86); }
td.TdClassName
{
border-color: #B34256;
}
.TagClassName
{
border-color: #B34256;
}
</style>