⟩   ⟩   ⟩ 
Himesh Reshammiya Biography

Himesh Reshammiya Biography

Singing from a nasal tone and his cap has been the unique USP of his voice. Himesh Reshammiya is a well-known singer, music director, producer, lyricist, script writer and actor in Bollywood. This veteran persona was born in Mumbai on 23rd July, 1973. The veteran Gujarati music director Vipin Reshammiya is the name of his father and Madhu Reshammiya is his mother. At the age 11 years, Himesh lost his elder brother. Himesh did his schooling from Hill Grange High School in Mumbai. The singer originally hails from Gujarat. Himesh Reshammiya tied the knot with Komal at the age of 21 years. The couple is having a son Swayam.

He is the first singer to perform at Heineken music hall and Wembley Arena in Amsterdam. Prior becoming a music director, Himesh even produced some of the television series like Andaaz and Amar Prem aired on Zee TV. Some of the music videos from the films, such as 'Aap Kaa Surroor', 'Aksar', 'Aashiq Banaya Aapne' and 'Tom Dick and Harry', gained a special recognition to Himesh. It was Salman Khan, who offered a first break to his music career from the movie 'Pyar Kiya To Darna Kya'. He lent music in this film along with famous director duo Sajid-Wajid and Jatin-Lalit. Post this, Himesh Reshammiya continued to give music for Salman's flicks like 'Yeh Hai Jalwa', 'Dulhan Hum Le Jayenge' and 'Tere Naam'. It was voice of Himesh in the album titled 'Tera Mera Dil' featuring Salman Khan in 2003.

Himesh Reshammiya even appeared as a judge for the singing competitions like 'Sa Re Ga Ma Pa Challenge', 'Music Ka Maha Muqqabla' and 'Sur Kshetra'. He was a special guest in the grand finale of musical reality show 'Jo Jeeta Wohi Superstar'. The music by this brilliant persona can be labelled as electronic music genre with the use of loops and melodic hooks. Semi classical, rock, sufi, film and ballad are some of the genre excelled by this singer.

As an actor, Himesh Reshammiya in the film 'Aap Kaa Surroor'. Himesh accomplished Filmfare Best Male Playback Award for the film 'Aashiq Banaya Aapne' in the year 2006. For the category of music direction, Himesh received several nominations. At 13th Dadasaheb Phalke Academy Awards, the singer was given Phalke Best Supporting Actor Award for the movie 'Khiladi 786'.

Some of the films for which Himesh composed the music include 'Damadamm!', 'Bol Bachchan', 'Oh My God', 'Bodyguard', 'Kajraare', 'Special 26', 'Milenge Milenge', 'Fool N Final', 'Namastey London', 'Red - the dark side', 'Good Boy Bad Boy', 'Radio', 'Phir Hera Pheri', 'Rocky - The Rebel', 'Aap Ki Khatir', '36 China Town', 'Chup Chup Ke', 'Vaah! Life Ho To Aisi', 'Koi Aap Sa', 'Kyon Ki', 'Iqbal', 'Hello Brother', 'Kahin Pyaar Na Ho Jaaye', 'Aitraaz', 'Welcome', 'Nanhe Jaisalmer', 'Shortcut Romeo' and soon be arriving with music in some more like 'A New Love Ishtory', 'Boss', 'Ghayal Returns', 'Meerut Junction' and 'Namastey London 2'.

Himesh Reshammiya will be soon coming up with his first international album in 2013, titled '@ Da Edge' with 15 english tracks.

Latest News & Adda

KWK 8: Kareena Kapoor Talks About His Son Jeh

KWK 8: Kareena Kapoor Talks About His Son Jeh

Web Series Nov 17, 2023 03:19 AM IST

ADVERTISEMENT
ADVERTISEMENT

Box Office Collection Report 2024

Movies Opening Total
Collection
Vedaa 6.75 cr 6.75 cr
Khel Khel Mein 5.23 cr 25.74 cr
Stree 2 55.40 cr 526.43 cr
Bad Newz 8.62 cr 58.98 cr
Sarfira 2.50 cr 17.65 cr
Kill 1.35 cr 24.15 cr
Kalki 2898 AD 22.50 cr 277.40 cr
Ishq Vishk Rebound 1 cr 4.50 cr
ADVERTISEMENT

Top Bollywood Songs

All

Latest Bollywood Trailers

All

Latest Bollywood Movies

All
About Us | Contact Us | Terms of Use | Privacy Policy | FAQ
Copyright © 2024 BOPPO Entertainment Pvt. Ltd. All Rights Reserved.
(function () { var input = document.querySelector('#input'); input.addEventListener("input", function(e) { document.querySelector('#mySidenav').classList.remove("bg-opacity-75") if(e.target.value.length >2){ const xhr = new XMLHttpRequest(); xhr.onload=function(){ const serverReponse=document.querySelector("#div1"); serverReponse.innerHTML=this.responseText; }; var url="https://www.bollywoodmdb.com/search?search="+ e.target.value; xhr.open("GET", url); xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded"); xhr.send(); } }); })(); $('#calenderlistt').children('#calenderChildd').each(function() { let $this = $(this); if ($this.width() < $('#calenderlistt').width()) { $('#scrollbtn').css('display','none'); } }) $(".search_btn").on('click', function(){ $("#mySidenav").css("width" ,"32.24rem"); // $("#input").focus(); document.querySelector("#input").focus(); }); $("#clear").on('click', function(){ $("#input").val(""); }); $("#close_btn").on('click', function(){ $("#mySidenav").css("width" ,"0"); }); $(".login").on('click', function(){ $("#myModal").show(); }); $("#close").on('click', function(){ $("#myModal").hide(); }); $("#facebook").on('click', function(){ var urlpop=$("#facebook").val(); window.open(urlpop, "_blank"); }); $("#google").on('click', function(){ var urlpop=$("#google").val(); window.open(urlpop, "_blank"); }); $("#movieDirtFoo").on('click', function(){ $("#movieDireLi").removeClass("hidden"); $("#celeDireLi").addClass("hidden"); $("#compDireLi").addClass("hidden"); $("#movieDirtFoo").addClass("activeDirect"); $("#companyDirtFoo").removeClass("activeDirect"); $("#celeDirtFoo").removeClass("activeDirect"); $("#movieDirYr").removeClass("hidden"); }); $("#companyDirtFoo").on('click', function(){ $("#movieDireLi").addClass("hidden"); $("#celeDireLi").addClass("hidden"); $("#compDireLi").removeClass("hidden"); $("#movieDirtFoo").removeClass("activeDirect"); $("#companyDirtFoo").addClass("activeDirect"); $("#celeDirtFoo").removeClass("activeDirect"); $("#movieDirYr").addClass("hidden"); }); $("#celeDirtFoo").on('click', function(){ $("#movieDireLi").addClass("hidden"); $("#celeDireLi").removeClass("hidden"); $("#compDireLi").addClass("hidden"); $("#movieDirtFoo").removeClass("activeDirect"); $("#companyDirtFoo").removeClass("activeDirect"); $("#celeDirtFoo").addClass("activeDirect"); $("#movieDirYr").addClass("hidden"); });