Shades of Buddha Gold #BDA020
Tints of Buddha Gold #BDA020
RGB
CMYK
RGB Variations
Color information
#BDA020 (or 0xBDA020) is known color: Buddha Gold. HEX triplet: BD, A0 and 20. RGB value is (189,160,32). Sum of RGB (Red+Green+Blue) = 189+160+32=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA020 is #425FDF. Grayscale: #9A9A9A. Windows color (decimal): -4349920 or 2138301. OLE color: 2138301.
HSL color Cylindrical-coordinate representation of color #BDA020: hue angle of 48.92º 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 #BDA020 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 32 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.26 |
| HSL | 48.92º | 0.71% | 0.43% | - |
| HSV(B) | 48.92º | 0.83% | 0.74% | - |
| XYZ | 33.82 | 36.06 | 6.55 | - |
| YUV | 154.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 32 | 0 | 0.15 | 0.83 | 0.26 | 48.92 | 0.71 | 0.43 |
| Hex | BD | A0 | 20 | 0 | F | 53 | 1A | 31 | 47 | 2B |
| Octal | 275 | 240 | 40 | 0 | 17 | 123 | 32 | 61 | 107 | 53 |
| Binary | 10111101 | 10100000 | 100000 | 0 | 1111 | 1010011 | 11010 | 110001 | 1000111 | 101011 |
Color Harmonies of #BDA020
Complementary color
Monochromatic Colors of #BDA020
Black with #BDA020
Text Example
Text Example
White with #BDA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA020; }
p { color: rgb(189,160,32); }
H1.HeaderClassName
{
color: #BDA020;
}
.AnyTagClassName
{
color: #BDA020;
}
</style>
background-color css
<style>
a { background-color: #BDA020; }
a { background-color: rgb(189,160,32); }
div.DivClassName
{
background-color: #BDA020;
}
.BgClassName
{
background-color: #BDA020;
}
</style>
border-color css
<style>
span { border-color: #BDA020; }
span { border-color: rgb(189,160,32); }
td.TdClassName
{
border-color: #BDA020;
}
.TagClassName
{
border-color: #BDA020;
}
</style>