Shades of Buddha Gold #BDA50E
Tints of Buddha Gold #BDA50E
RGB
CMYK
RGB Variations
Color information
#BDA50E (or 0xBDA50E) is known color: Buddha Gold. HEX triplet: BD, A5 and 0E. RGB value is (189,165,14). Sum of RGB (Red+Green+Blue) = 189+165+14=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA50E is #425AF1. Grayscale: #9B9B9B. Windows color (decimal): -4348658 or 959933. OLE color: 959933.
HSL color Cylindrical-coordinate representation of color #BDA50E: hue angle of 51.77º 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 #BDA50E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.26 |
| HSL | 51.77º | 0.86% | 0.4% | - |
| HSV(B) | 51.77º | 0.93% | 0.74% | - |
| XYZ | 34.52 | 37.76 | 5.88 | - |
| YUV | 154.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 14 | 0 | 0.13 | 0.93 | 0.26 | 51.77 | 0.86 | 0.4 |
| Hex | BD | A5 | E | 0 | D | 5D | 1A | 34 | 56 | 28 |
| Octal | 275 | 245 | 16 | 0 | 15 | 135 | 32 | 64 | 126 | 50 |
| Binary | 10111101 | 10100101 | 1110 | 0 | 1101 | 1011101 | 11010 | 110100 | 1010110 | 101000 |
Color Harmonies of #BDA50E
Complementary color
Monochromatic Colors of #BDA50E
Black with #BDA50E
Text Example
Text Example
White with #BDA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA50E; }
p { color: rgb(189,165,14); }
H1.HeaderClassName
{
color: #BDA50E;
}
.AnyTagClassName
{
color: #BDA50E;
}
</style>
background-color css
<style>
a { background-color: #BDA50E; }
a { background-color: rgb(189,165,14); }
div.DivClassName
{
background-color: #BDA50E;
}
.BgClassName
{
background-color: #BDA50E;
}
</style>
border-color css
<style>
span { border-color: #BDA50E; }
span { border-color: rgb(189,165,14); }
td.TdClassName
{
border-color: #BDA50E;
}
.TagClassName
{
border-color: #BDA50E;
}
</style>