Shades of Hippie Pink #B84958
Tints of Hippie Pink #B84958
RGB
CMYK
RGB Variations
Color information
#B84958 (or 0xB84958) is known color: Hippie Pink. HEX triplet: B8, 49 and 58. RGB value is (184,73,88). Sum of RGB (Red+Green+Blue) = 184+73+88=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84958 is #47B6A7. Grayscale: #6B6B6B. Windows color (decimal): -4699816 or 5786040. OLE color: 5786040.
HSL color Cylindrical-coordinate representation of color #B84958: hue angle of 351.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84958 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 88 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.28 |
| HSL | 351.89º | 0.44% | 0.5% | - |
| HSV(B) | 351.89º | 0.6% | 0.72% | - |
| XYZ | 23.91 | 15.66 | 10.99 | - |
| YUV | 107.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 88 | 0 | 0.60 | 0.52 | 0.28 | 351.89 | 0.44 | 0.5 |
| Hex | B8 | 49 | 58 | 0 | 3C | 34 | 1C | 160 | 2C | 32 |
| Octal | 270 | 111 | 130 | 0 | 74 | 64 | 34 | 540 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1011000 | 0 | 111100 | 110100 | 11100 | 101100000 | 101100 | 110010 |
Color Harmonies of #B84958
Complementary color
Monochromatic Colors of #B84958
Black with #B84958
Text Example
Text Example
White with #B84958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84958; }
p { color: rgb(184,73,88); }
H1.HeaderClassName
{
color: #B84958;
}
.AnyTagClassName
{
color: #B84958;
}
</style>
background-color css
<style>
a { background-color: #B84958; }
a { background-color: rgb(184,73,88); }
div.DivClassName
{
background-color: #B84958;
}
.BgClassName
{
background-color: #B84958;
}
</style>
border-color css
<style>
span { border-color: #B84958; }
span { border-color: rgb(184,73,88); }
td.TdClassName
{
border-color: #B84958;
}
.TagClassName
{
border-color: #B84958;
}
</style>