Shades of Hippie Pink #B84754
Tints of Hippie Pink #B84754
RGB
CMYK
RGB Variations
Color information
#B84754 (or 0xB84754) is known color: Hippie Pink. HEX triplet: B8, 47 and 54. RGB value is (184,71,84). Sum of RGB (Red+Green+Blue) = 184+71+84=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B84754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84754 is #47B8AB. Grayscale: #6A6A6A. Windows color (decimal): -4700332 or 5523384. OLE color: 5523384.
HSL color Cylindrical-coordinate representation of color #B84754: hue angle of 353.1º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84754 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 84 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.28 |
| HSL | 353.1º | 0.44% | 0.5% | - |
| HSV(B) | 353.1º | 0.61% | 0.72% | - |
| XYZ | 23.62 | 15.34 | 10.1 | - |
| YUV | 106.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 84 | 0 | 0.61 | 0.54 | 0.28 | 353.1 | 0.44 | 0.5 |
| Hex | B8 | 47 | 54 | 0 | 3D | 36 | 1C | 161 | 2C | 32 |
| Octal | 270 | 107 | 124 | 0 | 75 | 66 | 34 | 541 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1010100 | 0 | 111101 | 110110 | 11100 | 101100001 | 101100 | 110010 |
Color Harmonies of #B84754
Complementary color
Monochromatic Colors of #B84754
Black with #B84754
Text Example
Text Example
White with #B84754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84754; }
p { color: rgb(184,71,84); }
H1.HeaderClassName
{
color: #B84754;
}
.AnyTagClassName
{
color: #B84754;
}
</style>
background-color css
<style>
a { background-color: #B84754; }
a { background-color: rgb(184,71,84); }
div.DivClassName
{
background-color: #B84754;
}
.BgClassName
{
background-color: #B84754;
}
</style>
border-color css
<style>
span { border-color: #B84754; }
span { border-color: rgb(184,71,84); }
td.TdClassName
{
border-color: #B84754;
}
.TagClassName
{
border-color: #B84754;
}
</style>