Shades of Hippie Pink #B15758
Tints of Hippie Pink #B15758
RGB
CMYK
RGB Variations
Color information
#B15758 (or 0xB15758) is known color: Hippie Pink. HEX triplet: B1, 57 and 58. RGB value is (177,87,88). Sum of RGB (Red+Green+Blue) = 177+87+88=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15758 is #4EA8A7. Grayscale: #727272. Windows color (decimal): -5154984 or 5789617. OLE color: 5789617.
HSL color Cylindrical-coordinate representation of color #B15758: hue angle of 359.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15758 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 88 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.31 |
| HSL | 359.33º | 0.37% | 0.52% | - |
| HSV(B) | 359.33º | 0.51% | 0.69% | - |
| XYZ | 23.3 | 16.87 | 11.26 | - |
| YUV | 114.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 88 | 0 | 0.51 | 0.50 | 0.31 | 359.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | 58 | 0 | 33 | 32 | 1F | 167 | 25 | 34 |
| Octal | 261 | 127 | 130 | 0 | 63 | 62 | 37 | 547 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1011000 | 0 | 110011 | 110010 | 11111 | 101100111 | 100101 | 110100 |
Color Harmonies of #B15758
Complementary color
Monochromatic Colors of #B15758
Black with #B15758
Text Example
Text Example
White with #B15758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15758; }
p { color: rgb(177,87,88); }
H1.HeaderClassName
{
color: #B15758;
}
.AnyTagClassName
{
color: #B15758;
}
</style>
background-color css
<style>
a { background-color: #B15758; }
a { background-color: rgb(177,87,88); }
div.DivClassName
{
background-color: #B15758;
}
.BgClassName
{
background-color: #B15758;
}
</style>
border-color css
<style>
span { border-color: #B15758; }
span { border-color: rgb(177,87,88); }
td.TdClassName
{
border-color: #B15758;
}
.TagClassName
{
border-color: #B15758;
}
</style>