Shades of Hippie Pink #B94054
Tints of Hippie Pink #B94054
RGB
CMYK
RGB Variations
Color information
#B94054 (or 0xB94054) is known color: Hippie Pink. HEX triplet: B9, 40 and 54. RGB value is (185,64,84). Sum of RGB (Red+Green+Blue) = 185+64+84=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B94054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94054 is #46BFAB. Grayscale: #666666. Windows color (decimal): -4636588 or 5521593. OLE color: 5521593.
HSL color Cylindrical-coordinate representation of color #B94054: hue angle of 350.08º degrees, saturation: 0.49, 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 #B94054 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 84 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.27 |
| HSL | 350.08º | 0.49% | 0.49% | - |
| HSV(B) | 350.08º | 0.65% | 0.73% | - |
| XYZ | 23.44 | 14.62 | 9.97 | - |
| YUV | 102.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 84 | 0 | 0.65 | 0.55 | 0.27 | 350.08 | 0.49 | 0.49 |
| Hex | B9 | 40 | 54 | 0 | 41 | 37 | 1B | 15E | 31 | 31 |
| Octal | 271 | 100 | 124 | 0 | 101 | 67 | 33 | 536 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1010100 | 0 | 1000001 | 110111 | 11011 | 101011110 | 110001 | 110001 |
Color Harmonies of #B94054
Complementary color
Monochromatic Colors of #B94054
Black with #B94054
Text Example
Text Example
White with #B94054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94054; }
p { color: rgb(185,64,84); }
H1.HeaderClassName
{
color: #B94054;
}
.AnyTagClassName
{
color: #B94054;
}
</style>
background-color css
<style>
a { background-color: #B94054; }
a { background-color: rgb(185,64,84); }
div.DivClassName
{
background-color: #B94054;
}
.BgClassName
{
background-color: #B94054;
}
</style>
border-color css
<style>
span { border-color: #B94054; }
span { border-color: rgb(185,64,84); }
td.TdClassName
{
border-color: #B94054;
}
.TagClassName
{
border-color: #B94054;
}
</style>