Shades of Hippie Pink #B34756
Tints of Hippie Pink #B34756
RGB
CMYK
RGB Variations
Color information
#B34756 (or 0xB34756) is known color: Hippie Pink. HEX triplet: B3, 47 and 56. RGB value is (179,71,86). Sum of RGB (Red+Green+Blue) = 179+71+86=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B34756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34756 is #4CB8A9. Grayscale: #696969. Windows color (decimal): -5028010 or 5654451. OLE color: 5654451.
HSL color Cylindrical-coordinate representation of color #B34756: hue angle of 351.67º 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 #B34756 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 86 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.30 |
| HSL | 351.67º | 0.43% | 0.49% | - |
| HSV(B) | 351.67º | 0.6% | 0.7% | - |
| XYZ | 22.52 | 14.76 | 10.47 | - |
| YUV | 105 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 86 | 0 | 0.60 | 0.52 | 0.30 | 351.67 | 0.43 | 0.49 |
| Hex | B3 | 47 | 56 | 0 | 3C | 34 | 1E | 160 | 2B | 31 |
| Octal | 263 | 107 | 126 | 0 | 74 | 64 | 36 | 540 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1010110 | 0 | 111100 | 110100 | 11110 | 101100000 | 101011 | 110001 |
Color Harmonies of #B34756
Complementary color
Monochromatic Colors of #B34756
Black with #B34756
Text Example
Text Example
White with #B34756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34756; }
p { color: rgb(179,71,86); }
H1.HeaderClassName
{
color: #B34756;
}
.AnyTagClassName
{
color: #B34756;
}
</style>
background-color css
<style>
a { background-color: #B34756; }
a { background-color: rgb(179,71,86); }
div.DivClassName
{
background-color: #B34756;
}
.BgClassName
{
background-color: #B34756;
}
</style>
border-color css
<style>
span { border-color: #B34756; }
span { border-color: rgb(179,71,86); }
td.TdClassName
{
border-color: #B34756;
}
.TagClassName
{
border-color: #B34756;
}
</style>