Shades of Buddha Gold #BDA703
Tints of Buddha Gold #BDA703
RGB
CMYK
RGB Variations
Color information
#BDA703 (or 0xBDA703) is known color: Buddha Gold. HEX triplet: BD, A7 and 03. RGB value is (189,167,3). Sum of RGB (Red+Green+Blue) = 189+167+3=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA703 is #4258FC. Grayscale: #9B9B9B. Windows color (decimal): -4348157 or 239549. OLE color: 239549.
HSL color Cylindrical-coordinate representation of color #BDA703: hue angle of 52.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDA703 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.26 |
| HSL | 52.9º | 0.97% | 0.38% | - |
| HSV(B) | 52.9º | 0.98% | 0.74% | - |
| XYZ | 34.82 | 38.46 | 5.67 | - |
| YUV | 154.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 3 | 0 | 0.12 | 0.98 | 0.26 | 52.9 | 0.97 | 0.38 |
| Hex | BD | A7 | 3 | 0 | C | 62 | 1A | 35 | 61 | 26 |
| Octal | 275 | 247 | 3 | 0 | 14 | 142 | 32 | 65 | 141 | 46 |
| Binary | 10111101 | 10100111 | 11 | 0 | 1100 | 1100010 | 11010 | 110101 | 1100001 | 100110 |
Color Harmonies of #BDA703
Complementary color
Monochromatic Colors of #BDA703
Black with #BDA703
Text Example
Text Example
White with #BDA703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA703; }
p { color: rgb(189,167,3); }
H1.HeaderClassName
{
color: #BDA703;
}
.AnyTagClassName
{
color: #BDA703;
}
</style>
background-color css
<style>
a { background-color: #BDA703; }
a { background-color: rgb(189,167,3); }
div.DivClassName
{
background-color: #BDA703;
}
.BgClassName
{
background-color: #BDA703;
}
</style>
border-color css
<style>
span { border-color: #BDA703; }
span { border-color: rgb(189,167,3); }
td.TdClassName
{
border-color: #BDA703;
}
.TagClassName
{
border-color: #BDA703;
}
</style>