Shades of Hippie Pink #B94650
Tints of Hippie Pink #B94650
RGB
CMYK
RGB Variations
Color information
#B94650 (or 0xB94650) is known color: Hippie Pink. HEX triplet: B9, 46 and 50. RGB value is (185,70,80). Sum of RGB (Red+Green+Blue) = 185+70+80=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94650 is #46B9AF. Grayscale: #696969. Windows color (decimal): -4635056 or 5260985. OLE color: 5260985.
HSL color Cylindrical-coordinate representation of color #B94650: hue angle of 354.78º 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 #B94650 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 80 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.27 |
| HSL | 354.78º | 0.45% | 0.5% | - |
| HSV(B) | 354.78º | 0.62% | 0.73% | - |
| XYZ | 23.65 | 15.27 | 9.29 | - |
| YUV | 105.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 80 | 0 | 0.62 | 0.57 | 0.27 | 354.78 | 0.45 | 0.5 |
| Hex | B9 | 46 | 50 | 0 | 3E | 39 | 1B | 163 | 2D | 32 |
| Octal | 271 | 106 | 120 | 0 | 76 | 71 | 33 | 543 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1010000 | 0 | 111110 | 111001 | 11011 | 101100011 | 101101 | 110010 |
Color Harmonies of #B94650
Complementary color
Monochromatic Colors of #B94650
Black with #B94650
Text Example
Text Example
White with #B94650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94650; }
p { color: rgb(185,70,80); }
H1.HeaderClassName
{
color: #B94650;
}
.AnyTagClassName
{
color: #B94650;
}
</style>
background-color css
<style>
a { background-color: #B94650; }
a { background-color: rgb(185,70,80); }
div.DivClassName
{
background-color: #B94650;
}
.BgClassName
{
background-color: #B94650;
}
</style>
border-color css
<style>
span { border-color: #B94650; }
span { border-color: rgb(185,70,80); }
td.TdClassName
{
border-color: #B94650;
}
.TagClassName
{
border-color: #B94650;
}
</style>