Shades of Hippie Pink #B55659
Tints of Hippie Pink #B55659
RGB
CMYK
RGB Variations
Color information
#B55659 (or 0xB55659) is known color: Hippie Pink. HEX triplet: B5, 56 and 59. RGB value is (181,86,89). Sum of RGB (Red+Green+Blue) = 181+86+89=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B55659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55659 is #4AA9A6. Grayscale: #727272. Windows color (decimal): -4893095 or 5854901. OLE color: 5854901.
HSL color Cylindrical-coordinate representation of color #B55659: hue angle of 358.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55659 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 89 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.29 |
| HSL | 358.11º | 0.39% | 0.52% | - |
| HSV(B) | 358.11º | 0.52% | 0.71% | - |
| XYZ | 24.19 | 17.2 | 11.5 | - |
| YUV | 114.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 89 | 0 | 0.52 | 0.51 | 0.29 | 358.11 | 0.39 | 0.52 |
| Hex | B5 | 56 | 59 | 0 | 34 | 33 | 1D | 166 | 27 | 34 |
| Octal | 265 | 126 | 131 | 0 | 64 | 63 | 35 | 546 | 47 | 64 |
| Binary | 10110101 | 1010110 | 1011001 | 0 | 110100 | 110011 | 11101 | 101100110 | 100111 | 110100 |
Color Harmonies of #B55659
Complementary color
Monochromatic Colors of #B55659
Black with #B55659
Text Example
Text Example
White with #B55659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55659; }
p { color: rgb(181,86,89); }
H1.HeaderClassName
{
color: #B55659;
}
.AnyTagClassName
{
color: #B55659;
}
</style>
background-color css
<style>
a { background-color: #B55659; }
a { background-color: rgb(181,86,89); }
div.DivClassName
{
background-color: #B55659;
}
.BgClassName
{
background-color: #B55659;
}
</style>
border-color css
<style>
span { border-color: #B55659; }
span { border-color: rgb(181,86,89); }
td.TdClassName
{
border-color: #B55659;
}
.TagClassName
{
border-color: #B55659;
}
</style>