Shades of Hippie Pink #B44D5E
Tints of Hippie Pink #B44D5E
RGB
CMYK
RGB Variations
Color information
#B44D5E (or 0xB44D5E) is known color: Hippie Pink. HEX triplet: B4, 4D and 5E. RGB value is (180,77,94). Sum of RGB (Red+Green+Blue) = 180+77+94=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D5E is #4BB2A1. Grayscale: #6D6D6D. Windows color (decimal): -4960930 or 6180276. OLE color: 6180276.
HSL color Cylindrical-coordinate representation of color #B44D5E: hue angle of 350.1º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D5E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 94 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.29 |
| HSL | 350.1º | 0.41% | 0.5% | - |
| HSV(B) | 350.1º | 0.57% | 0.71% | - |
| XYZ | 23.5 | 15.82 | 12.4 | - |
| YUV | 109.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 94 | 0 | 0.57 | 0.48 | 0.29 | 350.1 | 0.41 | 0.5 |
| Hex | B4 | 4D | 5E | 0 | 39 | 30 | 1D | 15E | 29 | 32 |
| Octal | 264 | 115 | 136 | 0 | 71 | 60 | 35 | 536 | 51 | 62 |
| Binary | 10110100 | 1001101 | 1011110 | 0 | 111001 | 110000 | 11101 | 101011110 | 101001 | 110010 |
Color Harmonies of #B44D5E
Complementary color
Monochromatic Colors of #B44D5E
Black with #B44D5E
Text Example
Text Example
White with #B44D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D5E; }
p { color: rgb(180,77,94); }
H1.HeaderClassName
{
color: #B44D5E;
}
.AnyTagClassName
{
color: #B44D5E;
}
</style>
background-color css
<style>
a { background-color: #B44D5E; }
a { background-color: rgb(180,77,94); }
div.DivClassName
{
background-color: #B44D5E;
}
.BgClassName
{
background-color: #B44D5E;
}
</style>
border-color css
<style>
span { border-color: #B44D5E; }
span { border-color: rgb(180,77,94); }
td.TdClassName
{
border-color: #B44D5E;
}
.TagClassName
{
border-color: #B44D5E;
}
</style>