Shades of Hippie Pink #B84155
Tints of Hippie Pink #B84155
RGB
CMYK
RGB Variations
Color information
#B84155 (or 0xB84155) is known color: Hippie Pink. HEX triplet: B8, 41 and 55. RGB value is (184,65,85). Sum of RGB (Red+Green+Blue) = 184+65+85=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84155 is #47BEAA. Grayscale: #666666. Windows color (decimal): -4701867 or 5587384. OLE color: 5587384.
HSL color Cylindrical-coordinate representation of color #B84155: hue angle of 349.92º 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 #B84155 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 85 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.28 |
| HSL | 349.92º | 0.48% | 0.49% | - |
| HSV(B) | 349.92º | 0.65% | 0.72% | - |
| XYZ | 23.3 | 14.63 | 10.19 | - |
| YUV | 102.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 85 | 0 | 0.65 | 0.54 | 0.28 | 349.92 | 0.48 | 0.49 |
| Hex | B8 | 41 | 55 | 0 | 41 | 36 | 1C | 15E | 30 | 31 |
| Octal | 270 | 101 | 125 | 0 | 101 | 66 | 34 | 536 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1010101 | 0 | 1000001 | 110110 | 11100 | 101011110 | 110000 | 110001 |
Color Harmonies of #B84155
Complementary color
Monochromatic Colors of #B84155
Black with #B84155
Text Example
Text Example
White with #B84155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84155; }
p { color: rgb(184,65,85); }
H1.HeaderClassName
{
color: #B84155;
}
.AnyTagClassName
{
color: #B84155;
}
</style>
background-color css
<style>
a { background-color: #B84155; }
a { background-color: rgb(184,65,85); }
div.DivClassName
{
background-color: #B84155;
}
.BgClassName
{
background-color: #B84155;
}
</style>
border-color css
<style>
span { border-color: #B84155; }
span { border-color: rgb(184,65,85); }
td.TdClassName
{
border-color: #B84155;
}
.TagClassName
{
border-color: #B84155;
}
</style>