Shades of Hippie Pink #B94155
Tints of Hippie Pink #B94155
RGB
CMYK
RGB Variations
Color information
#B94155 (or 0xB94155) is known color: Hippie Pink. HEX triplet: B9, 41 and 55. RGB value is (185,65,85). Sum of RGB (Red+Green+Blue) = 185+65+85=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94155 is #46BEAA. Grayscale: #676767. Windows color (decimal): -4636331 or 5587385. OLE color: 5587385.
HSL color Cylindrical-coordinate representation of color #B94155: hue angle of 350º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94155 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 85 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.27 |
| HSL | 350º | 0.48% | 0.49% | - |
| HSV(B) | 350º | 0.65% | 0.73% | - |
| XYZ | 23.54 | 14.75 | 10.2 | - |
| YUV | 103.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 85 | 0 | 0.65 | 0.54 | 0.27 | 350 | 0.48 | 0.49 |
| Hex | B9 | 41 | 55 | 0 | 41 | 36 | 1B | 15E | 30 | 31 |
| Octal | 271 | 101 | 125 | 0 | 101 | 66 | 33 | 536 | 60 | 61 |
| Binary | 10111001 | 1000001 | 1010101 | 0 | 1000001 | 110110 | 11011 | 101011110 | 110000 | 110001 |
Color Harmonies of #B94155
Complementary color
Monochromatic Colors of #B94155
Black with #B94155
Text Example
Text Example
White with #B94155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94155; }
p { color: rgb(185,65,85); }
H1.HeaderClassName
{
color: #B94155;
}
.AnyTagClassName
{
color: #B94155;
}
</style>
background-color css
<style>
a { background-color: #B94155; }
a { background-color: rgb(185,65,85); }
div.DivClassName
{
background-color: #B94155;
}
.BgClassName
{
background-color: #B94155;
}
</style>
border-color css
<style>
span { border-color: #B94155; }
span { border-color: rgb(185,65,85); }
td.TdClassName
{
border-color: #B94155;
}
.TagClassName
{
border-color: #B94155;
}
</style>