Shades of Hippie Pink #B84755
Tints of Hippie Pink #B84755
RGB
CMYK
RGB Variations
Color information
#B84755 (or 0xB84755) is known color: Hippie Pink. HEX triplet: B8, 47 and 55. RGB value is (184,71,85). Sum of RGB (Red+Green+Blue) = 184+71+85=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B84755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84755 is #47B8AA. Grayscale: #6A6A6A. Windows color (decimal): -4700331 or 5588920. OLE color: 5588920.
HSL color Cylindrical-coordinate representation of color #B84755: hue angle of 352.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 #B84755 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 85 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.28 |
| HSL | 352.57º | 0.44% | 0.5% | - |
| HSV(B) | 352.57º | 0.61% | 0.72% | - |
| XYZ | 23.66 | 15.35 | 10.31 | - |
| YUV | 106.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 85 | 0 | 0.61 | 0.54 | 0.28 | 352.57 | 0.44 | 0.5 |
| Hex | B8 | 47 | 55 | 0 | 3D | 36 | 1C | 161 | 2C | 32 |
| Octal | 270 | 107 | 125 | 0 | 75 | 66 | 34 | 541 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1010101 | 0 | 111101 | 110110 | 11100 | 101100001 | 101100 | 110010 |
Color Harmonies of #B84755
Complementary color
Monochromatic Colors of #B84755
Black with #B84755
Text Example
Text Example
White with #B84755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84755; }
p { color: rgb(184,71,85); }
H1.HeaderClassName
{
color: #B84755;
}
.AnyTagClassName
{
color: #B84755;
}
</style>
background-color css
<style>
a { background-color: #B84755; }
a { background-color: rgb(184,71,85); }
div.DivClassName
{
background-color: #B84755;
}
.BgClassName
{
background-color: #B84755;
}
</style>
border-color css
<style>
span { border-color: #B84755; }
span { border-color: rgb(184,71,85); }
td.TdClassName
{
border-color: #B84755;
}
.TagClassName
{
border-color: #B84755;
}
</style>