Shades of Hippie Pink #B85159
Tints of Hippie Pink #B85159
RGB
CMYK
RGB Variations
Color information
#B85159 (or 0xB85159) is known color: Hippie Pink. HEX triplet: B8, 51 and 59. RGB value is (184,81,89). Sum of RGB (Red+Green+Blue) = 184+81+89=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B85159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85159 is #47AEA6. Grayscale: #707070. Windows color (decimal): -4697767 or 5853624. OLE color: 5853624.
HSL color Cylindrical-coordinate representation of color #B85159: hue angle of 355.34º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85159 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 89 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.28 |
| HSL | 355.34º | 0.42% | 0.52% | - |
| HSV(B) | 355.34º | 0.56% | 0.72% | - |
| XYZ | 24.51 | 16.8 | 11.4 | - |
| YUV | 112.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 89 | 0 | 0.56 | 0.52 | 0.28 | 355.34 | 0.42 | 0.52 |
| Hex | B8 | 51 | 59 | 0 | 38 | 34 | 1C | 163 | 2A | 34 |
| Octal | 270 | 121 | 131 | 0 | 70 | 64 | 34 | 543 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1011001 | 0 | 111000 | 110100 | 11100 | 101100011 | 101010 | 110100 |
Color Harmonies of #B85159
Complementary color
Monochromatic Colors of #B85159
Black with #B85159
Text Example
Text Example
White with #B85159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85159; }
p { color: rgb(184,81,89); }
H1.HeaderClassName
{
color: #B85159;
}
.AnyTagClassName
{
color: #B85159;
}
</style>
background-color css
<style>
a { background-color: #B85159; }
a { background-color: rgb(184,81,89); }
div.DivClassName
{
background-color: #B85159;
}
.BgClassName
{
background-color: #B85159;
}
</style>
border-color css
<style>
span { border-color: #B85159; }
span { border-color: rgb(184,81,89); }
td.TdClassName
{
border-color: #B85159;
}
.TagClassName
{
border-color: #B85159;
}
</style>