Shades of Hippie Pink #B04456
Tints of Hippie Pink #B04456
RGB
CMYK
RGB Variations
Color information
#B04456 (or 0xB04456) is known color: Hippie Pink. HEX triplet: B0, 44 and 56. RGB value is (176,68,86). Sum of RGB (Red+Green+Blue) = 176+68+86=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B04456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04456 is #4FBBA9. Grayscale: #666666. Windows color (decimal): -5225386 or 5653680. OLE color: 5653680.
HSL color Cylindrical-coordinate representation of color #B04456: hue angle of 350º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04456 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 86 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.31 |
| HSL | 350º | 0.44% | 0.48% | - |
| HSV(B) | 350º | 0.61% | 0.69% | - |
| XYZ | 21.65 | 14.04 | 10.37 | - |
| YUV | 102.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 86 | 0 | 0.61 | 0.51 | 0.31 | 350 | 0.44 | 0.48 |
| Hex | B0 | 44 | 56 | 0 | 3D | 33 | 1F | 15E | 2C | 30 |
| Octal | 260 | 104 | 126 | 0 | 75 | 63 | 37 | 536 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1010110 | 0 | 111101 | 110011 | 11111 | 101011110 | 101100 | 110000 |
Color Harmonies of #B04456
Complementary color
Monochromatic Colors of #B04456
Black with #B04456
Text Example
Text Example
White with #B04456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04456; }
p { color: rgb(176,68,86); }
H1.HeaderClassName
{
color: #B04456;
}
.AnyTagClassName
{
color: #B04456;
}
</style>
background-color css
<style>
a { background-color: #B04456; }
a { background-color: rgb(176,68,86); }
div.DivClassName
{
background-color: #B04456;
}
.BgClassName
{
background-color: #B04456;
}
</style>
border-color css
<style>
span { border-color: #B04456; }
span { border-color: rgb(176,68,86); }
td.TdClassName
{
border-color: #B04456;
}
.TagClassName
{
border-color: #B04456;
}
</style>