Shades of Hippie Pink #B25859
Tints of Hippie Pink #B25859
RGB
CMYK
RGB Variations
Color information
#B25859 (or 0xB25859) is known color: Hippie Pink. HEX triplet: B2, 58 and 59. RGB value is (178,88,89). Sum of RGB (Red+Green+Blue) = 178+88+89=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B25859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25859 is #4DA7A6. Grayscale: #737373. Windows color (decimal): -5089191 or 5855410. OLE color: 5855410.
HSL color Cylindrical-coordinate representation of color #B25859: hue angle of 359.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25859 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 89 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.30 |
| HSL | 359.33º | 0.37% | 0.52% | - |
| HSV(B) | 359.33º | 0.51% | 0.7% | - |
| XYZ | 23.65 | 17.17 | 11.52 | - |
| YUV | 115.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 89 | 0 | 0.51 | 0.5 | 0.30 | 359.33 | 0.37 | 0.52 |
| Hex | B2 | 58 | 59 | 0 | 33 | 32 | 1E | 167 | 25 | 34 |
| Octal | 262 | 130 | 131 | 0 | 63 | 62 | 36 | 547 | 45 | 64 |
| Binary | 10110010 | 1011000 | 1011001 | 0 | 110011 | 110010 | 11110 | 101100111 | 100101 | 110100 |
Color Harmonies of #B25859
Complementary color
Monochromatic Colors of #B25859
Black with #B25859
Text Example
Text Example
White with #B25859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25859; }
p { color: rgb(178,88,89); }
H1.HeaderClassName
{
color: #B25859;
}
.AnyTagClassName
{
color: #B25859;
}
</style>
background-color css
<style>
a { background-color: #B25859; }
a { background-color: rgb(178,88,89); }
div.DivClassName
{
background-color: #B25859;
}
.BgClassName
{
background-color: #B25859;
}
</style>
border-color css
<style>
span { border-color: #B25859; }
span { border-color: rgb(178,88,89); }
td.TdClassName
{
border-color: #B25859;
}
.TagClassName
{
border-color: #B25859;
}
</style>