Shades of Hippie Pink #B25558
Tints of Hippie Pink #B25558
RGB
CMYK
RGB Variations
Color information
#B25558 (or 0xB25558) is known color: Hippie Pink. HEX triplet: B2, 55 and 58. RGB value is (178,85,88). Sum of RGB (Red+Green+Blue) = 178+85+88=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25558 is #4DAAA7. Grayscale: #717171. Windows color (decimal): -5089960 or 5789106. OLE color: 5789106.
HSL color Cylindrical-coordinate representation of color #B25558: hue angle of 358.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25558 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 88 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.30 |
| HSL | 358.06º | 0.38% | 0.52% | - |
| HSV(B) | 358.06º | 0.52% | 0.7% | - |
| XYZ | 23.37 | 16.67 | 11.22 | - |
| YUV | 113.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 88 | 0 | 0.52 | 0.51 | 0.30 | 358.06 | 0.38 | 0.52 |
| Hex | B2 | 55 | 58 | 0 | 34 | 33 | 1E | 166 | 26 | 34 |
| Octal | 262 | 125 | 130 | 0 | 64 | 63 | 36 | 546 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1011000 | 0 | 110100 | 110011 | 11110 | 101100110 | 100110 | 110100 |
Color Harmonies of #B25558
Complementary color
Monochromatic Colors of #B25558
Black with #B25558
Text Example
Text Example
White with #B25558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25558; }
p { color: rgb(178,85,88); }
H1.HeaderClassName
{
color: #B25558;
}
.AnyTagClassName
{
color: #B25558;
}
</style>
background-color css
<style>
a { background-color: #B25558; }
a { background-color: rgb(178,85,88); }
div.DivClassName
{
background-color: #B25558;
}
.BgClassName
{
background-color: #B25558;
}
</style>
border-color css
<style>
span { border-color: #B25558; }
span { border-color: rgb(178,85,88); }
td.TdClassName
{
border-color: #B25558;
}
.TagClassName
{
border-color: #B25558;
}
</style>