Shades of Buddha Gold #BDA316
Tints of Buddha Gold #BDA316
RGB
CMYK
RGB Variations
Color information
#BDA316 (or 0xBDA316) is known color: Buddha Gold. HEX triplet: BD, A3 and 16. RGB value is (189,163,22). Sum of RGB (Red+Green+Blue) = 189+163+22=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA316 is #425CE9. Grayscale: #9B9B9B. Windows color (decimal): -4349162 or 1483709. OLE color: 1483709.
HSL color Cylindrical-coordinate representation of color #BDA316: hue angle of 50.66º 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 #BDA316 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 22 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.26 |
| HSL | 50.66º | 0.79% | 0.41% | - |
| HSV(B) | 50.66º | 0.88% | 0.74% | - |
| XYZ | 34.23 | 37.07 | 6.11 | - |
| YUV | 154.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 22 | 0 | 0.14 | 0.88 | 0.26 | 50.66 | 0.79 | 0.41 |
| Hex | BD | A3 | 16 | 0 | E | 58 | 1A | 33 | 4F | 29 |
| Octal | 275 | 243 | 26 | 0 | 16 | 130 | 32 | 63 | 117 | 51 |
| Binary | 10111101 | 10100011 | 10110 | 0 | 1110 | 1011000 | 11010 | 110011 | 1001111 | 101001 |
Color Harmonies of #BDA316
Complementary color
Monochromatic Colors of #BDA316
Black with #BDA316
Text Example
Text Example
White with #BDA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA316; }
p { color: rgb(189,163,22); }
H1.HeaderClassName
{
color: #BDA316;
}
.AnyTagClassName
{
color: #BDA316;
}
</style>
background-color css
<style>
a { background-color: #BDA316; }
a { background-color: rgb(189,163,22); }
div.DivClassName
{
background-color: #BDA316;
}
.BgClassName
{
background-color: #BDA316;
}
</style>
border-color css
<style>
span { border-color: #BDA316; }
span { border-color: rgb(189,163,22); }
td.TdClassName
{
border-color: #BDA316;
}
.TagClassName
{
border-color: #BDA316;
}
</style>