Shades of Buddha Gold #BDA60E
Tints of Buddha Gold #BDA60E
RGB
CMYK
RGB Variations
Color information
#BDA60E (or 0xBDA60E) is known color: Buddha Gold. HEX triplet: BD, A6 and 0E. RGB value is (189,166,14). Sum of RGB (Red+Green+Blue) = 189+166+14=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA60E is #4259F1. Grayscale: #9C9C9C. Windows color (decimal): -4348402 or 960189. OLE color: 960189.
HSL color Cylindrical-coordinate representation of color #BDA60E: hue angle of 52.11º 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 #BDA60E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.26 |
| HSL | 52.11º | 0.86% | 0.4% | - |
| HSV(B) | 52.11º | 0.93% | 0.74% | - |
| XYZ | 34.7 | 38.12 | 5.94 | - |
| YUV | 155.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 14 | 0 | 0.12 | 0.93 | 0.26 | 52.11 | 0.86 | 0.4 |
| Hex | BD | A6 | E | 0 | C | 5D | 1A | 34 | 56 | 28 |
| Octal | 275 | 246 | 16 | 0 | 14 | 135 | 32 | 64 | 126 | 50 |
| Binary | 10111101 | 10100110 | 1110 | 0 | 1100 | 1011101 | 11010 | 110100 | 1010110 | 101000 |
Color Harmonies of #BDA60E
Complementary color
Monochromatic Colors of #BDA60E
Black with #BDA60E
Text Example
Text Example
White with #BDA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA60E; }
p { color: rgb(189,166,14); }
H1.HeaderClassName
{
color: #BDA60E;
}
.AnyTagClassName
{
color: #BDA60E;
}
</style>
background-color css
<style>
a { background-color: #BDA60E; }
a { background-color: rgb(189,166,14); }
div.DivClassName
{
background-color: #BDA60E;
}
.BgClassName
{
background-color: #BDA60E;
}
</style>
border-color css
<style>
span { border-color: #BDA60E; }
span { border-color: rgb(189,166,14); }
td.TdClassName
{
border-color: #BDA60E;
}
.TagClassName
{
border-color: #BDA60E;
}
</style>