Shades of Buddha Gold #BDA500
Tints of Buddha Gold #BDA500
RGB
CMYK
RGB Variations
Color information
#BDA500 (or 0xBDA500) is known color: Buddha Gold. HEX triplet: BD, A5 and 00. RGB value is (189,165,0). Sum of RGB (Red+Green+Blue) = 189+165+0=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA500 is #425AFF. Grayscale: #9A9A9A. Windows color (decimal): -4348672 or 42429. OLE color: 42429.
HSL color Cylindrical-coordinate representation of color #BDA500: hue angle of 52.38º 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 #BDA500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.26 |
| HSL | 52.38º | 1% | 0.37% | - |
| HSV(B) | 52.38º | 1% | 0.74% | - |
| XYZ | 34.44 | 37.73 | 5.47 | - |
| YUV | 153.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 0 | 0 | 0.13 | 1 | 0.26 | 52.38 | 1 | 0.37 |
| Hex | BD | A5 | 0 | 0 | D | 64 | 1A | 34 | 64 | 25 |
| Octal | 275 | 245 | 0 | 0 | 15 | 144 | 32 | 64 | 144 | 45 |
| Binary | 10111101 | 10100101 | 0 | 0 | 1101 | 1100100 | 11010 | 110100 | 1100100 | 100101 |
Color Harmonies of #BDA500
Complementary color
Monochromatic Colors of #BDA500
Black with #BDA500
Text Example
Text Example
White with #BDA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA500; }
p { color: rgb(189,165,0); }
H1.HeaderClassName
{
color: #BDA500;
}
.AnyTagClassName
{
color: #BDA500;
}
</style>
background-color css
<style>
a { background-color: #BDA500; }
a { background-color: rgb(189,165,0); }
div.DivClassName
{
background-color: #BDA500;
}
.BgClassName
{
background-color: #BDA500;
}
</style>
border-color css
<style>
span { border-color: #BDA500; }
span { border-color: rgb(189,165,0); }
td.TdClassName
{
border-color: #BDA500;
}
.TagClassName
{
border-color: #BDA500;
}
</style>