Shades of Hippie Pink #B55255
Tints of Hippie Pink #B55255
RGB
CMYK
RGB Variations
Color information
#B55255 (or 0xB55255) is known color: Hippie Pink. HEX triplet: B5, 52 and 55. RGB value is (181,82,85). Sum of RGB (Red+Green+Blue) = 181+82+85=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55255 is #4AADAA. Grayscale: #707070. Windows color (decimal): -4894123 or 5591733. OLE color: 5591733.
HSL color Cylindrical-coordinate representation of color #B55255: hue angle of 358.18º 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 #B55255 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 85 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.29 |
| HSL | 358.18º | 0.4% | 0.52% | - |
| HSV(B) | 358.18º | 0.55% | 0.71% | - |
| XYZ | 23.71 | 16.51 | 10.53 | - |
| YUV | 111.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 85 | 0 | 0.55 | 0.53 | 0.29 | 358.18 | 0.4 | 0.52 |
| Hex | B5 | 52 | 55 | 0 | 37 | 35 | 1D | 166 | 28 | 34 |
| Octal | 265 | 122 | 125 | 0 | 67 | 65 | 35 | 546 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1010101 | 0 | 110111 | 110101 | 11101 | 101100110 | 101000 | 110100 |
Color Harmonies of #B55255
Complementary color
Monochromatic Colors of #B55255
Black with #B55255
Text Example
Text Example
White with #B55255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55255; }
p { color: rgb(181,82,85); }
H1.HeaderClassName
{
color: #B55255;
}
.AnyTagClassName
{
color: #B55255;
}
</style>
background-color css
<style>
a { background-color: #B55255; }
a { background-color: rgb(181,82,85); }
div.DivClassName
{
background-color: #B55255;
}
.BgClassName
{
background-color: #B55255;
}
</style>
border-color css
<style>
span { border-color: #B55255; }
span { border-color: rgb(181,82,85); }
td.TdClassName
{
border-color: #B55255;
}
.TagClassName
{
border-color: #B55255;
}
</style>