Shades of Buddha Gold #BDA406
Tints of Buddha Gold #BDA406
RGB
CMYK
RGB Variations
Color information
#BDA406 (or 0xBDA406) is known color: Buddha Gold. HEX triplet: BD, A4 and 06. RGB value is (189,164,6). Sum of RGB (Red+Green+Blue) = 189+164+6=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA406 is #425BF9. Grayscale: #9A9A9A. Windows color (decimal): -4348922 or 435389. OLE color: 435389.
HSL color Cylindrical-coordinate representation of color #BDA406: hue angle of 51.8º 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 #BDA406 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.26 |
| HSL | 51.8º | 0.94% | 0.38% | - |
| HSV(B) | 51.8º | 0.97% | 0.74% | - |
| XYZ | 34.29 | 37.38 | 5.58 | - |
| YUV | 153.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 6 | 0 | 0.13 | 0.97 | 0.26 | 51.8 | 0.94 | 0.38 |
| Hex | BD | A4 | 6 | 0 | D | 61 | 1A | 34 | 5E | 26 |
| Octal | 275 | 244 | 6 | 0 | 15 | 141 | 32 | 64 | 136 | 46 |
| Binary | 10111101 | 10100100 | 110 | 0 | 1101 | 1100001 | 11010 | 110100 | 1011110 | 100110 |
Color Harmonies of #BDA406
Complementary color
Monochromatic Colors of #BDA406
Black with #BDA406
Text Example
Text Example
White with #BDA406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA406; }
p { color: rgb(189,164,6); }
H1.HeaderClassName
{
color: #BDA406;
}
.AnyTagClassName
{
color: #BDA406;
}
</style>
background-color css
<style>
a { background-color: #BDA406; }
a { background-color: rgb(189,164,6); }
div.DivClassName
{
background-color: #BDA406;
}
.BgClassName
{
background-color: #BDA406;
}
</style>
border-color css
<style>
span { border-color: #BDA406; }
span { border-color: rgb(189,164,6); }
td.TdClassName
{
border-color: #BDA406;
}
.TagClassName
{
border-color: #BDA406;
}
</style>