Shades of Buddha Gold #BDA516
Tints of Buddha Gold #BDA516
RGB
CMYK
RGB Variations
Color information
#BDA516 (or 0xBDA516) is known color: Buddha Gold. HEX triplet: BD, A5 and 16. RGB value is (189,165,22). Sum of RGB (Red+Green+Blue) = 189+165+22=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA516 is #425AE9. Grayscale: #9C9C9C. Windows color (decimal): -4348650 or 1484221. OLE color: 1484221.
HSL color Cylindrical-coordinate representation of color #BDA516: hue angle of 51.38º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA516 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.26 |
| HSL | 51.38º | 0.79% | 0.41% | - |
| HSV(B) | 51.38º | 0.88% | 0.74% | - |
| XYZ | 34.59 | 37.79 | 6.23 | - |
| YUV | 155.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 22 | 0 | 0.13 | 0.88 | 0.26 | 51.38 | 0.79 | 0.41 |
| Hex | BD | A5 | 16 | 0 | D | 58 | 1A | 33 | 4F | 29 |
| Octal | 275 | 245 | 26 | 0 | 15 | 130 | 32 | 63 | 117 | 51 |
| Binary | 10111101 | 10100101 | 10110 | 0 | 1101 | 1011000 | 11010 | 110011 | 1001111 | 101001 |
Color Harmonies of #BDA516
Complementary color
Monochromatic Colors of #BDA516
Black with #BDA516
Text Example
Text Example
White with #BDA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA516; }
p { color: rgb(189,165,22); }
H1.HeaderClassName
{
color: #BDA516;
}
.AnyTagClassName
{
color: #BDA516;
}
</style>
background-color css
<style>
a { background-color: #BDA516; }
a { background-color: rgb(189,165,22); }
div.DivClassName
{
background-color: #BDA516;
}
.BgClassName
{
background-color: #BDA516;
}
</style>
border-color css
<style>
span { border-color: #BDA516; }
span { border-color: rgb(189,165,22); }
td.TdClassName
{
border-color: #BDA516;
}
.TagClassName
{
border-color: #BDA516;
}
</style>