Shades of Hippie Pink #B94654
Tints of Hippie Pink #B94654
RGB
CMYK
RGB Variations
Color information
#B94654 (or 0xB94654) is known color: Hippie Pink. HEX triplet: B9, 46 and 54. RGB value is (185,70,84). Sum of RGB (Red+Green+Blue) = 185+70+84=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B94654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94654 is #46B9AB. Grayscale: #6A6A6A. Windows color (decimal): -4635052 or 5523129. OLE color: 5523129.
HSL color Cylindrical-coordinate representation of color #B94654: hue angle of 352.7º 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 #B94654 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 84 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.27 |
| HSL | 352.7º | 0.45% | 0.5% | - |
| HSV(B) | 352.7º | 0.62% | 0.73% | - |
| XYZ | 23.8 | 15.33 | 10.09 | - |
| YUV | 105.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 84 | 0 | 0.62 | 0.55 | 0.27 | 352.7 | 0.45 | 0.5 |
| Hex | B9 | 46 | 54 | 0 | 3E | 37 | 1B | 161 | 2D | 32 |
| Octal | 271 | 106 | 124 | 0 | 76 | 67 | 33 | 541 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1010100 | 0 | 111110 | 110111 | 11011 | 101100001 | 101101 | 110010 |
Color Harmonies of #B94654
Complementary color
Monochromatic Colors of #B94654
Black with #B94654
Text Example
Text Example
White with #B94654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94654; }
p { color: rgb(185,70,84); }
H1.HeaderClassName
{
color: #B94654;
}
.AnyTagClassName
{
color: #B94654;
}
</style>
background-color css
<style>
a { background-color: #B94654; }
a { background-color: rgb(185,70,84); }
div.DivClassName
{
background-color: #B94654;
}
.BgClassName
{
background-color: #B94654;
}
</style>
border-color css
<style>
span { border-color: #B94654; }
span { border-color: rgb(185,70,84); }
td.TdClassName
{
border-color: #B94654;
}
.TagClassName
{
border-color: #B94654;
}
</style>