Shades of Hippie Pink #B84D4F
Tints of Hippie Pink #B84D4F
RGB
CMYK
RGB Variations
Color information
#B84D4F (or 0xB84D4F) is known color: Hippie Pink. HEX triplet: B8, 4D and 4F. RGB value is (184,77,79). Sum of RGB (Red+Green+Blue) = 184+77+79=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D4F is #47B2B0. Grayscale: #6D6D6D. Windows color (decimal): -4698801 or 5197240. OLE color: 5197240.
HSL color Cylindrical-coordinate representation of color #B84D4F: hue angle of 358.88º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D4F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 79 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.28 |
| HSL | 358.88º | 0.43% | 0.51% | - |
| HSV(B) | 358.88º | 0.58% | 0.72% | - |
| XYZ | 23.83 | 16.06 | 9.24 | - |
| YUV | 109.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 79 | 0 | 0.58 | 0.57 | 0.28 | 358.88 | 0.43 | 0.51 |
| Hex | B8 | 4D | 4F | 0 | 3A | 39 | 1C | 167 | 2B | 33 |
| Octal | 270 | 115 | 117 | 0 | 72 | 71 | 34 | 547 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1001111 | 0 | 111010 | 111001 | 11100 | 101100111 | 101011 | 110011 |
Color Harmonies of #B84D4F
Complementary color
Monochromatic Colors of #B84D4F
Black with #B84D4F
Text Example
Text Example
White with #B84D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D4F; }
p { color: rgb(184,77,79); }
H1.HeaderClassName
{
color: #B84D4F;
}
.AnyTagClassName
{
color: #B84D4F;
}
</style>
background-color css
<style>
a { background-color: #B84D4F; }
a { background-color: rgb(184,77,79); }
div.DivClassName
{
background-color: #B84D4F;
}
.BgClassName
{
background-color: #B84D4F;
}
</style>
border-color css
<style>
span { border-color: #B84D4F; }
span { border-color: rgb(184,77,79); }
td.TdClassName
{
border-color: #B84D4F;
}
.TagClassName
{
border-color: #B84D4F;
}
</style>