Shades of Hippie Pink #B84D52
Tints of Hippie Pink #B84D52
RGB
CMYK
RGB Variations
Color information
#B84D52 (or 0xB84D52) is known color: Hippie Pink. HEX triplet: B8, 4D and 52. RGB value is (184,77,82). Sum of RGB (Red+Green+Blue) = 184+77+82=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D52 is #47B2AD. Grayscale: #6D6D6D. Windows color (decimal): -4698798 or 5393848. OLE color: 5393848.
HSL color Cylindrical-coordinate representation of color #B84D52: hue angle of 357.2º 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 #B84D52 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 82 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.28 |
| HSL | 357.2º | 0.43% | 0.51% | - |
| HSV(B) | 357.2º | 0.58% | 0.72% | - |
| XYZ | 23.94 | 16.11 | 9.83 | - |
| YUV | 109.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 82 | 0 | 0.58 | 0.55 | 0.28 | 357.2 | 0.43 | 0.51 |
| Hex | B8 | 4D | 52 | 0 | 3A | 37 | 1C | 165 | 2B | 33 |
| Octal | 270 | 115 | 122 | 0 | 72 | 67 | 34 | 545 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1010010 | 0 | 111010 | 110111 | 11100 | 101100101 | 101011 | 110011 |
Color Harmonies of #B84D52
Complementary color
Monochromatic Colors of #B84D52
Black with #B84D52
Text Example
Text Example
White with #B84D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D52; }
p { color: rgb(184,77,82); }
H1.HeaderClassName
{
color: #B84D52;
}
.AnyTagClassName
{
color: #B84D52;
}
</style>
background-color css
<style>
a { background-color: #B84D52; }
a { background-color: rgb(184,77,82); }
div.DivClassName
{
background-color: #B84D52;
}
.BgClassName
{
background-color: #B84D52;
}
</style>
border-color css
<style>
span { border-color: #B84D52; }
span { border-color: rgb(184,77,82); }
td.TdClassName
{
border-color: #B84D52;
}
.TagClassName
{
border-color: #B84D52;
}
</style>