Shades of Hippie Pink #B84859
Tints of Hippie Pink #B84859
RGB
CMYK
RGB Variations
Color information
#B84859 (or 0xB84859) is known color: Hippie Pink. HEX triplet: B8, 48 and 59. RGB value is (184,72,89). Sum of RGB (Red+Green+Blue) = 184+72+89=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84859 is #47B7A6. Grayscale: #6B6B6B. Windows color (decimal): -4700071 or 5851320. OLE color: 5851320.
HSL color Cylindrical-coordinate representation of color #B84859: hue angle of 350.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84859 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 89 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.28 |
| HSL | 350.89º | 0.44% | 0.5% | - |
| HSV(B) | 350.89º | 0.61% | 0.72% | - |
| XYZ | 23.89 | 15.55 | 11.19 | - |
| YUV | 107.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 89 | 0 | 0.61 | 0.52 | 0.28 | 350.89 | 0.44 | 0.5 |
| Hex | B8 | 48 | 59 | 0 | 3D | 34 | 1C | 15F | 2C | 32 |
| Octal | 270 | 110 | 131 | 0 | 75 | 64 | 34 | 537 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1011001 | 0 | 111101 | 110100 | 11100 | 101011111 | 101100 | 110010 |
Color Harmonies of #B84859
Complementary color
Monochromatic Colors of #B84859
Black with #B84859
Text Example
Text Example
White with #B84859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84859; }
p { color: rgb(184,72,89); }
H1.HeaderClassName
{
color: #B84859;
}
.AnyTagClassName
{
color: #B84859;
}
</style>
background-color css
<style>
a { background-color: #B84859; }
a { background-color: rgb(184,72,89); }
div.DivClassName
{
background-color: #B84859;
}
.BgClassName
{
background-color: #B84859;
}
</style>
border-color css
<style>
span { border-color: #B84859; }
span { border-color: rgb(184,72,89); }
td.TdClassName
{
border-color: #B84859;
}
.TagClassName
{
border-color: #B84859;
}
</style>