Shades of Hippie Pink #B84955
Tints of Hippie Pink #B84955
RGB
CMYK
RGB Variations
Color information
#B84955 (or 0xB84955) is known color: Hippie Pink. HEX triplet: B8, 49 and 55. RGB value is (184,73,85). Sum of RGB (Red+Green+Blue) = 184+73+85=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B84955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84955 is #47B6AA. Grayscale: #6B6B6B. Windows color (decimal): -4699819 or 5589432. OLE color: 5589432.
HSL color Cylindrical-coordinate representation of color #B84955: hue angle of 353.51º 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 #B84955 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 85 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.28 |
| HSL | 353.51º | 0.44% | 0.5% | - |
| HSV(B) | 353.51º | 0.6% | 0.72% | - |
| XYZ | 23.79 | 15.61 | 10.35 | - |
| YUV | 107.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 85 | 0 | 0.60 | 0.54 | 0.28 | 353.51 | 0.44 | 0.5 |
| Hex | B8 | 49 | 55 | 0 | 3C | 36 | 1C | 162 | 2C | 32 |
| Octal | 270 | 111 | 125 | 0 | 74 | 66 | 34 | 542 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1010101 | 0 | 111100 | 110110 | 11100 | 101100010 | 101100 | 110010 |
Color Harmonies of #B84955
Complementary color
Monochromatic Colors of #B84955
Black with #B84955
Text Example
Text Example
White with #B84955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84955; }
p { color: rgb(184,73,85); }
H1.HeaderClassName
{
color: #B84955;
}
.AnyTagClassName
{
color: #B84955;
}
</style>
background-color css
<style>
a { background-color: #B84955; }
a { background-color: rgb(184,73,85); }
div.DivClassName
{
background-color: #B84955;
}
.BgClassName
{
background-color: #B84955;
}
</style>
border-color css
<style>
span { border-color: #B84955; }
span { border-color: rgb(184,73,85); }
td.TdClassName
{
border-color: #B84955;
}
.TagClassName
{
border-color: #B84955;
}
</style>