Shades of Buddha Gold #BDA40C
Tints of Buddha Gold #BDA40C
RGB
CMYK
RGB Variations
Color information
#BDA40C (or 0xBDA40C) is known color: Buddha Gold. HEX triplet: BD, A4 and 0C. RGB value is (189,164,12). Sum of RGB (Red+Green+Blue) = 189+164+12=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA40C is #425BF3. Grayscale: #9A9A9A. Windows color (decimal): -4348916 or 828605. OLE color: 828605.
HSL color Cylindrical-coordinate representation of color #BDA40C: hue angle of 51.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDA40C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.26 |
| HSL | 51.53º | 0.88% | 0.39% | - |
| HSV(B) | 51.53º | 0.94% | 0.74% | - |
| XYZ | 34.33 | 37.4 | 5.76 | - |
| YUV | 154.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 12 | 0 | 0.13 | 0.94 | 0.26 | 51.53 | 0.88 | 0.39 |
| Hex | BD | A4 | C | 0 | D | 5E | 1A | 34 | 58 | 27 |
| Octal | 275 | 244 | 14 | 0 | 15 | 136 | 32 | 64 | 130 | 47 |
| Binary | 10111101 | 10100100 | 1100 | 0 | 1101 | 1011110 | 11010 | 110100 | 1011000 | 100111 |
Color Harmonies of #BDA40C
Complementary color
Monochromatic Colors of #BDA40C
Black with #BDA40C
Text Example
Text Example
White with #BDA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA40C; }
p { color: rgb(189,164,12); }
H1.HeaderClassName
{
color: #BDA40C;
}
.AnyTagClassName
{
color: #BDA40C;
}
</style>
background-color css
<style>
a { background-color: #BDA40C; }
a { background-color: rgb(189,164,12); }
div.DivClassName
{
background-color: #BDA40C;
}
.BgClassName
{
background-color: #BDA40C;
}
</style>
border-color css
<style>
span { border-color: #BDA40C; }
span { border-color: rgb(189,164,12); }
td.TdClassName
{
border-color: #BDA40C;
}
.TagClassName
{
border-color: #BDA40C;
}
</style>