Shades of Hippie Pink #B94455
Tints of Hippie Pink #B94455
RGB
CMYK
RGB Variations
Color information
#B94455 (or 0xB94455) is known color: Hippie Pink. HEX triplet: B9, 44 and 55. RGB value is (185,68,85). Sum of RGB (Red+Green+Blue) = 185+68+85=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94455 is #46BBAA. Grayscale: #686868. Windows color (decimal): -4635563 or 5588153. OLE color: 5588153.
HSL color Cylindrical-coordinate representation of color #B94455: hue angle of 351.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94455 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 85 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.27 |
| HSL | 351.28º | 0.46% | 0.5% | - |
| HSV(B) | 351.28º | 0.63% | 0.73% | - |
| XYZ | 23.71 | 15.1 | 10.26 | - |
| YUV | 104.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 85 | 0 | 0.63 | 0.54 | 0.27 | 351.28 | 0.46 | 0.5 |
| Hex | B9 | 44 | 55 | 0 | 3F | 36 | 1B | 15F | 2E | 32 |
| Octal | 271 | 104 | 125 | 0 | 77 | 66 | 33 | 537 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1010101 | 0 | 111111 | 110110 | 11011 | 101011111 | 101110 | 110010 |
Color Harmonies of #B94455
Complementary color
Monochromatic Colors of #B94455
Black with #B94455
Text Example
Text Example
White with #B94455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94455; }
p { color: rgb(185,68,85); }
H1.HeaderClassName
{
color: #B94455;
}
.AnyTagClassName
{
color: #B94455;
}
</style>
background-color css
<style>
a { background-color: #B94455; }
a { background-color: rgb(185,68,85); }
div.DivClassName
{
background-color: #B94455;
}
.BgClassName
{
background-color: #B94455;
}
</style>
border-color css
<style>
span { border-color: #B94455; }
span { border-color: rgb(185,68,85); }
td.TdClassName
{
border-color: #B94455;
}
.TagClassName
{
border-color: #B94455;
}
</style>