Shades of Buddha Gold #BDA40D
Tints of Buddha Gold #BDA40D
RGB
CMYK
RGB Variations
Color information
#BDA40D (or 0xBDA40D) is known color: Buddha Gold. HEX triplet: BD, A4 and 0D. RGB value is (189,164,13). Sum of RGB (Red+Green+Blue) = 189+164+13=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA40D is #425BF2. Grayscale: #9A9A9A. Windows color (decimal): -4348915 or 894141. OLE color: 894141.
HSL color Cylindrical-coordinate representation of color #BDA40D: hue angle of 51.48º 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 #BDA40D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.26 |
| HSL | 51.48º | 0.87% | 0.4% | - |
| HSV(B) | 51.48º | 0.93% | 0.74% | - |
| XYZ | 34.33 | 37.4 | 5.79 | - |
| YUV | 154.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 13 | 0 | 0.13 | 0.93 | 0.26 | 51.48 | 0.87 | 0.4 |
| Hex | BD | A4 | D | 0 | D | 5D | 1A | 33 | 57 | 28 |
| Octal | 275 | 244 | 15 | 0 | 15 | 135 | 32 | 63 | 127 | 50 |
| Binary | 10111101 | 10100100 | 1101 | 0 | 1101 | 1011101 | 11010 | 110011 | 1010111 | 101000 |
Color Harmonies of #BDA40D
Complementary color
Monochromatic Colors of #BDA40D
Black with #BDA40D
Text Example
Text Example
White with #BDA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA40D; }
p { color: rgb(189,164,13); }
H1.HeaderClassName
{
color: #BDA40D;
}
.AnyTagClassName
{
color: #BDA40D;
}
</style>
background-color css
<style>
a { background-color: #BDA40D; }
a { background-color: rgb(189,164,13); }
div.DivClassName
{
background-color: #BDA40D;
}
.BgClassName
{
background-color: #BDA40D;
}
</style>
border-color css
<style>
span { border-color: #BDA40D; }
span { border-color: rgb(189,164,13); }
td.TdClassName
{
border-color: #BDA40D;
}
.TagClassName
{
border-color: #BDA40D;
}
</style>