Shades of Buddha Gold #BDA311
Tints of Buddha Gold #BDA311
RGB
CMYK
RGB Variations
Color information
#BDA311 (or 0xBDA311) is known color: Buddha Gold. HEX triplet: BD, A3 and 11. RGB value is (189,163,17). Sum of RGB (Red+Green+Blue) = 189+163+17=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA311 is #425CEE. Grayscale: #9A9A9A. Windows color (decimal): -4349167 or 1156029. OLE color: 1156029.
HSL color Cylindrical-coordinate representation of color #BDA311: hue angle of 50.93º 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 #BDA311 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.26 |
| HSL | 50.93º | 0.83% | 0.4% | - |
| HSV(B) | 50.93º | 0.91% | 0.74% | - |
| XYZ | 34.18 | 37.05 | 5.88 | - |
| YUV | 154.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 17 | 0 | 0.14 | 0.91 | 0.26 | 50.93 | 0.83 | 0.4 |
| Hex | BD | A3 | 11 | 0 | E | 5B | 1A | 33 | 53 | 28 |
| Octal | 275 | 243 | 21 | 0 | 16 | 133 | 32 | 63 | 123 | 50 |
| Binary | 10111101 | 10100011 | 10001 | 0 | 1110 | 1011011 | 11010 | 110011 | 1010011 | 101000 |
Color Harmonies of #BDA311
Complementary color
Monochromatic Colors of #BDA311
Black with #BDA311
Text Example
Text Example
White with #BDA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA311; }
p { color: rgb(189,163,17); }
H1.HeaderClassName
{
color: #BDA311;
}
.AnyTagClassName
{
color: #BDA311;
}
</style>
background-color css
<style>
a { background-color: #BDA311; }
a { background-color: rgb(189,163,17); }
div.DivClassName
{
background-color: #BDA311;
}
.BgClassName
{
background-color: #BDA311;
}
</style>
border-color css
<style>
span { border-color: #BDA311; }
span { border-color: rgb(189,163,17); }
td.TdClassName
{
border-color: #BDA311;
}
.TagClassName
{
border-color: #BDA311;
}
</style>