Shades of Buddha Gold #BDA120
Tints of Buddha Gold #BDA120
RGB
CMYK
RGB Variations
Color information
#BDA120 (or 0xBDA120) is known color: Buddha Gold. HEX triplet: BD, A1 and 20. RGB value is (189,161,32). Sum of RGB (Red+Green+Blue) = 189+161+32=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA120 is #425EDF. Grayscale: #9B9B9B. Windows color (decimal): -4349664 or 2138557. OLE color: 2138557.
HSL color Cylindrical-coordinate representation of color #BDA120: hue angle of 49.3º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDA120 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 32 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.26 |
| HSL | 49.3º | 0.71% | 0.43% | - |
| HSV(B) | 49.3º | 0.83% | 0.74% | - |
| XYZ | 33.99 | 36.41 | 6.6 | - |
| YUV | 154.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 32 | 0 | 0.15 | 0.83 | 0.26 | 49.3 | 0.71 | 0.43 |
| Hex | BD | A1 | 20 | 0 | F | 53 | 1A | 31 | 47 | 2B |
| Octal | 275 | 241 | 40 | 0 | 17 | 123 | 32 | 61 | 107 | 53 |
| Binary | 10111101 | 10100001 | 100000 | 0 | 1111 | 1010011 | 11010 | 110001 | 1000111 | 101011 |
Color Harmonies of #BDA120
Complementary color
Monochromatic Colors of #BDA120
Black with #BDA120
Text Example
Text Example
White with #BDA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA120; }
p { color: rgb(189,161,32); }
H1.HeaderClassName
{
color: #BDA120;
}
.AnyTagClassName
{
color: #BDA120;
}
</style>
background-color css
<style>
a { background-color: #BDA120; }
a { background-color: rgb(189,161,32); }
div.DivClassName
{
background-color: #BDA120;
}
.BgClassName
{
background-color: #BDA120;
}
</style>
border-color css
<style>
span { border-color: #BDA120; }
span { border-color: rgb(189,161,32); }
td.TdClassName
{
border-color: #BDA120;
}
.TagClassName
{
border-color: #BDA120;
}
</style>