Shades of Hippie Pink #B15159
Tints of Hippie Pink #B15159
RGB
CMYK
RGB Variations
Color information
#B15159 (or 0xB15159) is known color: Hippie Pink. HEX triplet: B1, 51 and 59. RGB value is (177,81,89). Sum of RGB (Red+Green+Blue) = 177+81+89=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15159 is #4EAEA6. Grayscale: #6E6E6E. Windows color (decimal): -5156519 or 5853617. OLE color: 5853617.
HSL color Cylindrical-coordinate representation of color #B15159: hue angle of 355º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15159 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 89 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.31 |
| HSL | 355º | 0.38% | 0.51% | - |
| HSV(B) | 355º | 0.54% | 0.69% | - |
| XYZ | 22.88 | 15.95 | 11.32 | - |
| YUV | 110.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 89 | 0 | 0.54 | 0.50 | 0.31 | 355 | 0.38 | 0.51 |
| Hex | B1 | 51 | 59 | 0 | 36 | 32 | 1F | 163 | 26 | 33 |
| Octal | 261 | 121 | 131 | 0 | 66 | 62 | 37 | 543 | 46 | 63 |
| Binary | 10110001 | 1010001 | 1011001 | 0 | 110110 | 110010 | 11111 | 101100011 | 100110 | 110011 |
Color Harmonies of #B15159
Complementary color
Monochromatic Colors of #B15159
Black with #B15159
Text Example
Text Example
White with #B15159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15159; }
p { color: rgb(177,81,89); }
H1.HeaderClassName
{
color: #B15159;
}
.AnyTagClassName
{
color: #B15159;
}
</style>
background-color css
<style>
a { background-color: #B15159; }
a { background-color: rgb(177,81,89); }
div.DivClassName
{
background-color: #B15159;
}
.BgClassName
{
background-color: #B15159;
}
</style>
border-color css
<style>
span { border-color: #B15159; }
span { border-color: rgb(177,81,89); }
td.TdClassName
{
border-color: #B15159;
}
.TagClassName
{
border-color: #B15159;
}
</style>