Shades of Hippie Pink #B8464D
Tints of Hippie Pink #B8464D
RGB
CMYK
RGB Variations
Color information
#B8464D (or 0xB8464D) is known color: Hippie Pink. HEX triplet: B8, 46 and 4D. RGB value is (184,70,77). Sum of RGB (Red+Green+Blue) = 184+70+77=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8464D is #47B9B2. Grayscale: #686868. Windows color (decimal): -4700595 or 5064376. OLE color: 5064376.
HSL color Cylindrical-coordinate representation of color #B8464D: hue angle of 356.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8464D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 77 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.28 |
| HSL | 356.32º | 0.45% | 0.5% | - |
| HSV(B) | 356.32º | 0.62% | 0.72% | - |
| XYZ | 23.3 | 15.11 | 8.71 | - |
| YUV | 104.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 77 | 0 | 0.62 | 0.58 | 0.28 | 356.32 | 0.45 | 0.5 |
| Hex | B8 | 46 | 4D | 0 | 3E | 3A | 1C | 164 | 2D | 32 |
| Octal | 270 | 106 | 115 | 0 | 76 | 72 | 34 | 544 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1001101 | 0 | 111110 | 111010 | 11100 | 101100100 | 101101 | 110010 |
Color Harmonies of #B8464D
Complementary color
Monochromatic Colors of #B8464D
Black with #B8464D
Text Example
Text Example
White with #B8464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8464D; }
p { color: rgb(184,70,77); }
H1.HeaderClassName
{
color: #B8464D;
}
.AnyTagClassName
{
color: #B8464D;
}
</style>
background-color css
<style>
a { background-color: #B8464D; }
a { background-color: rgb(184,70,77); }
div.DivClassName
{
background-color: #B8464D;
}
.BgClassName
{
background-color: #B8464D;
}
</style>
border-color css
<style>
span { border-color: #B8464D; }
span { border-color: rgb(184,70,77); }
td.TdClassName
{
border-color: #B8464D;
}
.TagClassName
{
border-color: #B8464D;
}
</style>