Shades of Buddha Gold #BDA400
Tints of Buddha Gold #BDA400
RGB
CMYK
RGB Variations
Color information
#BDA400 (or 0xBDA400) is known color: Buddha Gold. HEX triplet: BD, A4 and 00. RGB value is (189,164,0). Sum of RGB (Red+Green+Blue) = 189+164+0=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA400 is #425BFF. Grayscale: #999999. Windows color (decimal): -4348928 or 42173. OLE color: 42173.
HSL color Cylindrical-coordinate representation of color #BDA400: hue angle of 52.06º 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 #BDA400 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.26 |
| HSL | 52.06º | 1% | 0.37% | - |
| HSV(B) | 52.06º | 1% | 0.74% | - |
| XYZ | 34.26 | 37.37 | 5.41 | - |
| YUV | 152.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 0 | 0 | 0.13 | 1 | 0.26 | 52.06 | 1 | 0.37 |
| Hex | BD | A4 | 0 | 0 | D | 64 | 1A | 34 | 64 | 25 |
| Octal | 275 | 244 | 0 | 0 | 15 | 144 | 32 | 64 | 144 | 45 |
| Binary | 10111101 | 10100100 | 0 | 0 | 1101 | 1100100 | 11010 | 110100 | 1100100 | 100101 |
Color Harmonies of #BDA400
Complementary color
Monochromatic Colors of #BDA400
Black with #BDA400
Text Example
Text Example
White with #BDA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA400; }
p { color: rgb(189,164,0); }
H1.HeaderClassName
{
color: #BDA400;
}
.AnyTagClassName
{
color: #BDA400;
}
</style>
background-color css
<style>
a { background-color: #BDA400; }
a { background-color: rgb(189,164,0); }
div.DivClassName
{
background-color: #BDA400;
}
.BgClassName
{
background-color: #BDA400;
}
</style>
border-color css
<style>
span { border-color: #BDA400; }
span { border-color: rgb(189,164,0); }
td.TdClassName
{
border-color: #BDA400;
}
.TagClassName
{
border-color: #BDA400;
}
</style>