Shades of Hippie Pink #B84950
Tints of Hippie Pink #B84950
RGB
CMYK
RGB Variations
Color information
#B84950 (or 0xB84950) is known color: Hippie Pink. HEX triplet: B8, 49 and 50. RGB value is (184,73,80). Sum of RGB (Red+Green+Blue) = 184+73+80=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84950 is #47B6AF. Grayscale: #6B6B6B. Windows color (decimal): -4699824 or 5261752. OLE color: 5261752.
HSL color Cylindrical-coordinate representation of color #B84950: hue angle of 356.22º 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 #B84950 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 80 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.28 |
| HSL | 356.22º | 0.44% | 0.5% | - |
| HSV(B) | 356.22º | 0.6% | 0.72% | - |
| XYZ | 23.6 | 15.53 | 9.34 | - |
| YUV | 106.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 80 | 0 | 0.60 | 0.57 | 0.28 | 356.22 | 0.44 | 0.5 |
| Hex | B8 | 49 | 50 | 0 | 3C | 39 | 1C | 164 | 2C | 32 |
| Octal | 270 | 111 | 120 | 0 | 74 | 71 | 34 | 544 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1010000 | 0 | 111100 | 111001 | 11100 | 101100100 | 101100 | 110010 |
Color Harmonies of #B84950
Complementary color
Monochromatic Colors of #B84950
Black with #B84950
Text Example
Text Example
White with #B84950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84950; }
p { color: rgb(184,73,80); }
H1.HeaderClassName
{
color: #B84950;
}
.AnyTagClassName
{
color: #B84950;
}
</style>
background-color css
<style>
a { background-color: #B84950; }
a { background-color: rgb(184,73,80); }
div.DivClassName
{
background-color: #B84950;
}
.BgClassName
{
background-color: #B84950;
}
</style>
border-color css
<style>
span { border-color: #B84950; }
span { border-color: rgb(184,73,80); }
td.TdClassName
{
border-color: #B84950;
}
.TagClassName
{
border-color: #B84950;
}
</style>