Shades of Hippie Pink #B84954
Tints of Hippie Pink #B84954
RGB
CMYK
RGB Variations
Color information
#B84954 (or 0xB84954) is known color: Hippie Pink. HEX triplet: B8, 49 and 54. RGB value is (184,73,84). Sum of RGB (Red+Green+Blue) = 184+73+84=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B84954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84954 is #47B6AB. Grayscale: #6B6B6B. Windows color (decimal): -4699820 or 5523896. OLE color: 5523896.
HSL color Cylindrical-coordinate representation of color #B84954: hue angle of 354.05º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84954 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 84 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.28 |
| HSL | 354.05º | 0.44% | 0.5% | - |
| HSV(B) | 354.05º | 0.6% | 0.72% | - |
| XYZ | 23.75 | 15.6 | 10.15 | - |
| YUV | 107.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 84 | 0 | 0.60 | 0.54 | 0.28 | 354.05 | 0.44 | 0.5 |
| Hex | B8 | 49 | 54 | 0 | 3C | 36 | 1C | 162 | 2C | 32 |
| Octal | 270 | 111 | 124 | 0 | 74 | 66 | 34 | 542 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1010100 | 0 | 111100 | 110110 | 11100 | 101100010 | 101100 | 110010 |
Color Harmonies of #B84954
Complementary color
Monochromatic Colors of #B84954
Black with #B84954
Text Example
Text Example
White with #B84954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84954; }
p { color: rgb(184,73,84); }
H1.HeaderClassName
{
color: #B84954;
}
.AnyTagClassName
{
color: #B84954;
}
</style>
background-color css
<style>
a { background-color: #B84954; }
a { background-color: rgb(184,73,84); }
div.DivClassName
{
background-color: #B84954;
}
.BgClassName
{
background-color: #B84954;
}
</style>
border-color css
<style>
span { border-color: #B84954; }
span { border-color: rgb(184,73,84); }
td.TdClassName
{
border-color: #B84954;
}
.TagClassName
{
border-color: #B84954;
}
</style>