Shades of Hippie Pink #B84158
Tints of Hippie Pink #B84158
RGB
CMYK
RGB Variations
Color information
#B84158 (or 0xB84158) is known color: Hippie Pink. HEX triplet: B8, 41 and 58. RGB value is (184,65,88). Sum of RGB (Red+Green+Blue) = 184+65+88=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84158 is #47BEA7. Grayscale: #676767. Windows color (decimal): -4701864 or 5783992. OLE color: 5783992.
HSL color Cylindrical-coordinate representation of color #B84158: hue angle of 348.4º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84158 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 88 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.28 |
| HSL | 348.4º | 0.48% | 0.49% | - |
| HSV(B) | 348.4º | 0.65% | 0.72% | - |
| XYZ | 23.42 | 14.68 | 10.83 | - |
| YUV | 103.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 88 | 0 | 0.65 | 0.52 | 0.28 | 348.4 | 0.48 | 0.49 |
| Hex | B8 | 41 | 58 | 0 | 41 | 34 | 1C | 15C | 30 | 31 |
| Octal | 270 | 101 | 130 | 0 | 101 | 64 | 34 | 534 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1011000 | 0 | 1000001 | 110100 | 11100 | 101011100 | 110000 | 110001 |
Color Harmonies of #B84158
Complementary color
Monochromatic Colors of #B84158
Black with #B84158
Text Example
Text Example
White with #B84158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84158; }
p { color: rgb(184,65,88); }
H1.HeaderClassName
{
color: #B84158;
}
.AnyTagClassName
{
color: #B84158;
}
</style>
background-color css
<style>
a { background-color: #B84158; }
a { background-color: rgb(184,65,88); }
div.DivClassName
{
background-color: #B84158;
}
.BgClassName
{
background-color: #B84158;
}
</style>
border-color css
<style>
span { border-color: #B84158; }
span { border-color: rgb(184,65,88); }
td.TdClassName
{
border-color: #B84158;
}
.TagClassName
{
border-color: #B84158;
}
</style>