Shades of Hippie Pink #B55155
Tints of Hippie Pink #B55155
RGB
CMYK
RGB Variations
Color information
#B55155 (or 0xB55155) is known color: Hippie Pink. HEX triplet: B5, 51 and 55. RGB value is (181,81,85). Sum of RGB (Red+Green+Blue) = 181+81+85=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55155 is #4AAEAA. Grayscale: #6F6F6F. Windows color (decimal): -4894379 or 5591477. OLE color: 5591477.
HSL color Cylindrical-coordinate representation of color #B55155: hue angle of 357.6º 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 #B55155 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 85 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.29 |
| HSL | 357.6º | 0.4% | 0.51% | - |
| HSV(B) | 357.6º | 0.55% | 0.71% | - |
| XYZ | 23.64 | 16.36 | 10.51 | - |
| YUV | 111.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 85 | 0 | 0.55 | 0.53 | 0.29 | 357.6 | 0.4 | 0.51 |
| Hex | B5 | 51 | 55 | 0 | 37 | 35 | 1D | 166 | 28 | 33 |
| Octal | 265 | 121 | 125 | 0 | 67 | 65 | 35 | 546 | 50 | 63 |
| Binary | 10110101 | 1010001 | 1010101 | 0 | 110111 | 110101 | 11101 | 101100110 | 101000 | 110011 |
Color Harmonies of #B55155
Complementary color
Monochromatic Colors of #B55155
Black with #B55155
Text Example
Text Example
White with #B55155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55155; }
p { color: rgb(181,81,85); }
H1.HeaderClassName
{
color: #B55155;
}
.AnyTagClassName
{
color: #B55155;
}
</style>
background-color css
<style>
a { background-color: #B55155; }
a { background-color: rgb(181,81,85); }
div.DivClassName
{
background-color: #B55155;
}
.BgClassName
{
background-color: #B55155;
}
</style>
border-color css
<style>
span { border-color: #B55155; }
span { border-color: rgb(181,81,85); }
td.TdClassName
{
border-color: #B55155;
}
.TagClassName
{
border-color: #B55155;
}
</style>