# Change button\`s background color

**URL:** https://discourse.nodered.org/t/change-button-s-background-color/49203
**Category:** Dashboard
**Created:** [2 August 2021 10:32 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203 "2021-08-02T10:32:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jmm](https://avatars.discourse-cdn.com/v4/letter/j/3be4f8/32.png) [@jmm](https://discourse.nodered.org/u/jmm)
#### Post date: [2 August 2021 10:32 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203/1 "2021-08-02T10:32:54Z")

</div>

Hello everyone,

I want to change the button´s background color. I would like to set the color with the RGB values of only one button. Is it possible?

For the moment, I´ve tried to use the RGB values in the Background Slot in the button node with different formats (0,0,0 ; 0 0 0; 0.0.0).

Any help is appreciated

---

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [2 August 2021 10:40 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203/2 "2021-08-02T10:40:48Z")

</div>

for RGB use it like this  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/9/9/99488785865f89535f667905c2ec879bcd04c02f.png)

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [2 August 2021 10:52 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203/3 "2021-08-02T10:52:18Z")

</div>

You can also get a colour change when it's clicked with a message property in moustaches such as {{background}}  
msg.background = rgb(100, 50, 100)

---

<div class="post-metadata">

### Author: ![jmm](https://avatars.discourse-cdn.com/v4/letter/j/3be4f8/32.png) [@jmm](https://discourse.nodered.org/u/jmm)
#### Post date: [2 August 2021 12:10 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203/4 "2021-08-02T12:10:54Z")

</div>

Thank you very much for your rapid response!!!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [16 August 2021 12:11 UTC](https://discourse.nodered.org/t/change-button-s-background-color/49203/5 "2021-08-16T12:11:24Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
