Shades of Hippie Pink #B44752
Tints of Hippie Pink #B44752
RGB
CMYK
RGB Variations
Color information
#B44752 (or 0xB44752) is known color: Hippie Pink. HEX triplet: B4, 47 and 52. RGB value is (180,71,82). Sum of RGB (Red+Green+Blue) = 180+71+82=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44752 is #4BB8AD. Grayscale: #686868. Windows color (decimal): -4962478 or 5392308. OLE color: 5392308.
HSL color Cylindrical-coordinate representation of color #B44752: hue angle of 353.94º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44752 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 82 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.29 |
| HSL | 353.94º | 0.43% | 0.49% | - |
| HSV(B) | 353.94º | 0.61% | 0.71% | - |
| XYZ | 22.6 | 14.82 | 9.65 | - |
| YUV | 104.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 82 | 0 | 0.61 | 0.54 | 0.29 | 353.94 | 0.43 | 0.49 |
| Hex | B4 | 47 | 52 | 0 | 3D | 36 | 1D | 162 | 2B | 31 |
| Octal | 264 | 107 | 122 | 0 | 75 | 66 | 35 | 542 | 53 | 61 |
| Binary | 10110100 | 1000111 | 1010010 | 0 | 111101 | 110110 | 11101 | 101100010 | 101011 | 110001 |
Color Harmonies of #B44752
Complementary color
Monochromatic Colors of #B44752
Black with #B44752
Text Example
Text Example
White with #B44752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44752; }
p { color: rgb(180,71,82); }
H1.HeaderClassName
{
color: #B44752;
}
.AnyTagClassName
{
color: #B44752;
}
</style>
background-color css
<style>
a { background-color: #B44752; }
a { background-color: rgb(180,71,82); }
div.DivClassName
{
background-color: #B44752;
}
.BgClassName
{
background-color: #B44752;
}
</style>
border-color css
<style>
span { border-color: #B44752; }
span { border-color: rgb(180,71,82); }
td.TdClassName
{
border-color: #B44752;
}
.TagClassName
{
border-color: #B44752;
}
</style>