Shades of Buddha Gold #BDA50D
Tints of Buddha Gold #BDA50D
RGB
CMYK
RGB Variations
Color information
#BDA50D (or 0xBDA50D) is known color: Buddha Gold. HEX triplet: BD, A5 and 0D. RGB value is (189,165,13). Sum of RGB (Red+Green+Blue) = 189+165+13=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA50D is #425AF2. Grayscale: #9B9B9B. Windows color (decimal): -4348659 or 894397. OLE color: 894397.
HSL color Cylindrical-coordinate representation of color #BDA50D: hue angle of 51.82º degrees, saturation: 0.87, 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 #BDA50D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.26 |
| HSL | 51.82º | 0.87% | 0.4% | - |
| HSV(B) | 51.82º | 0.93% | 0.74% | - |
| XYZ | 34.51 | 37.76 | 5.85 | - |
| YUV | 154.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 13 | 0 | 0.13 | 0.93 | 0.26 | 51.82 | 0.87 | 0.4 |
| Hex | BD | A5 | D | 0 | D | 5D | 1A | 34 | 57 | 28 |
| Octal | 275 | 245 | 15 | 0 | 15 | 135 | 32 | 64 | 127 | 50 |
| Binary | 10111101 | 10100101 | 1101 | 0 | 1101 | 1011101 | 11010 | 110100 | 1010111 | 101000 |
Color Harmonies of #BDA50D
Complementary color
Monochromatic Colors of #BDA50D
Black with #BDA50D
Text Example
Text Example
White with #BDA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA50D; }
p { color: rgb(189,165,13); }
H1.HeaderClassName
{
color: #BDA50D;
}
.AnyTagClassName
{
color: #BDA50D;
}
</style>
background-color css
<style>
a { background-color: #BDA50D; }
a { background-color: rgb(189,165,13); }
div.DivClassName
{
background-color: #BDA50D;
}
.BgClassName
{
background-color: #BDA50D;
}
</style>
border-color css
<style>
span { border-color: #BDA50D; }
span { border-color: rgb(189,165,13); }
td.TdClassName
{
border-color: #BDA50D;
}
.TagClassName
{
border-color: #BDA50D;
}
</style>