Shades of Hippie Pink #B84456
Tints of Hippie Pink #B84456
RGB
CMYK
RGB Variations
Color information
#B84456 (or 0xB84456) is known color: Hippie Pink. HEX triplet: B8, 44 and 56. RGB value is (184,68,86). Sum of RGB (Red+Green+Blue) = 184+68+86=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84456 is #47BBA9. Grayscale: #686868. Windows color (decimal): -4701098 or 5653688. OLE color: 5653688.
HSL color Cylindrical-coordinate representation of color #B84456: hue angle of 350.69º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84456 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 86 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.28 |
| HSL | 350.69º | 0.46% | 0.49% | - |
| HSV(B) | 350.69º | 0.63% | 0.72% | - |
| XYZ | 23.51 | 15 | 10.46 | - |
| YUV | 104.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 86 | 0 | 0.63 | 0.53 | 0.28 | 350.69 | 0.46 | 0.49 |
| Hex | B8 | 44 | 56 | 0 | 3F | 35 | 1C | 15F | 2E | 31 |
| Octal | 270 | 104 | 126 | 0 | 77 | 65 | 34 | 537 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1010110 | 0 | 111111 | 110101 | 11100 | 101011111 | 101110 | 110001 |
Color Harmonies of #B84456
Complementary color
Monochromatic Colors of #B84456
Black with #B84456
Text Example
Text Example
White with #B84456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84456; }
p { color: rgb(184,68,86); }
H1.HeaderClassName
{
color: #B84456;
}
.AnyTagClassName
{
color: #B84456;
}
</style>
background-color css
<style>
a { background-color: #B84456; }
a { background-color: rgb(184,68,86); }
div.DivClassName
{
background-color: #B84456;
}
.BgClassName
{
background-color: #B84456;
}
</style>
border-color css
<style>
span { border-color: #B84456; }
span { border-color: rgb(184,68,86); }
td.TdClassName
{
border-color: #B84456;
}
.TagClassName
{
border-color: #B84456;
}
</style>