Shades of Hippie Pink #B25155
Tints of Hippie Pink #B25155
RGB
CMYK
RGB Variations
Color information
#B25155 (or 0xB25155) is known color: Hippie Pink. HEX triplet: B2, 51 and 55. RGB value is (178,81,85). Sum of RGB (Red+Green+Blue) = 178+81+85=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B25155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25155 is #4DAEAA. Grayscale: #6E6E6E. Windows color (decimal): -5090987 or 5591474. OLE color: 5591474.
HSL color Cylindrical-coordinate representation of color #B25155: hue angle of 357.53º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25155 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 85 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.30 |
| HSL | 357.53º | 0.39% | 0.51% | - |
| HSV(B) | 357.53º | 0.54% | 0.7% | - |
| XYZ | 22.94 | 16.01 | 10.47 | - |
| YUV | 110.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 85 | 0 | 0.54 | 0.52 | 0.30 | 357.53 | 0.39 | 0.51 |
| Hex | B2 | 51 | 55 | 0 | 36 | 34 | 1E | 166 | 27 | 33 |
| Octal | 262 | 121 | 125 | 0 | 66 | 64 | 36 | 546 | 47 | 63 |
| Binary | 10110010 | 1010001 | 1010101 | 0 | 110110 | 110100 | 11110 | 101100110 | 100111 | 110011 |
Color Harmonies of #B25155
Complementary color
Monochromatic Colors of #B25155
Black with #B25155
Text Example
Text Example
White with #B25155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25155; }
p { color: rgb(178,81,85); }
H1.HeaderClassName
{
color: #B25155;
}
.AnyTagClassName
{
color: #B25155;
}
</style>
background-color css
<style>
a { background-color: #B25155; }
a { background-color: rgb(178,81,85); }
div.DivClassName
{
background-color: #B25155;
}
.BgClassName
{
background-color: #B25155;
}
</style>
border-color css
<style>
span { border-color: #B25155; }
span { border-color: rgb(178,81,85); }
td.TdClassName
{
border-color: #B25155;
}
.TagClassName
{
border-color: #B25155;
}
</style>