Shades of Buddha Gold #BDA905
Tints of Buddha Gold #BDA905
RGB
CMYK
RGB Variations
Color information
#BDA905 (or 0xBDA905) is known color: Buddha Gold. HEX triplet: BD, A9 and 05. RGB value is (189,169,5). Sum of RGB (Red+Green+Blue) = 189+169+5=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA905 is #4256FA. Grayscale: #9C9C9C. Windows color (decimal): -4347643 or 371133. OLE color: 371133.
HSL color Cylindrical-coordinate representation of color #BDA905: hue angle of 53.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDA905 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.26 |
| HSL | 53.48º | 0.95% | 0.38% | - |
| HSV(B) | 53.48º | 0.97% | 0.74% | - |
| XYZ | 35.2 | 39.21 | 5.86 | - |
| YUV | 156.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 5 | 0 | 0.11 | 0.97 | 0.26 | 53.48 | 0.95 | 0.38 |
| Hex | BD | A9 | 5 | 0 | B | 61 | 1A | 35 | 5F | 26 |
| Octal | 275 | 251 | 5 | 0 | 13 | 141 | 32 | 65 | 137 | 46 |
| Binary | 10111101 | 10101001 | 101 | 0 | 1011 | 1100001 | 11010 | 110101 | 1011111 | 100110 |
Color Harmonies of #BDA905
Complementary color
Monochromatic Colors of #BDA905
Black with #BDA905
Text Example
Text Example
White with #BDA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA905; }
p { color: rgb(189,169,5); }
H1.HeaderClassName
{
color: #BDA905;
}
.AnyTagClassName
{
color: #BDA905;
}
</style>
background-color css
<style>
a { background-color: #BDA905; }
a { background-color: rgb(189,169,5); }
div.DivClassName
{
background-color: #BDA905;
}
.BgClassName
{
background-color: #BDA905;
}
</style>
border-color css
<style>
span { border-color: #BDA905; }
span { border-color: rgb(189,169,5); }
td.TdClassName
{
border-color: #BDA905;
}
.TagClassName
{
border-color: #BDA905;
}
</style>