Shades of Hippie Pink #B84854
Tints of Hippie Pink #B84854
RGB
CMYK
RGB Variations
Color information
#B84854 (or 0xB84854) is known color: Hippie Pink. HEX triplet: B8, 48 and 54. RGB value is (184,72,84). Sum of RGB (Red+Green+Blue) = 184+72+84=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B84854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84854 is #47B7AB. Grayscale: #6A6A6A. Windows color (decimal): -4700076 or 5523640. OLE color: 5523640.
HSL color Cylindrical-coordinate representation of color #B84854: hue angle of 353.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84854 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 84 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.28 |
| HSL | 353.57º | 0.44% | 0.5% | - |
| HSV(B) | 353.57º | 0.61% | 0.72% | - |
| XYZ | 23.68 | 15.47 | 10.12 | - |
| YUV | 106.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 84 | 0 | 0.61 | 0.54 | 0.28 | 353.57 | 0.44 | 0.5 |
| Hex | B8 | 48 | 54 | 0 | 3D | 36 | 1C | 162 | 2C | 32 |
| Octal | 270 | 110 | 124 | 0 | 75 | 66 | 34 | 542 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1010100 | 0 | 111101 | 110110 | 11100 | 101100010 | 101100 | 110010 |
Color Harmonies of #B84854
Complementary color
Monochromatic Colors of #B84854
Black with #B84854
Text Example
Text Example
White with #B84854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84854; }
p { color: rgb(184,72,84); }
H1.HeaderClassName
{
color: #B84854;
}
.AnyTagClassName
{
color: #B84854;
}
</style>
background-color css
<style>
a { background-color: #B84854; }
a { background-color: rgb(184,72,84); }
div.DivClassName
{
background-color: #B84854;
}
.BgClassName
{
background-color: #B84854;
}
</style>
border-color css
<style>
span { border-color: #B84854; }
span { border-color: rgb(184,72,84); }
td.TdClassName
{
border-color: #B84854;
}
.TagClassName
{
border-color: #B84854;
}
</style>