Shades of Buddha Gold #BDA706
Tints of Buddha Gold #BDA706
RGB
CMYK
RGB Variations
Color information
#BDA706 (or 0xBDA706) is known color: Buddha Gold. HEX triplet: BD, A7 and 06. RGB value is (189,167,6). Sum of RGB (Red+Green+Blue) = 189+167+6=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA706 is #4258F9. Grayscale: #9B9B9B. Windows color (decimal): -4348154 or 436157. OLE color: 436157.
HSL color Cylindrical-coordinate representation of color #BDA706: hue angle of 52.79º degrees, saturation: 0.94, 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 #BDA706 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.26 |
| HSL | 52.79º | 0.94% | 0.38% | - |
| HSV(B) | 52.79º | 0.97% | 0.74% | - |
| XYZ | 34.84 | 38.47 | 5.76 | - |
| YUV | 155.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 6 | 0 | 0.12 | 0.97 | 0.26 | 52.79 | 0.94 | 0.38 |
| Hex | BD | A7 | 6 | 0 | C | 61 | 1A | 35 | 5E | 26 |
| Octal | 275 | 247 | 6 | 0 | 14 | 141 | 32 | 65 | 136 | 46 |
| Binary | 10111101 | 10100111 | 110 | 0 | 1100 | 1100001 | 11010 | 110101 | 1011110 | 100110 |
Color Harmonies of #BDA706
Complementary color
Monochromatic Colors of #BDA706
Black with #BDA706
Text Example
Text Example
White with #BDA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA706; }
p { color: rgb(189,167,6); }
H1.HeaderClassName
{
color: #BDA706;
}
.AnyTagClassName
{
color: #BDA706;
}
</style>
background-color css
<style>
a { background-color: #BDA706; }
a { background-color: rgb(189,167,6); }
div.DivClassName
{
background-color: #BDA706;
}
.BgClassName
{
background-color: #BDA706;
}
</style>
border-color css
<style>
span { border-color: #BDA706; }
span { border-color: rgb(189,167,6); }
td.TdClassName
{
border-color: #BDA706;
}
.TagClassName
{
border-color: #BDA706;
}
</style>