Shades of Hippie Pink #B84852
Tints of Hippie Pink #B84852
RGB
CMYK
RGB Variations
Color information
#B84852 (or 0xB84852) is known color: Hippie Pink. HEX triplet: B8, 48 and 52. RGB value is (184,72,82). Sum of RGB (Red+Green+Blue) = 184+72+82=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84852 is #47B7AD. Grayscale: #6A6A6A. Windows color (decimal): -4700078 or 5392568. OLE color: 5392568.
HSL color Cylindrical-coordinate representation of color #B84852: hue angle of 354.64º 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 #B84852 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 82 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.28 |
| HSL | 354.64º | 0.44% | 0.5% | - |
| HSV(B) | 354.64º | 0.61% | 0.72% | - |
| XYZ | 23.61 | 15.43 | 9.72 | - |
| YUV | 106.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 82 | 0 | 0.61 | 0.55 | 0.28 | 354.64 | 0.44 | 0.5 |
| Hex | B8 | 48 | 52 | 0 | 3D | 37 | 1C | 163 | 2C | 32 |
| Octal | 270 | 110 | 122 | 0 | 75 | 67 | 34 | 543 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1010010 | 0 | 111101 | 110111 | 11100 | 101100011 | 101100 | 110010 |
Color Harmonies of #B84852
Complementary color
Monochromatic Colors of #B84852
Black with #B84852
Text Example
Text Example
White with #B84852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84852; }
p { color: rgb(184,72,82); }
H1.HeaderClassName
{
color: #B84852;
}
.AnyTagClassName
{
color: #B84852;
}
</style>
background-color css
<style>
a { background-color: #B84852; }
a { background-color: rgb(184,72,82); }
div.DivClassName
{
background-color: #B84852;
}
.BgClassName
{
background-color: #B84852;
}
</style>
border-color css
<style>
span { border-color: #B84852; }
span { border-color: rgb(184,72,82); }
td.TdClassName
{
border-color: #B84852;
}
.TagClassName
{
border-color: #B84852;
}
</style>