Shades of Hippie Pink #B0555E
Tints of Hippie Pink #B0555E
RGB
CMYK
RGB Variations
Color information
#B0555E (or 0xB0555E) is known color: Hippie Pink. HEX triplet: B0, 55 and 5E. RGB value is (176,85,94). Sum of RGB (Red+Green+Blue) = 176+85+94=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0555E is #4FAAA1. Grayscale: #717171. Windows color (decimal): -5221026 or 6182320. OLE color: 6182320.
HSL color Cylindrical-coordinate representation of color #B0555E: hue angle of 354.07º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0555E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 94 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.31 |
| HSL | 354.07º | 0.37% | 0.51% | - |
| HSV(B) | 354.07º | 0.52% | 0.69% | - |
| XYZ | 23.17 | 16.54 | 12.56 | - |
| YUV | 113.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 94 | 0 | 0.52 | 0.47 | 0.31 | 354.07 | 0.37 | 0.51 |
| Hex | B0 | 55 | 5E | 0 | 34 | 2F | 1F | 162 | 25 | 33 |
| Octal | 260 | 125 | 136 | 0 | 64 | 57 | 37 | 542 | 45 | 63 |
| Binary | 10110000 | 1010101 | 1011110 | 0 | 110100 | 101111 | 11111 | 101100010 | 100101 | 110011 |
Color Harmonies of #B0555E
Complementary color
Monochromatic Colors of #B0555E
Black with #B0555E
Text Example
Text Example
White with #B0555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0555E; }
p { color: rgb(176,85,94); }
H1.HeaderClassName
{
color: #B0555E;
}
.AnyTagClassName
{
color: #B0555E;
}
</style>
background-color css
<style>
a { background-color: #B0555E; }
a { background-color: rgb(176,85,94); }
div.DivClassName
{
background-color: #B0555E;
}
.BgClassName
{
background-color: #B0555E;
}
</style>
border-color css
<style>
span { border-color: #B0555E; }
span { border-color: rgb(176,85,94); }
td.TdClassName
{
border-color: #B0555E;
}
.TagClassName
{
border-color: #B0555E;
}
</style>