Shades of Hippie Pink #B44255
Tints of Hippie Pink #B44255
RGB
CMYK
RGB Variations
Color information
#B44255 (or 0xB44255) is known color: Hippie Pink. HEX triplet: B4, 42 and 55. RGB value is (180,66,85). Sum of RGB (Red+Green+Blue) = 180+66+85=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B44255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44255 is #4BBDAA. Grayscale: #666666. Windows color (decimal): -4963755 or 5587636. OLE color: 5587636.
HSL color Cylindrical-coordinate representation of color #B44255: hue angle of 350º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44255 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 85 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.29 |
| HSL | 350º | 0.46% | 0.48% | - |
| HSV(B) | 350º | 0.63% | 0.71% | - |
| XYZ | 22.41 | 14.26 | 10.16 | - |
| YUV | 102.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 85 | 0 | 0.63 | 0.53 | 0.29 | 350 | 0.46 | 0.48 |
| Hex | B4 | 42 | 55 | 0 | 3F | 35 | 1D | 15E | 2E | 30 |
| Octal | 264 | 102 | 125 | 0 | 77 | 65 | 35 | 536 | 56 | 60 |
| Binary | 10110100 | 1000010 | 1010101 | 0 | 111111 | 110101 | 11101 | 101011110 | 101110 | 110000 |
Color Harmonies of #B44255
Complementary color
Monochromatic Colors of #B44255
Black with #B44255
Text Example
Text Example
White with #B44255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44255; }
p { color: rgb(180,66,85); }
H1.HeaderClassName
{
color: #B44255;
}
.AnyTagClassName
{
color: #B44255;
}
</style>
background-color css
<style>
a { background-color: #B44255; }
a { background-color: rgb(180,66,85); }
div.DivClassName
{
background-color: #B44255;
}
.BgClassName
{
background-color: #B44255;
}
</style>
border-color css
<style>
span { border-color: #B44255; }
span { border-color: rgb(180,66,85); }
td.TdClassName
{
border-color: #B44255;
}
.TagClassName
{
border-color: #B44255;
}
</style>