Shades of Buddha Gold #BDA000
Tints of Buddha Gold #BDA000
RGB
CMYK
RGB Variations
Color information
#BDA000 (or 0xBDA000) is known color: Buddha Gold. HEX triplet: BD, A0 and 00. RGB value is (189,160,0). Sum of RGB (Red+Green+Blue) = 189+160+0=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA000 is #425FFF. Grayscale: #979797. Windows color (decimal): -4349952 or 41149. OLE color: 41149.
HSL color Cylindrical-coordinate representation of color #BDA000: hue angle of 50.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDA000 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.26 |
| HSL | 50.79º | 1% | 0.37% | - |
| HSV(B) | 50.79º | 1% | 0.74% | - |
| XYZ | 33.56 | 35.96 | 5.17 | - |
| YUV | 150.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 0 | 0 | 0.15 | 1 | 0.26 | 50.79 | 1 | 0.37 |
| Hex | BD | A0 | 0 | 0 | F | 64 | 1A | 33 | 64 | 25 |
| Octal | 275 | 240 | 0 | 0 | 17 | 144 | 32 | 63 | 144 | 45 |
| Binary | 10111101 | 10100000 | 0 | 0 | 1111 | 1100100 | 11010 | 110011 | 1100100 | 100101 |
Color Harmonies of #BDA000
Complementary color
Monochromatic Colors of #BDA000
Black with #BDA000
Text Example
Text Example
White with #BDA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA000; }
p { color: rgb(189,160,0); }
H1.HeaderClassName
{
color: #BDA000;
}
.AnyTagClassName
{
color: #BDA000;
}
</style>
background-color css
<style>
a { background-color: #BDA000; }
a { background-color: rgb(189,160,0); }
div.DivClassName
{
background-color: #BDA000;
}
.BgClassName
{
background-color: #BDA000;
}
</style>
border-color css
<style>
span { border-color: #BDA000; }
span { border-color: rgb(189,160,0); }
td.TdClassName
{
border-color: #BDA000;
}
.TagClassName
{
border-color: #BDA000;
}
</style>