Shades of Hippie Pink #B15556
Tints of Hippie Pink #B15556
RGB
CMYK
RGB Variations
Color information
#B15556 (or 0xB15556) is known color: Hippie Pink. HEX triplet: B1, 55 and 56. RGB value is (177,85,86). Sum of RGB (Red+Green+Blue) = 177+85+86=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15556 is #4EAAA9. Grayscale: #707070. Windows color (decimal): -5155498 or 5658033. OLE color: 5658033.
HSL color Cylindrical-coordinate representation of color #B15556: hue angle of 359.35º 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 #B15556 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 86 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.31 |
| HSL | 359.35º | 0.37% | 0.51% | - |
| HSV(B) | 359.35º | 0.52% | 0.69% | - |
| XYZ | 23.06 | 16.52 | 10.78 | - |
| YUV | 112.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 86 | 0 | 0.52 | 0.51 | 0.31 | 359.35 | 0.37 | 0.51 |
| Hex | B1 | 55 | 56 | 0 | 34 | 33 | 1F | 167 | 25 | 33 |
| Octal | 261 | 125 | 126 | 0 | 64 | 63 | 37 | 547 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1010110 | 0 | 110100 | 110011 | 11111 | 101100111 | 100101 | 110011 |
Color Harmonies of #B15556
Complementary color
Monochromatic Colors of #B15556
Black with #B15556
Text Example
Text Example
White with #B15556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15556; }
p { color: rgb(177,85,86); }
H1.HeaderClassName
{
color: #B15556;
}
.AnyTagClassName
{
color: #B15556;
}
</style>
background-color css
<style>
a { background-color: #B15556; }
a { background-color: rgb(177,85,86); }
div.DivClassName
{
background-color: #B15556;
}
.BgClassName
{
background-color: #B15556;
}
</style>
border-color css
<style>
span { border-color: #B15556; }
span { border-color: rgb(177,85,86); }
td.TdClassName
{
border-color: #B15556;
}
.TagClassName
{
border-color: #B15556;
}
</style>