Shades of Buddha Gold #BDA90E
Tints of Buddha Gold #BDA90E
RGB
CMYK
RGB Variations
Color information
#BDA90E (or 0xBDA90E) is known color: Buddha Gold. HEX triplet: BD, A9 and 0E. RGB value is (189,169,14). Sum of RGB (Red+Green+Blue) = 189+169+14=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA90E is #4256F1. Grayscale: #9D9D9D. Windows color (decimal): -4347634 or 960957. OLE color: 960957.
HSL color Cylindrical-coordinate representation of color #BDA90E: hue angle of 53.14º 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 #BDA90E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.26 |
| HSL | 53.14º | 0.86% | 0.4% | - |
| HSV(B) | 53.14º | 0.93% | 0.74% | - |
| XYZ | 35.25 | 39.23 | 6.13 | - |
| YUV | 157.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 14 | 0 | 0.11 | 0.93 | 0.26 | 53.14 | 0.86 | 0.4 |
| Hex | BD | A9 | E | 0 | B | 5D | 1A | 35 | 56 | 28 |
| Octal | 275 | 251 | 16 | 0 | 13 | 135 | 32 | 65 | 126 | 50 |
| Binary | 10111101 | 10101001 | 1110 | 0 | 1011 | 1011101 | 11010 | 110101 | 1010110 | 101000 |
Color Harmonies of #BDA90E
Complementary color
Monochromatic Colors of #BDA90E
Black with #BDA90E
Text Example
Text Example
White with #BDA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA90E; }
p { color: rgb(189,169,14); }
H1.HeaderClassName
{
color: #BDA90E;
}
.AnyTagClassName
{
color: #BDA90E;
}
</style>
background-color css
<style>
a { background-color: #BDA90E; }
a { background-color: rgb(189,169,14); }
div.DivClassName
{
background-color: #BDA90E;
}
.BgClassName
{
background-color: #BDA90E;
}
</style>
border-color css
<style>
span { border-color: #BDA90E; }
span { border-color: rgb(189,169,14); }
td.TdClassName
{
border-color: #BDA90E;
}
.TagClassName
{
border-color: #BDA90E;
}
</style>