Shades of Hippie Pink #B34D55
Tints of Hippie Pink #B34D55
RGB
CMYK
RGB Variations
Color information
#B34D55 (or 0xB34D55) is known color: Hippie Pink. HEX triplet: B3, 4D and 55. RGB value is (179,77,85). Sum of RGB (Red+Green+Blue) = 179+77+85=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D55 is #4CB2AA. Grayscale: #6C6C6C. Windows color (decimal): -5026475 or 5590451. OLE color: 5590451.
HSL color Cylindrical-coordinate representation of color #B34D55: hue angle of 355.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D55 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 85 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.30 |
| HSL | 355.29º | 0.4% | 0.5% | - |
| HSV(B) | 355.29º | 0.57% | 0.7% | - |
| XYZ | 22.88 | 15.55 | 10.39 | - |
| YUV | 108.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 85 | 0 | 0.57 | 0.53 | 0.30 | 355.29 | 0.4 | 0.5 |
| Hex | B3 | 4D | 55 | 0 | 39 | 35 | 1E | 163 | 28 | 32 |
| Octal | 263 | 115 | 125 | 0 | 71 | 65 | 36 | 543 | 50 | 62 |
| Binary | 10110011 | 1001101 | 1010101 | 0 | 111001 | 110101 | 11110 | 101100011 | 101000 | 110010 |
Color Harmonies of #B34D55
Complementary color
Monochromatic Colors of #B34D55
Black with #B34D55
Text Example
Text Example
White with #B34D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D55; }
p { color: rgb(179,77,85); }
H1.HeaderClassName
{
color: #B34D55;
}
.AnyTagClassName
{
color: #B34D55;
}
</style>
background-color css
<style>
a { background-color: #B34D55; }
a { background-color: rgb(179,77,85); }
div.DivClassName
{
background-color: #B34D55;
}
.BgClassName
{
background-color: #B34D55;
}
</style>
border-color css
<style>
span { border-color: #B34D55; }
span { border-color: rgb(179,77,85); }
td.TdClassName
{
border-color: #B34D55;
}
.TagClassName
{
border-color: #B34D55;
}
</style>