Shades of Hippie Pink #B55157
Tints of Hippie Pink #B55157
RGB
CMYK
RGB Variations
Color information
#B55157 (or 0xB55157) is known color: Hippie Pink. HEX triplet: B5, 51 and 57. RGB value is (181,81,87). Sum of RGB (Red+Green+Blue) = 181+81+87=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55157 is #4AAEA8. Grayscale: #6F6F6F. Windows color (decimal): -4894377 or 5722549. OLE color: 5722549.
HSL color Cylindrical-coordinate representation of color #B55157: hue angle of 356.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55157 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 87 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.29 |
| HSL | 356.4º | 0.4% | 0.51% | - |
| HSV(B) | 356.4º | 0.55% | 0.71% | - |
| XYZ | 23.72 | 16.4 | 10.93 | - |
| YUV | 111.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 87 | 0 | 0.55 | 0.52 | 0.29 | 356.4 | 0.4 | 0.51 |
| Hex | B5 | 51 | 57 | 0 | 37 | 34 | 1D | 164 | 28 | 33 |
| Octal | 265 | 121 | 127 | 0 | 67 | 64 | 35 | 544 | 50 | 63 |
| Binary | 10110101 | 1010001 | 1010111 | 0 | 110111 | 110100 | 11101 | 101100100 | 101000 | 110011 |
Color Harmonies of #B55157
Complementary color
Monochromatic Colors of #B55157
Black with #B55157
Text Example
Text Example
White with #B55157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55157; }
p { color: rgb(181,81,87); }
H1.HeaderClassName
{
color: #B55157;
}
.AnyTagClassName
{
color: #B55157;
}
</style>
background-color css
<style>
a { background-color: #B55157; }
a { background-color: rgb(181,81,87); }
div.DivClassName
{
background-color: #B55157;
}
.BgClassName
{
background-color: #B55157;
}
</style>
border-color css
<style>
span { border-color: #B55157; }
span { border-color: rgb(181,81,87); }
td.TdClassName
{
border-color: #B55157;
}
.TagClassName
{
border-color: #B55157;
}
</style>