Shades of Hippie Pink #B15256
Tints of Hippie Pink #B15256
RGB
CMYK
RGB Variations
Color information
#B15256 (or 0xB15256) is known color: Hippie Pink. HEX triplet: B1, 52 and 56. RGB value is (177,82,86). Sum of RGB (Red+Green+Blue) = 177+82+86=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15256 is #4EADA9. Grayscale: #6E6E6E. Windows color (decimal): -5156266 or 5657265. OLE color: 5657265.
HSL color Cylindrical-coordinate representation of color #B15256: hue angle of 357.47º 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 #B15256 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 86 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.31 |
| HSL | 357.47º | 0.38% | 0.51% | - |
| HSV(B) | 357.47º | 0.54% | 0.69% | - |
| XYZ | 22.83 | 16.05 | 10.7 | - |
| YUV | 110.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 86 | 0 | 0.54 | 0.51 | 0.31 | 357.47 | 0.38 | 0.51 |
| Hex | B1 | 52 | 56 | 0 | 36 | 33 | 1F | 165 | 26 | 33 |
| Octal | 261 | 122 | 126 | 0 | 66 | 63 | 37 | 545 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1010110 | 0 | 110110 | 110011 | 11111 | 101100101 | 100110 | 110011 |
Color Harmonies of #B15256
Complementary color
Monochromatic Colors of #B15256
Black with #B15256
Text Example
Text Example
White with #B15256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15256; }
p { color: rgb(177,82,86); }
H1.HeaderClassName
{
color: #B15256;
}
.AnyTagClassName
{
color: #B15256;
}
</style>
background-color css
<style>
a { background-color: #B15256; }
a { background-color: rgb(177,82,86); }
div.DivClassName
{
background-color: #B15256;
}
.BgClassName
{
background-color: #B15256;
}
</style>
border-color css
<style>
span { border-color: #B15256; }
span { border-color: rgb(177,82,86); }
td.TdClassName
{
border-color: #B15256;
}
.TagClassName
{
border-color: #B15256;
}
</style>