Shades of Hippie Pink #B84A55
Tints of Hippie Pink #B84A55
RGB
CMYK
RGB Variations
Color information
#B84A55 (or 0xB84A55) is known color: Hippie Pink. HEX triplet: B8, 4A and 55. RGB value is (184,74,85). Sum of RGB (Red+Green+Blue) = 184+74+85=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A55 is #47B5AA. Grayscale: #6C6C6C. Windows color (decimal): -4699563 or 5589688. OLE color: 5589688.
HSL color Cylindrical-coordinate representation of color #B84A55: hue angle of 354º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A55 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 85 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.28 |
| HSL | 354º | 0.44% | 0.51% | - |
| HSV(B) | 354º | 0.6% | 0.72% | - |
| XYZ | 23.86 | 15.74 | 10.38 | - |
| YUV | 108.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 85 | 0 | 0.60 | 0.54 | 0.28 | 354 | 0.44 | 0.51 |
| Hex | B8 | 4A | 55 | 0 | 3C | 36 | 1C | 162 | 2C | 33 |
| Octal | 270 | 112 | 125 | 0 | 74 | 66 | 34 | 542 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1010101 | 0 | 111100 | 110110 | 11100 | 101100010 | 101100 | 110011 |
Color Harmonies of #B84A55
Complementary color
Monochromatic Colors of #B84A55
Black with #B84A55
Text Example
Text Example
White with #B84A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A55; }
p { color: rgb(184,74,85); }
H1.HeaderClassName
{
color: #B84A55;
}
.AnyTagClassName
{
color: #B84A55;
}
</style>
background-color css
<style>
a { background-color: #B84A55; }
a { background-color: rgb(184,74,85); }
div.DivClassName
{
background-color: #B84A55;
}
.BgClassName
{
background-color: #B84A55;
}
</style>
border-color css
<style>
span { border-color: #B84A55; }
span { border-color: rgb(184,74,85); }
td.TdClassName
{
border-color: #B84A55;
}
.TagClassName
{
border-color: #B84A55;
}
</style>