Shades of Buddha Gold #BDA40F
Tints of Buddha Gold #BDA40F
RGB
CMYK
RGB Variations
Color information
#BDA40F (or 0xBDA40F) is known color: Buddha Gold. HEX triplet: BD, A4 and 0F. RGB value is (189,164,15). Sum of RGB (Red+Green+Blue) = 189+164+15=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA40F is #425BF0. Grayscale: #9B9B9B. Windows color (decimal): -4348913 or 1025213. OLE color: 1025213.
HSL color Cylindrical-coordinate representation of color #BDA40F: hue angle of 51.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDA40F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.26 |
| HSL | 51.38º | 0.85% | 0.4% | - |
| HSV(B) | 51.38º | 0.92% | 0.74% | - |
| XYZ | 34.35 | 37.4 | 5.86 | - |
| YUV | 154.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 15 | 0 | 0.13 | 0.92 | 0.26 | 51.38 | 0.85 | 0.4 |
| Hex | BD | A4 | F | 0 | D | 5C | 1A | 33 | 55 | 28 |
| Octal | 275 | 244 | 17 | 0 | 15 | 134 | 32 | 63 | 125 | 50 |
| Binary | 10111101 | 10100100 | 1111 | 0 | 1101 | 1011100 | 11010 | 110011 | 1010101 | 101000 |
Color Harmonies of #BDA40F
Complementary color
Monochromatic Colors of #BDA40F
Black with #BDA40F
Text Example
Text Example
White with #BDA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA40F; }
p { color: rgb(189,164,15); }
H1.HeaderClassName
{
color: #BDA40F;
}
.AnyTagClassName
{
color: #BDA40F;
}
</style>
background-color css
<style>
a { background-color: #BDA40F; }
a { background-color: rgb(189,164,15); }
div.DivClassName
{
background-color: #BDA40F;
}
.BgClassName
{
background-color: #BDA40F;
}
</style>
border-color css
<style>
span { border-color: #BDA40F; }
span { border-color: rgb(189,164,15); }
td.TdClassName
{
border-color: #BDA40F;
}
.TagClassName
{
border-color: #BDA40F;
}
</style>