Shades of Hippie Pink #B34D54
Tints of Hippie Pink #B34D54
RGB
CMYK
RGB Variations
Color information
#B34D54 (or 0xB34D54) is known color: Hippie Pink. HEX triplet: B3, 4D and 54. RGB value is (179,77,84). Sum of RGB (Red+Green+Blue) = 179+77+84=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D54 is #4CB2AB. Grayscale: #6C6C6C. Windows color (decimal): -5026476 or 5524915. OLE color: 5524915.
HSL color Cylindrical-coordinate representation of color #B34D54: hue angle of 355.88º 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 #B34D54 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 84 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.30 |
| HSL | 355.88º | 0.4% | 0.5% | - |
| HSV(B) | 355.88º | 0.57% | 0.7% | - |
| XYZ | 22.84 | 15.53 | 10.18 | - |
| YUV | 108.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 84 | 0 | 0.57 | 0.53 | 0.30 | 355.88 | 0.4 | 0.5 |
| Hex | B3 | 4D | 54 | 0 | 39 | 35 | 1E | 164 | 28 | 32 |
| Octal | 263 | 115 | 124 | 0 | 71 | 65 | 36 | 544 | 50 | 62 |
| Binary | 10110011 | 1001101 | 1010100 | 0 | 111001 | 110101 | 11110 | 101100100 | 101000 | 110010 |
Color Harmonies of #B34D54
Complementary color
Monochromatic Colors of #B34D54
Black with #B34D54
Text Example
Text Example
White with #B34D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D54; }
p { color: rgb(179,77,84); }
H1.HeaderClassName
{
color: #B34D54;
}
.AnyTagClassName
{
color: #B34D54;
}
</style>
background-color css
<style>
a { background-color: #B34D54; }
a { background-color: rgb(179,77,84); }
div.DivClassName
{
background-color: #B34D54;
}
.BgClassName
{
background-color: #B34D54;
}
</style>
border-color css
<style>
span { border-color: #B34D54; }
span { border-color: rgb(179,77,84); }
td.TdClassName
{
border-color: #B34D54;
}
.TagClassName
{
border-color: #B34D54;
}
</style>