Shades of Hippie Pink #B84658
Tints of Hippie Pink #B84658
RGB
CMYK
RGB Variations
Color information
#B84658 (or 0xB84658) is known color: Hippie Pink. HEX triplet: B8, 46 and 58. RGB value is (184,70,88). Sum of RGB (Red+Green+Blue) = 184+70+88=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B84658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84658 is #47B9A7. Grayscale: #6A6A6A. Windows color (decimal): -4700584 or 5785272. OLE color: 5785272.
HSL color Cylindrical-coordinate representation of color #B84658: hue angle of 350.53º 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 #B84658 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 88 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.28 |
| HSL | 350.53º | 0.45% | 0.5% | - |
| HSV(B) | 350.53º | 0.62% | 0.72% | - |
| XYZ | 23.72 | 15.28 | 10.93 | - |
| YUV | 106.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 88 | 0 | 0.62 | 0.52 | 0.28 | 350.53 | 0.45 | 0.5 |
| Hex | B8 | 46 | 58 | 0 | 3E | 34 | 1C | 15F | 2D | 32 |
| Octal | 270 | 106 | 130 | 0 | 76 | 64 | 34 | 537 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1011000 | 0 | 111110 | 110100 | 11100 | 101011111 | 101101 | 110010 |
Color Harmonies of #B84658
Complementary color
Monochromatic Colors of #B84658
Black with #B84658
Text Example
Text Example
White with #B84658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84658; }
p { color: rgb(184,70,88); }
H1.HeaderClassName
{
color: #B84658;
}
.AnyTagClassName
{
color: #B84658;
}
</style>
background-color css
<style>
a { background-color: #B84658; }
a { background-color: rgb(184,70,88); }
div.DivClassName
{
background-color: #B84658;
}
.BgClassName
{
background-color: #B84658;
}
</style>
border-color css
<style>
span { border-color: #B84658; }
span { border-color: rgb(184,70,88); }
td.TdClassName
{
border-color: #B84658;
}
.TagClassName
{
border-color: #B84658;
}
</style>