Shades of Hippie Pink #B84255
Tints of Hippie Pink #B84255
RGB
CMYK
RGB Variations
Color information
#B84255 (or 0xB84255) is known color: Hippie Pink. HEX triplet: B8, 42 and 55. RGB value is (184,66,85). Sum of RGB (Red+Green+Blue) = 184+66+85=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84255 is #47BDAA. Grayscale: #676767. Windows color (decimal): -4701611 or 5587640. OLE color: 5587640.
HSL color Cylindrical-coordinate representation of color #B84255: hue angle of 350.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84255 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 85 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.28 |
| HSL | 350.34º | 0.47% | 0.49% | - |
| HSV(B) | 350.34º | 0.64% | 0.72% | - |
| XYZ | 23.36 | 14.74 | 10.21 | - |
| YUV | 103.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 85 | 0 | 0.64 | 0.54 | 0.28 | 350.34 | 0.47 | 0.49 |
| Hex | B8 | 42 | 55 | 0 | 40 | 36 | 1C | 15E | 2F | 31 |
| Octal | 270 | 102 | 125 | 0 | 100 | 66 | 34 | 536 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1010101 | 0 | 1000000 | 110110 | 11100 | 101011110 | 101111 | 110001 |
Color Harmonies of #B84255
Complementary color
Monochromatic Colors of #B84255
Black with #B84255
Text Example
Text Example
White with #B84255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84255; }
p { color: rgb(184,66,85); }
H1.HeaderClassName
{
color: #B84255;
}
.AnyTagClassName
{
color: #B84255;
}
</style>
background-color css
<style>
a { background-color: #B84255; }
a { background-color: rgb(184,66,85); }
div.DivClassName
{
background-color: #B84255;
}
.BgClassName
{
background-color: #B84255;
}
</style>
border-color css
<style>
span { border-color: #B84255; }
span { border-color: rgb(184,66,85); }
td.TdClassName
{
border-color: #B84255;
}
.TagClassName
{
border-color: #B84255;
}
</style>