Shades of Buddha Gold #BDA705
Tints of Buddha Gold #BDA705
RGB
CMYK
RGB Variations
Color information
#BDA705 (or 0xBDA705) is known color: Buddha Gold. HEX triplet: BD, A7 and 05. RGB value is (189,167,5). Sum of RGB (Red+Green+Blue) = 189+167+5=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA705 is #4258FA. Grayscale: #9B9B9B. Windows color (decimal): -4348155 or 370621. OLE color: 370621.
HSL color Cylindrical-coordinate representation of color #BDA705: hue angle of 52.83º 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 #BDA705 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.26 |
| HSL | 52.83º | 0.95% | 0.38% | - |
| HSV(B) | 52.83º | 0.97% | 0.74% | - |
| XYZ | 34.83 | 38.47 | 5.73 | - |
| YUV | 155.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 5 | 0 | 0.12 | 0.97 | 0.26 | 52.83 | 0.95 | 0.38 |
| Hex | BD | A7 | 5 | 0 | C | 61 | 1A | 35 | 5F | 26 |
| Octal | 275 | 247 | 5 | 0 | 14 | 141 | 32 | 65 | 137 | 46 |
| Binary | 10111101 | 10100111 | 101 | 0 | 1100 | 1100001 | 11010 | 110101 | 1011111 | 100110 |
Color Harmonies of #BDA705
Complementary color
Monochromatic Colors of #BDA705
Black with #BDA705
Text Example
Text Example
White with #BDA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA705; }
p { color: rgb(189,167,5); }
H1.HeaderClassName
{
color: #BDA705;
}
.AnyTagClassName
{
color: #BDA705;
}
</style>
background-color css
<style>
a { background-color: #BDA705; }
a { background-color: rgb(189,167,5); }
div.DivClassName
{
background-color: #BDA705;
}
.BgClassName
{
background-color: #BDA705;
}
</style>
border-color css
<style>
span { border-color: #BDA705; }
span { border-color: rgb(189,167,5); }
td.TdClassName
{
border-color: #BDA705;
}
.TagClassName
{
border-color: #BDA705;
}
</style>