Shades of Hippie Pink #B8484E
Tints of Hippie Pink #B8484E
RGB
CMYK
RGB Variations
Color information
#B8484E (or 0xB8484E) is known color: Hippie Pink. HEX triplet: B8, 48 and 4E. RGB value is (184,72,78). Sum of RGB (Red+Green+Blue) = 184+72+78=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8484E is #47B7B1. Grayscale: #6A6A6A. Windows color (decimal): -4700082 or 5130424. OLE color: 5130424.
HSL color Cylindrical-coordinate representation of color #B8484E: hue angle of 356.79º 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 #B8484E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 78 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.28 |
| HSL | 356.79º | 0.44% | 0.5% | - |
| HSV(B) | 356.79º | 0.61% | 0.72% | - |
| XYZ | 23.46 | 15.38 | 8.94 | - |
| YUV | 106.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 78 | 0 | 0.61 | 0.58 | 0.28 | 356.79 | 0.44 | 0.5 |
| Hex | B8 | 48 | 4E | 0 | 3D | 3A | 1C | 165 | 2C | 32 |
| Octal | 270 | 110 | 116 | 0 | 75 | 72 | 34 | 545 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1001110 | 0 | 111101 | 111010 | 11100 | 101100101 | 101100 | 110010 |
Color Harmonies of #B8484E
Complementary color
Monochromatic Colors of #B8484E
Black with #B8484E
Text Example
Text Example
White with #B8484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8484E; }
p { color: rgb(184,72,78); }
H1.HeaderClassName
{
color: #B8484E;
}
.AnyTagClassName
{
color: #B8484E;
}
</style>
background-color css
<style>
a { background-color: #B8484E; }
a { background-color: rgb(184,72,78); }
div.DivClassName
{
background-color: #B8484E;
}
.BgClassName
{
background-color: #B8484E;
}
</style>
border-color css
<style>
span { border-color: #B8484E; }
span { border-color: rgb(184,72,78); }
td.TdClassName
{
border-color: #B8484E;
}
.TagClassName
{
border-color: #B8484E;
}
</style>