Shades of Hippie Pink #B15559
Tints of Hippie Pink #B15559
RGB
CMYK
RGB Variations
Color information
#B15559 (or 0xB15559) is known color: Hippie Pink. HEX triplet: B1, 55 and 59. RGB value is (177,85,89). Sum of RGB (Red+Green+Blue) = 177+85+89=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15559 is #4EAAA6. Grayscale: #717171. Windows color (decimal): -5155495 or 5854641. OLE color: 5854641.
HSL color Cylindrical-coordinate representation of color #B15559: hue angle of 357.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15559 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 89 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.31 |
| HSL | 357.39º | 0.37% | 0.51% | - |
| HSV(B) | 357.39º | 0.52% | 0.69% | - |
| XYZ | 23.18 | 16.57 | 11.43 | - |
| YUV | 112.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 89 | 0 | 0.52 | 0.50 | 0.31 | 357.39 | 0.37 | 0.51 |
| Hex | B1 | 55 | 59 | 0 | 34 | 32 | 1F | 165 | 25 | 33 |
| Octal | 261 | 125 | 131 | 0 | 64 | 62 | 37 | 545 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1011001 | 0 | 110100 | 110010 | 11111 | 101100101 | 100101 | 110011 |
Color Harmonies of #B15559
Complementary color
Monochromatic Colors of #B15559
Black with #B15559
Text Example
Text Example
White with #B15559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15559; }
p { color: rgb(177,85,89); }
H1.HeaderClassName
{
color: #B15559;
}
.AnyTagClassName
{
color: #B15559;
}
</style>
background-color css
<style>
a { background-color: #B15559; }
a { background-color: rgb(177,85,89); }
div.DivClassName
{
background-color: #B15559;
}
.BgClassName
{
background-color: #B15559;
}
</style>
border-color css
<style>
span { border-color: #B15559; }
span { border-color: rgb(177,85,89); }
td.TdClassName
{
border-color: #B15559;
}
.TagClassName
{
border-color: #B15559;
}
</style>