Shades of Hippie Pink #B94459
Tints of Hippie Pink #B94459
RGB
CMYK
RGB Variations
Color information
#B94459 (or 0xB94459) is known color: Hippie Pink. HEX triplet: B9, 44 and 59. RGB value is (185,68,89). Sum of RGB (Red+Green+Blue) = 185+68+89=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B94459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94459 is #46BBA6. Grayscale: #696969. Windows color (decimal): -4635559 or 5850297. OLE color: 5850297.
HSL color Cylindrical-coordinate representation of color #B94459: hue angle of 349.23º 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 #B94459 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 89 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.27 |
| HSL | 349.23º | 0.46% | 0.5% | - |
| HSV(B) | 349.23º | 0.63% | 0.73% | - |
| XYZ | 23.88 | 15.17 | 11.12 | - |
| YUV | 105.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 89 | 0 | 0.63 | 0.52 | 0.27 | 349.23 | 0.46 | 0.5 |
| Hex | B9 | 44 | 59 | 0 | 3F | 34 | 1B | 15D | 2E | 32 |
| Octal | 271 | 104 | 131 | 0 | 77 | 64 | 33 | 535 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1011001 | 0 | 111111 | 110100 | 11011 | 101011101 | 101110 | 110010 |
Color Harmonies of #B94459
Complementary color
Monochromatic Colors of #B94459
Black with #B94459
Text Example
Text Example
White with #B94459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94459; }
p { color: rgb(185,68,89); }
H1.HeaderClassName
{
color: #B94459;
}
.AnyTagClassName
{
color: #B94459;
}
</style>
background-color css
<style>
a { background-color: #B94459; }
a { background-color: rgb(185,68,89); }
div.DivClassName
{
background-color: #B94459;
}
.BgClassName
{
background-color: #B94459;
}
</style>
border-color css
<style>
span { border-color: #B94459; }
span { border-color: rgb(185,68,89); }
td.TdClassName
{
border-color: #B94459;
}
.TagClassName
{
border-color: #B94459;
}
</style>