Shades of Hippie Pink #B4404D
Tints of Hippie Pink #B4404D
RGB
CMYK
RGB Variations
Color information
#B4404D (or 0xB4404D) is known color: Hippie Pink. HEX triplet: B4, 40 and 4D. RGB value is (180,64,77). Sum of RGB (Red+Green+Blue) = 180+64+77=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4404D is #4BBFB2. Grayscale: #646464. Windows color (decimal): -4964275 or 5062836. OLE color: 5062836.
HSL color Cylindrical-coordinate representation of color #B4404D: hue angle of 353.28º degrees, saturation: 0.48, 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 #B4404D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 77 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.29 |
| HSL | 353.28º | 0.48% | 0.48% | - |
| HSV(B) | 353.28º | 0.64% | 0.71% | - |
| XYZ | 22 | 13.91 | 8.55 | - |
| YUV | 100.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 77 | 0 | 0.64 | 0.57 | 0.29 | 353.28 | 0.48 | 0.48 |
| Hex | B4 | 40 | 4D | 0 | 40 | 39 | 1D | 161 | 30 | 30 |
| Octal | 264 | 100 | 115 | 0 | 100 | 71 | 35 | 541 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1001101 | 0 | 1000000 | 111001 | 11101 | 101100001 | 110000 | 110000 |
Color Harmonies of #B4404D
Complementary color
Monochromatic Colors of #B4404D
Black with #B4404D
Text Example
Text Example
White with #B4404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4404D; }
p { color: rgb(180,64,77); }
H1.HeaderClassName
{
color: #B4404D;
}
.AnyTagClassName
{
color: #B4404D;
}
</style>
background-color css
<style>
a { background-color: #B4404D; }
a { background-color: rgb(180,64,77); }
div.DivClassName
{
background-color: #B4404D;
}
.BgClassName
{
background-color: #B4404D;
}
</style>
border-color css
<style>
span { border-color: #B4404D; }
span { border-color: rgb(180,64,77); }
td.TdClassName
{
border-color: #B4404D;
}
.TagClassName
{
border-color: #B4404D;
}
</style>