Shades of Hippie Pink #B84452
Tints of Hippie Pink #B84452
RGB
CMYK
RGB Variations
Color information
#B84452 (or 0xB84452) is known color: Hippie Pink. HEX triplet: B8, 44 and 52. RGB value is (184,68,82). Sum of RGB (Red+Green+Blue) = 184+68+82=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84452 is #47BBAD. Grayscale: #686868. Windows color (decimal): -4701102 or 5391544. OLE color: 5391544.
HSL color Cylindrical-coordinate representation of color #B84452: hue angle of 352.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84452 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 82 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.28 |
| HSL | 352.76º | 0.46% | 0.49% | - |
| HSV(B) | 352.76º | 0.63% | 0.72% | - |
| XYZ | 23.36 | 14.93 | 9.63 | - |
| YUV | 104.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 82 | 0 | 0.63 | 0.55 | 0.28 | 352.76 | 0.46 | 0.49 |
| Hex | B8 | 44 | 52 | 0 | 3F | 37 | 1C | 161 | 2E | 31 |
| Octal | 270 | 104 | 122 | 0 | 77 | 67 | 34 | 541 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1010010 | 0 | 111111 | 110111 | 11100 | 101100001 | 101110 | 110001 |
Color Harmonies of #B84452
Complementary color
Monochromatic Colors of #B84452
Black with #B84452
Text Example
Text Example
White with #B84452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84452; }
p { color: rgb(184,68,82); }
H1.HeaderClassName
{
color: #B84452;
}
.AnyTagClassName
{
color: #B84452;
}
</style>
background-color css
<style>
a { background-color: #B84452; }
a { background-color: rgb(184,68,82); }
div.DivClassName
{
background-color: #B84452;
}
.BgClassName
{
background-color: #B84452;
}
</style>
border-color css
<style>
span { border-color: #B84452; }
span { border-color: rgb(184,68,82); }
td.TdClassName
{
border-color: #B84452;
}
.TagClassName
{
border-color: #B84452;
}
</style>