Shades of Hippie Pink #B04656
Tints of Hippie Pink #B04656
RGB
CMYK
RGB Variations
Color information
#B04656 (or 0xB04656) is known color: Hippie Pink. HEX triplet: B0, 46 and 56. RGB value is (176,70,86). Sum of RGB (Red+Green+Blue) = 176+70+86=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B04656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04656 is #4FB9A9. Grayscale: #676767. Windows color (decimal): -5224874 or 5654192. OLE color: 5654192.
HSL color Cylindrical-coordinate representation of color #B04656: hue angle of 350.94º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04656 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 86 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.31 |
| HSL | 350.94º | 0.43% | 0.48% | - |
| HSV(B) | 350.94º | 0.6% | 0.69% | - |
| XYZ | 21.77 | 14.28 | 10.41 | - |
| YUV | 103.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 86 | 0 | 0.60 | 0.51 | 0.31 | 350.94 | 0.43 | 0.48 |
| Hex | B0 | 46 | 56 | 0 | 3C | 33 | 1F | 15F | 2B | 30 |
| Octal | 260 | 106 | 126 | 0 | 74 | 63 | 37 | 537 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1010110 | 0 | 111100 | 110011 | 11111 | 101011111 | 101011 | 110000 |
Color Harmonies of #B04656
Complementary color
Monochromatic Colors of #B04656
Black with #B04656
Text Example
Text Example
White with #B04656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04656; }
p { color: rgb(176,70,86); }
H1.HeaderClassName
{
color: #B04656;
}
.AnyTagClassName
{
color: #B04656;
}
</style>
background-color css
<style>
a { background-color: #B04656; }
a { background-color: rgb(176,70,86); }
div.DivClassName
{
background-color: #B04656;
}
.BgClassName
{
background-color: #B04656;
}
</style>
border-color css
<style>
span { border-color: #B04656; }
span { border-color: rgb(176,70,86); }
td.TdClassName
{
border-color: #B04656;
}
.TagClassName
{
border-color: #B04656;
}
</style>