Shades of Hippie Pink #B84A58
Tints of Hippie Pink #B84A58
RGB
CMYK
RGB Variations
Color information
#B84A58 (or 0xB84A58) is known color: Hippie Pink. HEX triplet: B8, 4A and 58. RGB value is (184,74,88). Sum of RGB (Red+Green+Blue) = 184+74+88=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A58 is #47B5A7. Grayscale: #6C6C6C. Windows color (decimal): -4699560 or 5786296. OLE color: 5786296.
HSL color Cylindrical-coordinate representation of color #B84A58: hue angle of 352.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A58 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 88 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.28 |
| HSL | 352.36º | 0.44% | 0.51% | - |
| HSV(B) | 352.36º | 0.6% | 0.72% | - |
| XYZ | 23.98 | 15.79 | 11.02 | - |
| YUV | 108.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 88 | 0 | 0.60 | 0.52 | 0.28 | 352.36 | 0.44 | 0.51 |
| Hex | B8 | 4A | 58 | 0 | 3C | 34 | 1C | 160 | 2C | 33 |
| Octal | 270 | 112 | 130 | 0 | 74 | 64 | 34 | 540 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1011000 | 0 | 111100 | 110100 | 11100 | 101100000 | 101100 | 110011 |
Color Harmonies of #B84A58
Complementary color
Monochromatic Colors of #B84A58
Black with #B84A58
Text Example
Text Example
White with #B84A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A58; }
p { color: rgb(184,74,88); }
H1.HeaderClassName
{
color: #B84A58;
}
.AnyTagClassName
{
color: #B84A58;
}
</style>
background-color css
<style>
a { background-color: #B84A58; }
a { background-color: rgb(184,74,88); }
div.DivClassName
{
background-color: #B84A58;
}
.BgClassName
{
background-color: #B84A58;
}
</style>
border-color css
<style>
span { border-color: #B84A58; }
span { border-color: rgb(184,74,88); }
td.TdClassName
{
border-color: #B84A58;
}
.TagClassName
{
border-color: #B84A58;
}
</style>