Shades of Hippie Pink #B94259
Tints of Hippie Pink #B94259
RGB
CMYK
RGB Variations
Color information
#B94259 (or 0xB94259) is known color: Hippie Pink. HEX triplet: B9, 42 and 59. RGB value is (185,66,89). Sum of RGB (Red+Green+Blue) = 185+66+89=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B94259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94259 is #46BDA6. Grayscale: #686868. Windows color (decimal): -4636071 or 5849785. OLE color: 5849785.
HSL color Cylindrical-coordinate representation of color #B94259: hue angle of 348.4º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94259 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 89 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.27 |
| HSL | 348.4º | 0.47% | 0.49% | - |
| HSV(B) | 348.4º | 0.64% | 0.73% | - |
| XYZ | 23.76 | 14.93 | 11.08 | - |
| YUV | 104.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 89 | 0 | 0.64 | 0.52 | 0.27 | 348.4 | 0.47 | 0.49 |
| Hex | B9 | 42 | 59 | 0 | 40 | 34 | 1B | 15C | 2F | 31 |
| Octal | 271 | 102 | 131 | 0 | 100 | 64 | 33 | 534 | 57 | 61 |
| Binary | 10111001 | 1000010 | 1011001 | 0 | 1000000 | 110100 | 11011 | 101011100 | 101111 | 110001 |
Color Harmonies of #B94259
Complementary color
Monochromatic Colors of #B94259
Black with #B94259
Text Example
Text Example
White with #B94259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94259; }
p { color: rgb(185,66,89); }
H1.HeaderClassName
{
color: #B94259;
}
.AnyTagClassName
{
color: #B94259;
}
</style>
background-color css
<style>
a { background-color: #B94259; }
a { background-color: rgb(185,66,89); }
div.DivClassName
{
background-color: #B94259;
}
.BgClassName
{
background-color: #B94259;
}
</style>
border-color css
<style>
span { border-color: #B94259; }
span { border-color: rgb(185,66,89); }
td.TdClassName
{
border-color: #B94259;
}
.TagClassName
{
border-color: #B94259;
}
</style>