Shades of Hippie Pink #B84C54
Tints of Hippie Pink #B84C54
RGB
CMYK
RGB Variations
Color information
#B84C54 (or 0xB84C54) is known color: Hippie Pink. HEX triplet: B8, 4C and 54. RGB value is (184,76,84). Sum of RGB (Red+Green+Blue) = 184+76+84=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C54 is #47B3AB. Grayscale: #6D6D6D. Windows color (decimal): -4699052 or 5524664. OLE color: 5524664.
HSL color Cylindrical-coordinate representation of color #B84C54: hue angle of 355.56º 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 #B84C54 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 84 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.28 |
| HSL | 355.56º | 0.43% | 0.51% | - |
| HSV(B) | 355.56º | 0.59% | 0.72% | - |
| XYZ | 23.95 | 16 | 10.21 | - |
| YUV | 109.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 84 | 0 | 0.59 | 0.54 | 0.28 | 355.56 | 0.43 | 0.51 |
| Hex | B8 | 4C | 54 | 0 | 3B | 36 | 1C | 164 | 2B | 33 |
| Octal | 270 | 114 | 124 | 0 | 73 | 66 | 34 | 544 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1010100 | 0 | 111011 | 110110 | 11100 | 101100100 | 101011 | 110011 |
Color Harmonies of #B84C54
Complementary color
Monochromatic Colors of #B84C54
Black with #B84C54
Text Example
Text Example
White with #B84C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C54; }
p { color: rgb(184,76,84); }
H1.HeaderClassName
{
color: #B84C54;
}
.AnyTagClassName
{
color: #B84C54;
}
</style>
background-color css
<style>
a { background-color: #B84C54; }
a { background-color: rgb(184,76,84); }
div.DivClassName
{
background-color: #B84C54;
}
.BgClassName
{
background-color: #B84C54;
}
</style>
border-color css
<style>
span { border-color: #B84C54; }
span { border-color: rgb(184,76,84); }
td.TdClassName
{
border-color: #B84C54;
}
.TagClassName
{
border-color: #B84C54;
}
</style>