Shades of Hippie Pink #B94559
Tints of Hippie Pink #B94559
RGB
CMYK
RGB Variations
Color information
#B94559 (or 0xB94559) is known color: Hippie Pink. HEX triplet: B9, 45 and 59. RGB value is (185,69,89). Sum of RGB (Red+Green+Blue) = 185+69+89=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B94559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94559 is #46BAA6. Grayscale: #6A6A6A. Windows color (decimal): -4635303 or 5850553. OLE color: 5850553.
HSL color Cylindrical-coordinate representation of color #B94559: hue angle of 349.66º 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 #B94559 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 89 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.27 |
| HSL | 349.66º | 0.46% | 0.5% | - |
| HSV(B) | 349.66º | 0.63% | 0.73% | - |
| XYZ | 23.94 | 15.29 | 11.14 | - |
| YUV | 105.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 89 | 0 | 0.63 | 0.52 | 0.27 | 349.66 | 0.46 | 0.5 |
| Hex | B9 | 45 | 59 | 0 | 3F | 34 | 1B | 15E | 2E | 32 |
| Octal | 271 | 105 | 131 | 0 | 77 | 64 | 33 | 536 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1011001 | 0 | 111111 | 110100 | 11011 | 101011110 | 101110 | 110010 |
Color Harmonies of #B94559
Complementary color
Monochromatic Colors of #B94559
Black with #B94559
Text Example
Text Example
White with #B94559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94559; }
p { color: rgb(185,69,89); }
H1.HeaderClassName
{
color: #B94559;
}
.AnyTagClassName
{
color: #B94559;
}
</style>
background-color css
<style>
a { background-color: #B94559; }
a { background-color: rgb(185,69,89); }
div.DivClassName
{
background-color: #B94559;
}
.BgClassName
{
background-color: #B94559;
}
</style>
border-color css
<style>
span { border-color: #B94559; }
span { border-color: rgb(185,69,89); }
td.TdClassName
{
border-color: #B94559;
}
.TagClassName
{
border-color: #B94559;
}
</style>