Shades of Hippie Pink #B84056
Tints of Hippie Pink #B84056
RGB
CMYK
RGB Variations
Color information
#B84056 (or 0xB84056) is known color: Hippie Pink. HEX triplet: B8, 40 and 56. RGB value is (184,64,86). Sum of RGB (Red+Green+Blue) = 184+64+86=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84056 is #47BFA9. Grayscale: #666666. Windows color (decimal): -4702122 or 5652664. OLE color: 5652664.
HSL color Cylindrical-coordinate representation of color #B84056: hue angle of 349º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84056 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 86 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.28 |
| HSL | 349º | 0.48% | 0.49% | - |
| HSV(B) | 349º | 0.65% | 0.72% | - |
| XYZ | 23.28 | 14.53 | 10.38 | - |
| YUV | 102.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 86 | 0 | 0.65 | 0.53 | 0.28 | 349 | 0.48 | 0.49 |
| Hex | B8 | 40 | 56 | 0 | 41 | 35 | 1C | 15D | 30 | 31 |
| Octal | 270 | 100 | 126 | 0 | 101 | 65 | 34 | 535 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1010110 | 0 | 1000001 | 110101 | 11100 | 101011101 | 110000 | 110001 |
Color Harmonies of #B84056
Complementary color
Monochromatic Colors of #B84056
Black with #B84056
Text Example
Text Example
White with #B84056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84056; }
p { color: rgb(184,64,86); }
H1.HeaderClassName
{
color: #B84056;
}
.AnyTagClassName
{
color: #B84056;
}
</style>
background-color css
<style>
a { background-color: #B84056; }
a { background-color: rgb(184,64,86); }
div.DivClassName
{
background-color: #B84056;
}
.BgClassName
{
background-color: #B84056;
}
</style>
border-color css
<style>
span { border-color: #B84056; }
span { border-color: rgb(184,64,86); }
td.TdClassName
{
border-color: #B84056;
}
.TagClassName
{
border-color: #B84056;
}
</style>