Shades of Hippie Pink #B84C58
Tints of Hippie Pink #B84C58
RGB
CMYK
RGB Variations
Color information
#B84C58 (or 0xB84C58) is known color: Hippie Pink. HEX triplet: B8, 4C and 58. RGB value is (184,76,88). Sum of RGB (Red+Green+Blue) = 184+76+88=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C58 is #47B3A7. Grayscale: #6D6D6D. Windows color (decimal): -4699048 or 5786808. OLE color: 5786808.
HSL color Cylindrical-coordinate representation of color #B84C58: hue angle of 353.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C58 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 88 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.28 |
| HSL | 353.33º | 0.43% | 0.51% | - |
| HSV(B) | 353.33º | 0.59% | 0.72% | - |
| XYZ | 24.11 | 16.06 | 11.06 | - |
| YUV | 109.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 88 | 0 | 0.59 | 0.52 | 0.28 | 353.33 | 0.43 | 0.51 |
| Hex | B8 | 4C | 58 | 0 | 3B | 34 | 1C | 161 | 2B | 33 |
| Octal | 270 | 114 | 130 | 0 | 73 | 64 | 34 | 541 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1011000 | 0 | 111011 | 110100 | 11100 | 101100001 | 101011 | 110011 |
Color Harmonies of #B84C58
Complementary color
Monochromatic Colors of #B84C58
Black with #B84C58
Text Example
Text Example
White with #B84C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C58; }
p { color: rgb(184,76,88); }
H1.HeaderClassName
{
color: #B84C58;
}
.AnyTagClassName
{
color: #B84C58;
}
</style>
background-color css
<style>
a { background-color: #B84C58; }
a { background-color: rgb(184,76,88); }
div.DivClassName
{
background-color: #B84C58;
}
.BgClassName
{
background-color: #B84C58;
}
</style>
border-color css
<style>
span { border-color: #B84C58; }
span { border-color: rgb(184,76,88); }
td.TdClassName
{
border-color: #B84C58;
}
.TagClassName
{
border-color: #B84C58;
}
</style>