Shades of Buddha Gold #BDA511
Tints of Buddha Gold #BDA511
RGB
CMYK
RGB Variations
Color information
#BDA511 (or 0xBDA511) is known color: Buddha Gold. HEX triplet: BD, A5 and 11. RGB value is (189,165,17). Sum of RGB (Red+Green+Blue) = 189+165+17=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA511 is #425AEE. Grayscale: #9B9B9B. Windows color (decimal): -4348655 or 1156541. OLE color: 1156541.
HSL color Cylindrical-coordinate representation of color #BDA511: hue angle of 51.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDA511 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 17 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.26 |
| HSL | 51.63º | 0.83% | 0.4% | - |
| HSV(B) | 51.63º | 0.91% | 0.74% | - |
| XYZ | 34.54 | 37.77 | 6 | - |
| YUV | 155.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 17 | 0 | 0.13 | 0.91 | 0.26 | 51.63 | 0.83 | 0.4 |
| Hex | BD | A5 | 11 | 0 | D | 5B | 1A | 34 | 53 | 28 |
| Octal | 275 | 245 | 21 | 0 | 15 | 133 | 32 | 64 | 123 | 50 |
| Binary | 10111101 | 10100101 | 10001 | 0 | 1101 | 1011011 | 11010 | 110100 | 1010011 | 101000 |
Color Harmonies of #BDA511
Complementary color
Monochromatic Colors of #BDA511
Black with #BDA511
Text Example
Text Example
White with #BDA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA511; }
p { color: rgb(189,165,17); }
H1.HeaderClassName
{
color: #BDA511;
}
.AnyTagClassName
{
color: #BDA511;
}
</style>
background-color css
<style>
a { background-color: #BDA511; }
a { background-color: rgb(189,165,17); }
div.DivClassName
{
background-color: #BDA511;
}
.BgClassName
{
background-color: #BDA511;
}
</style>
border-color css
<style>
span { border-color: #BDA511; }
span { border-color: rgb(189,165,17); }
td.TdClassName
{
border-color: #BDA511;
}
.TagClassName
{
border-color: #BDA511;
}
</style>