Shades of Hippie Pink #B94655
Tints of Hippie Pink #B94655
RGB
CMYK
RGB Variations
Color information
#B94655 (or 0xB94655) is known color: Hippie Pink. HEX triplet: B9, 46 and 55. RGB value is (185,70,85). Sum of RGB (Red+Green+Blue) = 185+70+85=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B94655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94655 is #46B9AA. Grayscale: #6A6A6A. Windows color (decimal): -4635051 or 5588665. OLE color: 5588665.
HSL color Cylindrical-coordinate representation of color #B94655: hue angle of 352.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94655 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 85 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.27 |
| HSL | 352.17º | 0.45% | 0.5% | - |
| HSV(B) | 352.17º | 0.62% | 0.73% | - |
| XYZ | 23.84 | 15.35 | 10.3 | - |
| YUV | 106.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 85 | 0 | 0.62 | 0.54 | 0.27 | 352.17 | 0.45 | 0.5 |
| Hex | B9 | 46 | 55 | 0 | 3E | 36 | 1B | 160 | 2D | 32 |
| Octal | 271 | 106 | 125 | 0 | 76 | 66 | 33 | 540 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1010101 | 0 | 111110 | 110110 | 11011 | 101100000 | 101101 | 110010 |
Color Harmonies of #B94655
Complementary color
Monochromatic Colors of #B94655
Black with #B94655
Text Example
Text Example
White with #B94655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94655; }
p { color: rgb(185,70,85); }
H1.HeaderClassName
{
color: #B94655;
}
.AnyTagClassName
{
color: #B94655;
}
</style>
background-color css
<style>
a { background-color: #B94655; }
a { background-color: rgb(185,70,85); }
div.DivClassName
{
background-color: #B94655;
}
.BgClassName
{
background-color: #B94655;
}
</style>
border-color css
<style>
span { border-color: #B94655; }
span { border-color: rgb(185,70,85); }
td.TdClassName
{
border-color: #B94655;
}
.TagClassName
{
border-color: #B94655;
}
</style>