Shades of Hippie Pink #B55256
Tints of Hippie Pink #B55256
RGB
CMYK
RGB Variations
Color information
#B55256 (or 0xB55256) is known color: Hippie Pink. HEX triplet: B5, 52 and 56. RGB value is (181,82,86). Sum of RGB (Red+Green+Blue) = 181+82+86=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55256 is #4AADA9. Grayscale: #707070. Windows color (decimal): -4894122 or 5657269. OLE color: 5657269.
HSL color Cylindrical-coordinate representation of color #B55256: hue angle of 357.58º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55256 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 86 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.29 |
| HSL | 357.58º | 0.4% | 0.52% | - |
| HSV(B) | 357.58º | 0.55% | 0.71% | - |
| XYZ | 23.75 | 16.53 | 10.74 | - |
| YUV | 112.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 86 | 0 | 0.55 | 0.52 | 0.29 | 357.58 | 0.4 | 0.52 |
| Hex | B5 | 52 | 56 | 0 | 37 | 34 | 1D | 166 | 28 | 34 |
| Octal | 265 | 122 | 126 | 0 | 67 | 64 | 35 | 546 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1010110 | 0 | 110111 | 110100 | 11101 | 101100110 | 101000 | 110100 |
Color Harmonies of #B55256
Complementary color
Monochromatic Colors of #B55256
Black with #B55256
Text Example
Text Example
White with #B55256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55256; }
p { color: rgb(181,82,86); }
H1.HeaderClassName
{
color: #B55256;
}
.AnyTagClassName
{
color: #B55256;
}
</style>
background-color css
<style>
a { background-color: #B55256; }
a { background-color: rgb(181,82,86); }
div.DivClassName
{
background-color: #B55256;
}
.BgClassName
{
background-color: #B55256;
}
</style>
border-color css
<style>
span { border-color: #B55256; }
span { border-color: rgb(181,82,86); }
td.TdClassName
{
border-color: #B55256;
}
.TagClassName
{
border-color: #B55256;
}
</style>