Shades of Hippie Pink #B84C55
Tints of Hippie Pink #B84C55
RGB
CMYK
RGB Variations
Color information
#B84C55 (or 0xB84C55) is known color: Hippie Pink. HEX triplet: B8, 4C and 55. RGB value is (184,76,85). Sum of RGB (Red+Green+Blue) = 184+76+85=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C55 is #47B3AA. Grayscale: #6D6D6D. Windows color (decimal): -4699051 or 5590200. OLE color: 5590200.
HSL color Cylindrical-coordinate representation of color #B84C55: hue angle of 355º 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 #B84C55 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 85 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.28 |
| HSL | 355º | 0.43% | 0.51% | - |
| HSV(B) | 355º | 0.59% | 0.72% | - |
| XYZ | 23.99 | 16.02 | 10.42 | - |
| YUV | 109.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 85 | 0 | 0.59 | 0.54 | 0.28 | 355 | 0.43 | 0.51 |
| Hex | B8 | 4C | 55 | 0 | 3B | 36 | 1C | 163 | 2B | 33 |
| Octal | 270 | 114 | 125 | 0 | 73 | 66 | 34 | 543 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1010101 | 0 | 111011 | 110110 | 11100 | 101100011 | 101011 | 110011 |
Color Harmonies of #B84C55
Complementary color
Monochromatic Colors of #B84C55
Black with #B84C55
Text Example
Text Example
White with #B84C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C55; }
p { color: rgb(184,76,85); }
H1.HeaderClassName
{
color: #B84C55;
}
.AnyTagClassName
{
color: #B84C55;
}
</style>
background-color css
<style>
a { background-color: #B84C55; }
a { background-color: rgb(184,76,85); }
div.DivClassName
{
background-color: #B84C55;
}
.BgClassName
{
background-color: #B84C55;
}
</style>
border-color css
<style>
span { border-color: #B84C55; }
span { border-color: rgb(184,76,85); }
td.TdClassName
{
border-color: #B84C55;
}
.TagClassName
{
border-color: #B84C55;
}
</style>