Shades of Buddha Gold #BDA317
Tints of Buddha Gold #BDA317
RGB
CMYK
RGB Variations
Color information
#BDA317 (or 0xBDA317) is known color: Buddha Gold. HEX triplet: BD, A3 and 17. RGB value is (189,163,23). Sum of RGB (Red+Green+Blue) = 189+163+23=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA317 is #425CE8. Grayscale: #9B9B9B. Windows color (decimal): -4349161 or 1549245. OLE color: 1549245.
HSL color Cylindrical-coordinate representation of color #BDA317: hue angle of 50.6º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA317 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.26 |
| HSL | 50.6º | 0.78% | 0.42% | - |
| HSV(B) | 50.6º | 0.88% | 0.74% | - |
| XYZ | 34.24 | 37.08 | 6.16 | - |
| YUV | 154.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 23 | 0 | 0.14 | 0.88 | 0.26 | 50.6 | 0.78 | 0.42 |
| Hex | BD | A3 | 17 | 0 | E | 58 | 1A | 33 | 4E | 2A |
| Octal | 275 | 243 | 27 | 0 | 16 | 130 | 32 | 63 | 116 | 52 |
| Binary | 10111101 | 10100011 | 10111 | 0 | 1110 | 1011000 | 11010 | 110011 | 1001110 | 101010 |
Color Harmonies of #BDA317
Complementary color
Monochromatic Colors of #BDA317
Black with #BDA317
Text Example
Text Example
White with #BDA317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA317; }
p { color: rgb(189,163,23); }
H1.HeaderClassName
{
color: #BDA317;
}
.AnyTagClassName
{
color: #BDA317;
}
</style>
background-color css
<style>
a { background-color: #BDA317; }
a { background-color: rgb(189,163,23); }
div.DivClassName
{
background-color: #BDA317;
}
.BgClassName
{
background-color: #BDA317;
}
</style>
border-color css
<style>
span { border-color: #BDA317; }
span { border-color: rgb(189,163,23); }
td.TdClassName
{
border-color: #BDA317;
}
.TagClassName
{
border-color: #BDA317;
}
</style>