Shades of Buddha Gold #BDA80E
Tints of Buddha Gold #BDA80E
RGB
CMYK
RGB Variations
Color information
#BDA80E (or 0xBDA80E) is known color: Buddha Gold. HEX triplet: BD, A8 and 0E. RGB value is (189,168,14). Sum of RGB (Red+Green+Blue) = 189+168+14=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA80E is #4257F1. Grayscale: #9D9D9D. Windows color (decimal): -4347890 or 960701. OLE color: 960701.
HSL color Cylindrical-coordinate representation of color #BDA80E: hue angle of 52.8º degrees, saturation: 0.86, 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 #BDA80E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.26 |
| HSL | 52.8º | 0.86% | 0.4% | - |
| HSV(B) | 52.8º | 0.93% | 0.74% | - |
| XYZ | 35.07 | 38.86 | 6.07 | - |
| YUV | 156.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 14 | 0 | 0.11 | 0.93 | 0.26 | 52.8 | 0.86 | 0.4 |
| Hex | BD | A8 | E | 0 | B | 5D | 1A | 35 | 56 | 28 |
| Octal | 275 | 250 | 16 | 0 | 13 | 135 | 32 | 65 | 126 | 50 |
| Binary | 10111101 | 10101000 | 1110 | 0 | 1011 | 1011101 | 11010 | 110101 | 1010110 | 101000 |
Color Harmonies of #BDA80E
Complementary color
Monochromatic Colors of #BDA80E
Black with #BDA80E
Text Example
Text Example
White with #BDA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA80E; }
p { color: rgb(189,168,14); }
H1.HeaderClassName
{
color: #BDA80E;
}
.AnyTagClassName
{
color: #BDA80E;
}
</style>
background-color css
<style>
a { background-color: #BDA80E; }
a { background-color: rgb(189,168,14); }
div.DivClassName
{
background-color: #BDA80E;
}
.BgClassName
{
background-color: #BDA80E;
}
</style>
border-color css
<style>
span { border-color: #BDA80E; }
span { border-color: rgb(189,168,14); }
td.TdClassName
{
border-color: #BDA80E;
}
.TagClassName
{
border-color: #BDA80E;
}
</style>