Shades of Hippie Pink #B05155
Tints of Hippie Pink #B05155
RGB
CMYK
RGB Variations
Color information
#B05155 (or 0xB05155) is known color: Hippie Pink. HEX triplet: B0, 51 and 55. RGB value is (176,81,85). Sum of RGB (Red+Green+Blue) = 176+81+85=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05155 is #4FAEAA. Grayscale: #6D6D6D. Windows color (decimal): -5222059 or 5591472. OLE color: 5591472.
HSL color Cylindrical-coordinate representation of color #B05155: hue angle of 357.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05155 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 85 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.31 |
| HSL | 357.47º | 0.38% | 0.5% | - |
| HSV(B) | 357.47º | 0.54% | 0.69% | - |
| XYZ | 22.49 | 15.77 | 10.45 | - |
| YUV | 109.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 85 | 0 | 0.54 | 0.52 | 0.31 | 357.47 | 0.38 | 0.5 |
| Hex | B0 | 51 | 55 | 0 | 36 | 34 | 1F | 165 | 26 | 32 |
| Octal | 260 | 121 | 125 | 0 | 66 | 64 | 37 | 545 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1010101 | 0 | 110110 | 110100 | 11111 | 101100101 | 100110 | 110010 |
Color Harmonies of #B05155
Complementary color
Monochromatic Colors of #B05155
Black with #B05155
Text Example
Text Example
White with #B05155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05155; }
p { color: rgb(176,81,85); }
H1.HeaderClassName
{
color: #B05155;
}
.AnyTagClassName
{
color: #B05155;
}
</style>
background-color css
<style>
a { background-color: #B05155; }
a { background-color: rgb(176,81,85); }
div.DivClassName
{
background-color: #B05155;
}
.BgClassName
{
background-color: #B05155;
}
</style>
border-color css
<style>
span { border-color: #B05155; }
span { border-color: rgb(176,81,85); }
td.TdClassName
{
border-color: #B05155;
}
.TagClassName
{
border-color: #B05155;
}
</style>