Shades of Buddha Gold #BDA30D
Tints of Buddha Gold #BDA30D
RGB
CMYK
RGB Variations
Color information
#BDA30D (or 0xBDA30D) is known color: Buddha Gold. HEX triplet: BD, A3 and 0D. RGB value is (189,163,13). Sum of RGB (Red+Green+Blue) = 189+163+13=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA30D is #425CF2. Grayscale: #9A9A9A. Windows color (decimal): -4349171 or 893885. OLE color: 893885.
HSL color Cylindrical-coordinate representation of color #BDA30D: hue angle of 51.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDA30D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.26 |
| HSL | 51.14º | 0.87% | 0.4% | - |
| HSV(B) | 51.14º | 0.93% | 0.74% | - |
| XYZ | 34.16 | 37.04 | 5.73 | - |
| YUV | 153.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 13 | 0 | 0.14 | 0.93 | 0.26 | 51.14 | 0.87 | 0.4 |
| Hex | BD | A3 | D | 0 | E | 5D | 1A | 33 | 57 | 28 |
| Octal | 275 | 243 | 15 | 0 | 16 | 135 | 32 | 63 | 127 | 50 |
| Binary | 10111101 | 10100011 | 1101 | 0 | 1110 | 1011101 | 11010 | 110011 | 1010111 | 101000 |
Color Harmonies of #BDA30D
Complementary color
Monochromatic Colors of #BDA30D
Black with #BDA30D
Text Example
Text Example
White with #BDA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA30D; }
p { color: rgb(189,163,13); }
H1.HeaderClassName
{
color: #BDA30D;
}
.AnyTagClassName
{
color: #BDA30D;
}
</style>
background-color css
<style>
a { background-color: #BDA30D; }
a { background-color: rgb(189,163,13); }
div.DivClassName
{
background-color: #BDA30D;
}
.BgClassName
{
background-color: #BDA30D;
}
</style>
border-color css
<style>
span { border-color: #BDA30D; }
span { border-color: rgb(189,163,13); }
td.TdClassName
{
border-color: #BDA30D;
}
.TagClassName
{
border-color: #BDA30D;
}
</style>