Shades of Hippie Pink #B44154
Tints of Hippie Pink #B44154
RGB
CMYK
RGB Variations
Color information
#B44154 (or 0xB44154) is known color: Hippie Pink. HEX triplet: B4, 41 and 54. RGB value is (180,65,84). Sum of RGB (Red+Green+Blue) = 180+65+84=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B44154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44154 is #4BBEAB. Grayscale: #656565. Windows color (decimal): -4964012 or 5521844. OLE color: 5521844.
HSL color Cylindrical-coordinate representation of color #B44154: hue angle of 350.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44154 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 84 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.29 |
| HSL | 350.09º | 0.47% | 0.48% | - |
| HSV(B) | 350.09º | 0.64% | 0.71% | - |
| XYZ | 22.31 | 14.12 | 9.94 | - |
| YUV | 101.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 84 | 0 | 0.64 | 0.53 | 0.29 | 350.09 | 0.47 | 0.48 |
| Hex | B4 | 41 | 54 | 0 | 40 | 35 | 1D | 15E | 2F | 30 |
| Octal | 264 | 101 | 124 | 0 | 100 | 65 | 35 | 536 | 57 | 60 |
| Binary | 10110100 | 1000001 | 1010100 | 0 | 1000000 | 110101 | 11101 | 101011110 | 101111 | 110000 |
Color Harmonies of #B44154
Complementary color
Monochromatic Colors of #B44154
Black with #B44154
Text Example
Text Example
White with #B44154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44154; }
p { color: rgb(180,65,84); }
H1.HeaderClassName
{
color: #B44154;
}
.AnyTagClassName
{
color: #B44154;
}
</style>
background-color css
<style>
a { background-color: #B44154; }
a { background-color: rgb(180,65,84); }
div.DivClassName
{
background-color: #B44154;
}
.BgClassName
{
background-color: #B44154;
}
</style>
border-color css
<style>
span { border-color: #B44154; }
span { border-color: rgb(180,65,84); }
td.TdClassName
{
border-color: #B44154;
}
.TagClassName
{
border-color: #B44154;
}
</style>