Shades of Hippie Pink #B55356
Tints of Hippie Pink #B55356
RGB
CMYK
RGB Variations
Color information
#B55356 (or 0xB55356) is known color: Hippie Pink. HEX triplet: B5, 53 and 56. RGB value is (181,83,86). Sum of RGB (Red+Green+Blue) = 181+83+86=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55356 is #4AACA9. Grayscale: #707070. Windows color (decimal): -4893866 or 5657525. OLE color: 5657525.
HSL color Cylindrical-coordinate representation of color #B55356: hue angle of 358.16º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55356 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 86 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.29 |
| HSL | 358.16º | 0.4% | 0.52% | - |
| HSV(B) | 358.16º | 0.54% | 0.71% | - |
| XYZ | 23.83 | 16.68 | 10.77 | - |
| YUV | 112.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 86 | 0 | 0.54 | 0.52 | 0.29 | 358.16 | 0.4 | 0.52 |
| Hex | B5 | 53 | 56 | 0 | 36 | 34 | 1D | 166 | 28 | 34 |
| Octal | 265 | 123 | 126 | 0 | 66 | 64 | 35 | 546 | 50 | 64 |
| Binary | 10110101 | 1010011 | 1010110 | 0 | 110110 | 110100 | 11101 | 101100110 | 101000 | 110100 |
Color Harmonies of #B55356
Complementary color
Monochromatic Colors of #B55356
Black with #B55356
Text Example
Text Example
White with #B55356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55356; }
p { color: rgb(181,83,86); }
H1.HeaderClassName
{
color: #B55356;
}
.AnyTagClassName
{
color: #B55356;
}
</style>
background-color css
<style>
a { background-color: #B55356; }
a { background-color: rgb(181,83,86); }
div.DivClassName
{
background-color: #B55356;
}
.BgClassName
{
background-color: #B55356;
}
</style>
border-color css
<style>
span { border-color: #B55356; }
span { border-color: rgb(181,83,86); }
td.TdClassName
{
border-color: #B55356;
}
.TagClassName
{
border-color: #B55356;
}
</style>