Shades of Hippie Pink #B84547
Tints of Hippie Pink #B84547
RGB
CMYK
RGB Variations
Color information
#B84547 (or 0xB84547) is known color: Hippie Pink. HEX triplet: B8, 45 and 47. RGB value is (184,69,71). Sum of RGB (Red+Green+Blue) = 184+69+71=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B84547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84547 is #47BAB8. Grayscale: #676767. Windows color (decimal): -4700857 or 4670904. OLE color: 4670904.
HSL color Cylindrical-coordinate representation of color #B84547: hue angle of 358.96º 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 #B84547 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 71 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.28 |
| HSL | 358.96º | 0.45% | 0.5% | - |
| HSV(B) | 358.96º | 0.63% | 0.72% | - |
| XYZ | 23.03 | 14.9 | 7.62 | - |
| YUV | 103.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 71 | 0 | 0.62 | 0.61 | 0.28 | 358.96 | 0.45 | 0.5 |
| Hex | B8 | 45 | 47 | 0 | 3E | 3D | 1C | 167 | 2D | 32 |
| Octal | 270 | 105 | 107 | 0 | 76 | 75 | 34 | 547 | 55 | 62 |
| Binary | 10111000 | 1000101 | 1000111 | 0 | 111110 | 111101 | 11100 | 101100111 | 101101 | 110010 |
Color Harmonies of #B84547
Complementary color
Monochromatic Colors of #B84547
Black with #B84547
Text Example
Text Example
White with #B84547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84547; }
p { color: rgb(184,69,71); }
H1.HeaderClassName
{
color: #B84547;
}
.AnyTagClassName
{
color: #B84547;
}
</style>
background-color css
<style>
a { background-color: #B84547; }
a { background-color: rgb(184,69,71); }
div.DivClassName
{
background-color: #B84547;
}
.BgClassName
{
background-color: #B84547;
}
</style>
border-color css
<style>
span { border-color: #B84547; }
span { border-color: rgb(184,69,71); }
td.TdClassName
{
border-color: #B84547;
}
.TagClassName
{
border-color: #B84547;
}
</style>