Shades of Hippie Pink #B84C51
Tints of Hippie Pink #B84C51
RGB
CMYK
RGB Variations
Color information
#B84C51 (or 0xB84C51) is known color: Hippie Pink. HEX triplet: B8, 4C and 51. RGB value is (184,76,81). Sum of RGB (Red+Green+Blue) = 184+76+81=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C51 is #47B3AE. Grayscale: #6C6C6C. Windows color (decimal): -4699055 or 5328056. OLE color: 5328056.
HSL color Cylindrical-coordinate representation of color #B84C51: hue angle of 357.22º 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 #B84C51 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 81 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.28 |
| HSL | 357.22º | 0.43% | 0.51% | - |
| HSV(B) | 357.22º | 0.59% | 0.72% | - |
| XYZ | 23.84 | 15.95 | 9.61 | - |
| YUV | 108.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 81 | 0 | 0.59 | 0.56 | 0.28 | 357.22 | 0.43 | 0.51 |
| Hex | B8 | 4C | 51 | 0 | 3B | 38 | 1C | 165 | 2B | 33 |
| Octal | 270 | 114 | 121 | 0 | 73 | 70 | 34 | 545 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1010001 | 0 | 111011 | 111000 | 11100 | 101100101 | 101011 | 110011 |
Color Harmonies of #B84C51
Complementary color
Monochromatic Colors of #B84C51
Black with #B84C51
Text Example
Text Example
White with #B84C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C51; }
p { color: rgb(184,76,81); }
H1.HeaderClassName
{
color: #B84C51;
}
.AnyTagClassName
{
color: #B84C51;
}
</style>
background-color css
<style>
a { background-color: #B84C51; }
a { background-color: rgb(184,76,81); }
div.DivClassName
{
background-color: #B84C51;
}
.BgClassName
{
background-color: #B84C51;
}
</style>
border-color css
<style>
span { border-color: #B84C51; }
span { border-color: rgb(184,76,81); }
td.TdClassName
{
border-color: #B84C51;
}
.TagClassName
{
border-color: #B84C51;
}
</style>