Shades of Hippie Pink #B84654
Tints of Hippie Pink #B84654
RGB
CMYK
RGB Variations
Color information
#B84654 (or 0xB84654) is known color: Hippie Pink. HEX triplet: B8, 46 and 54. RGB value is (184,70,84). Sum of RGB (Red+Green+Blue) = 184+70+84=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84654 is #47B9AB. Grayscale: #696969. Windows color (decimal): -4700588 or 5523128. OLE color: 5523128.
HSL color Cylindrical-coordinate representation of color #B84654: hue angle of 352.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84654 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 84 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.28 |
| HSL | 352.63º | 0.45% | 0.5% | - |
| HSV(B) | 352.63º | 0.62% | 0.72% | - |
| XYZ | 23.56 | 15.21 | 10.08 | - |
| YUV | 105.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 84 | 0 | 0.62 | 0.54 | 0.28 | 352.63 | 0.45 | 0.5 |
| Hex | B8 | 46 | 54 | 0 | 3E | 36 | 1C | 161 | 2D | 32 |
| Octal | 270 | 106 | 124 | 0 | 76 | 66 | 34 | 541 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1010100 | 0 | 111110 | 110110 | 11100 | 101100001 | 101101 | 110010 |
Color Harmonies of #B84654
Complementary color
Monochromatic Colors of #B84654
Black with #B84654
Text Example
Text Example
White with #B84654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84654; }
p { color: rgb(184,70,84); }
H1.HeaderClassName
{
color: #B84654;
}
.AnyTagClassName
{
color: #B84654;
}
</style>
background-color css
<style>
a { background-color: #B84654; }
a { background-color: rgb(184,70,84); }
div.DivClassName
{
background-color: #B84654;
}
.BgClassName
{
background-color: #B84654;
}
</style>
border-color css
<style>
span { border-color: #B84654; }
span { border-color: rgb(184,70,84); }
td.TdClassName
{
border-color: #B84654;
}
.TagClassName
{
border-color: #B84654;
}
</style>