Shades of Hippie Pink #B84C53
Tints of Hippie Pink #B84C53
RGB
CMYK
RGB Variations
Color information
#B84C53 (or 0xB84C53) is known color: Hippie Pink. HEX triplet: B8, 4C and 53. RGB value is (184,76,83). Sum of RGB (Red+Green+Blue) = 184+76+83=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C53 is #47B3AC. Grayscale: #6D6D6D. Windows color (decimal): -4699053 or 5459128. OLE color: 5459128.
HSL color Cylindrical-coordinate representation of color #B84C53: hue angle of 356.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C53 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 83 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.28 |
| HSL | 356.11º | 0.43% | 0.51% | - |
| HSV(B) | 356.11º | 0.59% | 0.72% | - |
| XYZ | 23.91 | 15.98 | 10.01 | - |
| YUV | 109.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 83 | 0 | 0.59 | 0.55 | 0.28 | 356.11 | 0.43 | 0.51 |
| Hex | B8 | 4C | 53 | 0 | 3B | 37 | 1C | 164 | 2B | 33 |
| Octal | 270 | 114 | 123 | 0 | 73 | 67 | 34 | 544 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1010011 | 0 | 111011 | 110111 | 11100 | 101100100 | 101011 | 110011 |
Color Harmonies of #B84C53
Complementary color
Monochromatic Colors of #B84C53
Black with #B84C53
Text Example
Text Example
White with #B84C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C53; }
p { color: rgb(184,76,83); }
H1.HeaderClassName
{
color: #B84C53;
}
.AnyTagClassName
{
color: #B84C53;
}
</style>
background-color css
<style>
a { background-color: #B84C53; }
a { background-color: rgb(184,76,83); }
div.DivClassName
{
background-color: #B84C53;
}
.BgClassName
{
background-color: #B84C53;
}
</style>
border-color css
<style>
span { border-color: #B84C53; }
span { border-color: rgb(184,76,83); }
td.TdClassName
{
border-color: #B84C53;
}
.TagClassName
{
border-color: #B84C53;
}
</style>