Shades of Hippie Pink #B15859
Tints of Hippie Pink #B15859
RGB
CMYK
RGB Variations
Color information
#B15859 (or 0xB15859) is known color: Hippie Pink. HEX triplet: B1, 58 and 59. RGB value is (177,88,89). Sum of RGB (Red+Green+Blue) = 177+88+89=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B15859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15859 is #4EA7A6. Grayscale: #727272. Windows color (decimal): -5154727 or 5855409. OLE color: 5855409.
HSL color Cylindrical-coordinate representation of color #B15859: hue angle of 359.33º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15859 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 89 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.31 |
| HSL | 359.33º | 0.36% | 0.52% | - |
| HSV(B) | 359.33º | 0.5% | 0.69% | - |
| XYZ | 23.42 | 17.05 | 11.51 | - |
| YUV | 114.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 89 | 0 | 0.50 | 0.50 | 0.31 | 359.33 | 0.36 | 0.52 |
| Hex | B1 | 58 | 59 | 0 | 32 | 32 | 1F | 167 | 24 | 34 |
| Octal | 261 | 130 | 131 | 0 | 62 | 62 | 37 | 547 | 44 | 64 |
| Binary | 10110001 | 1011000 | 1011001 | 0 | 110010 | 110010 | 11111 | 101100111 | 100100 | 110100 |
Color Harmonies of #B15859
Complementary color
Monochromatic Colors of #B15859
Black with #B15859
Text Example
Text Example
White with #B15859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15859; }
p { color: rgb(177,88,89); }
H1.HeaderClassName
{
color: #B15859;
}
.AnyTagClassName
{
color: #B15859;
}
</style>
background-color css
<style>
a { background-color: #B15859; }
a { background-color: rgb(177,88,89); }
div.DivClassName
{
background-color: #B15859;
}
.BgClassName
{
background-color: #B15859;
}
</style>
border-color css
<style>
span { border-color: #B15859; }
span { border-color: rgb(177,88,89); }
td.TdClassName
{
border-color: #B15859;
}
.TagClassName
{
border-color: #B15859;
}
</style>