Shades of Buddha Gold #BDA405
Tints of Buddha Gold #BDA405
RGB
CMYK
RGB Variations
Color information
#BDA405 (or 0xBDA405) is known color: Buddha Gold. HEX triplet: BD, A4 and 05. RGB value is (189,164,5). Sum of RGB (Red+Green+Blue) = 189+164+5=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA405 is #425BFA. Grayscale: #9A9A9A. Windows color (decimal): -4348923 or 369853. OLE color: 369853.
HSL color Cylindrical-coordinate representation of color #BDA405: hue angle of 51.85º 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 #BDA405 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.26 |
| HSL | 51.85º | 0.95% | 0.38% | - |
| HSV(B) | 51.85º | 0.97% | 0.74% | - |
| XYZ | 34.29 | 37.38 | 5.55 | - |
| YUV | 153.35 | 44.28 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 5 | 0 | 0.13 | 0.97 | 0.26 | 51.85 | 0.95 | 0.38 |
| Hex | BD | A4 | 5 | 0 | D | 61 | 1A | 34 | 5F | 26 |
| Octal | 275 | 244 | 5 | 0 | 15 | 141 | 32 | 64 | 137 | 46 |
| Binary | 10111101 | 10100100 | 101 | 0 | 1101 | 1100001 | 11010 | 110100 | 1011111 | 100110 |
Color Harmonies of #BDA405
Complementary color
Monochromatic Colors of #BDA405
Black with #BDA405
Text Example
Text Example
White with #BDA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA405; }
p { color: rgb(189,164,5); }
H1.HeaderClassName
{
color: #BDA405;
}
.AnyTagClassName
{
color: #BDA405;
}
</style>
background-color css
<style>
a { background-color: #BDA405; }
a { background-color: rgb(189,164,5); }
div.DivClassName
{
background-color: #BDA405;
}
.BgClassName
{
background-color: #BDA405;
}
</style>
border-color css
<style>
span { border-color: #BDA405; }
span { border-color: rgb(189,164,5); }
td.TdClassName
{
border-color: #BDA405;
}
.TagClassName
{
border-color: #BDA405;
}
</style>