Shades of Hippie Pink #B84E5B
Tints of Hippie Pink #B84E5B
RGB
CMYK
RGB Variations
Color information
#B84E5B (or 0xB84E5B) is known color: Hippie Pink. HEX triplet: B8, 4E and 5B. RGB value is (184,78,91). Sum of RGB (Red+Green+Blue) = 184+78+91=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E5B is #47B1A4. Grayscale: #6F6F6F. Windows color (decimal): -4698533 or 5983928. OLE color: 5983928.
HSL color Cylindrical-coordinate representation of color #B84E5B: hue angle of 352.64º 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 #B84E5B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 91 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.28 |
| HSL | 352.64º | 0.43% | 0.51% | - |
| HSV(B) | 352.64º | 0.58% | 0.72% | - |
| XYZ | 24.38 | 16.39 | 11.78 | - |
| YUV | 111.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 91 | 0 | 0.58 | 0.51 | 0.28 | 352.64 | 0.43 | 0.51 |
| Hex | B8 | 4E | 5B | 0 | 3A | 33 | 1C | 161 | 2B | 33 |
| Octal | 270 | 116 | 133 | 0 | 72 | 63 | 34 | 541 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1011011 | 0 | 111010 | 110011 | 11100 | 101100001 | 101011 | 110011 |
Color Harmonies of #B84E5B
Complementary color
Monochromatic Colors of #B84E5B
Black with #B84E5B
Text Example
Text Example
White with #B84E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E5B; }
p { color: rgb(184,78,91); }
H1.HeaderClassName
{
color: #B84E5B;
}
.AnyTagClassName
{
color: #B84E5B;
}
</style>
background-color css
<style>
a { background-color: #B84E5B; }
a { background-color: rgb(184,78,91); }
div.DivClassName
{
background-color: #B84E5B;
}
.BgClassName
{
background-color: #B84E5B;
}
</style>
border-color css
<style>
span { border-color: #B84E5B; }
span { border-color: rgb(184,78,91); }
td.TdClassName
{
border-color: #B84E5B;
}
.TagClassName
{
border-color: #B84E5B;
}
</style>