Shades of Buddha Gold #BDA700
Tints of Buddha Gold #BDA700
RGB
CMYK
RGB Variations
Color information
#BDA700 (or 0xBDA700) is known color: Buddha Gold. HEX triplet: BD, A7 and 00. RGB value is (189,167,0). Sum of RGB (Red+Green+Blue) = 189+167+0=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA700 is #4258FF. Grayscale: #9B9B9B. Windows color (decimal): -4348160 or 42941. OLE color: 42941.
HSL color Cylindrical-coordinate representation of color #BDA700: hue angle of 53.02º 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 #BDA700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.26 |
| HSL | 53.02º | 1% | 0.37% | - |
| HSV(B) | 53.02º | 1% | 0.74% | - |
| XYZ | 34.8 | 38.46 | 5.59 | - |
| YUV | 154.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 0 | 0 | 0.12 | 1 | 0.26 | 53.02 | 1 | 0.37 |
| Hex | BD | A7 | 0 | 0 | C | 64 | 1A | 35 | 64 | 25 |
| Octal | 275 | 247 | 0 | 0 | 14 | 144 | 32 | 65 | 144 | 45 |
| Binary | 10111101 | 10100111 | 0 | 0 | 1100 | 1100100 | 11010 | 110101 | 1100100 | 100101 |
Color Harmonies of #BDA700
Complementary color
Monochromatic Colors of #BDA700
Black with #BDA700
Text Example
Text Example
White with #BDA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA700; }
p { color: rgb(189,167,0); }
H1.HeaderClassName
{
color: #BDA700;
}
.AnyTagClassName
{
color: #BDA700;
}
</style>
background-color css
<style>
a { background-color: #BDA700; }
a { background-color: rgb(189,167,0); }
div.DivClassName
{
background-color: #BDA700;
}
.BgClassName
{
background-color: #BDA700;
}
</style>
border-color css
<style>
span { border-color: #BDA700; }
span { border-color: rgb(189,167,0); }
td.TdClassName
{
border-color: #BDA700;
}
.TagClassName
{
border-color: #BDA700;
}
</style>