Shades of Hippie Pink #B84756
Tints of Hippie Pink #B84756
RGB
CMYK
RGB Variations
Color information
#B84756 (or 0xB84756) is known color: Hippie Pink. HEX triplet: B8, 47 and 56. RGB value is (184,71,86). Sum of RGB (Red+Green+Blue) = 184+71+86=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B84756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84756 is #47B8A9. Grayscale: #6A6A6A. Windows color (decimal): -4700330 or 5654456. OLE color: 5654456.
HSL color Cylindrical-coordinate representation of color #B84756: hue angle of 352.04º 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 #B84756 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 86 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.28 |
| HSL | 352.04º | 0.44% | 0.5% | - |
| HSV(B) | 352.04º | 0.61% | 0.72% | - |
| XYZ | 23.7 | 15.37 | 10.52 | - |
| YUV | 106.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 86 | 0 | 0.61 | 0.53 | 0.28 | 352.04 | 0.44 | 0.5 |
| Hex | B8 | 47 | 56 | 0 | 3D | 35 | 1C | 160 | 2C | 32 |
| Octal | 270 | 107 | 126 | 0 | 75 | 65 | 34 | 540 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1010110 | 0 | 111101 | 110101 | 11100 | 101100000 | 101100 | 110010 |
Color Harmonies of #B84756
Complementary color
Monochromatic Colors of #B84756
Black with #B84756
Text Example
Text Example
White with #B84756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84756; }
p { color: rgb(184,71,86); }
H1.HeaderClassName
{
color: #B84756;
}
.AnyTagClassName
{
color: #B84756;
}
</style>
background-color css
<style>
a { background-color: #B84756; }
a { background-color: rgb(184,71,86); }
div.DivClassName
{
background-color: #B84756;
}
.BgClassName
{
background-color: #B84756;
}
</style>
border-color css
<style>
span { border-color: #B84756; }
span { border-color: rgb(184,71,86); }
td.TdClassName
{
border-color: #B84756;
}
.TagClassName
{
border-color: #B84756;
}
</style>