Shades of Hippie Pink #B5555A
Tints of Hippie Pink #B5555A
RGB
CMYK
RGB Variations
Color information
#B5555A (or 0xB5555A) is known color: Hippie Pink. HEX triplet: B5, 55 and 5A. RGB value is (181,85,90). Sum of RGB (Red+Green+Blue) = 181+85+90=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5555A is #4AAAA5. Grayscale: #727272. Windows color (decimal): -4893350 or 5920181. OLE color: 5920181.
HSL color Cylindrical-coordinate representation of color #B5555A: hue angle of 356.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5555A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 90 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.29 |
| HSL | 356.88º | 0.39% | 0.52% | - |
| HSV(B) | 356.88º | 0.53% | 0.71% | - |
| XYZ | 24.15 | 17.06 | 11.69 | - |
| YUV | 114.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 90 | 0 | 0.53 | 0.50 | 0.29 | 356.88 | 0.39 | 0.52 |
| Hex | B5 | 55 | 5A | 0 | 35 | 32 | 1D | 165 | 27 | 34 |
| Octal | 265 | 125 | 132 | 0 | 65 | 62 | 35 | 545 | 47 | 64 |
| Binary | 10110101 | 1010101 | 1011010 | 0 | 110101 | 110010 | 11101 | 101100101 | 100111 | 110100 |
Color Harmonies of #B5555A
Complementary color
Monochromatic Colors of #B5555A
Black with #B5555A
Text Example
Text Example
White with #B5555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5555A; }
p { color: rgb(181,85,90); }
H1.HeaderClassName
{
color: #B5555A;
}
.AnyTagClassName
{
color: #B5555A;
}
</style>
background-color css
<style>
a { background-color: #B5555A; }
a { background-color: rgb(181,85,90); }
div.DivClassName
{
background-color: #B5555A;
}
.BgClassName
{
background-color: #B5555A;
}
</style>
border-color css
<style>
span { border-color: #B5555A; }
span { border-color: rgb(181,85,90); }
td.TdClassName
{
border-color: #B5555A;
}
.TagClassName
{
border-color: #B5555A;
}
</style>