Shades of Buddha Gold #BDA413
Tints of Buddha Gold #BDA413
RGB
CMYK
RGB Variations
Color information
#BDA413 (or 0xBDA413) is known color: Buddha Gold. HEX triplet: BD, A4 and 13. RGB value is (189,164,19). Sum of RGB (Red+Green+Blue) = 189+164+19=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA413 is #425BEC. Grayscale: #9B9B9B. Windows color (decimal): -4348909 or 1287357. OLE color: 1287357.
HSL color Cylindrical-coordinate representation of color #BDA413: hue angle of 51.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA413 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 19 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.26 |
| HSL | 51.18º | 0.82% | 0.41% | - |
| HSV(B) | 51.18º | 0.9% | 0.74% | - |
| XYZ | 34.38 | 37.42 | 6.03 | - |
| YUV | 154.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 19 | 0 | 0.13 | 0.90 | 0.26 | 51.18 | 0.82 | 0.41 |
| Hex | BD | A4 | 13 | 0 | D | 5A | 1A | 33 | 52 | 29 |
| Octal | 275 | 244 | 23 | 0 | 15 | 132 | 32 | 63 | 122 | 51 |
| Binary | 10111101 | 10100100 | 10011 | 0 | 1101 | 1011010 | 11010 | 110011 | 1010010 | 101001 |
Color Harmonies of #BDA413
Complementary color
Monochromatic Colors of #BDA413
Black with #BDA413
Text Example
Text Example
White with #BDA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA413; }
p { color: rgb(189,164,19); }
H1.HeaderClassName
{
color: #BDA413;
}
.AnyTagClassName
{
color: #BDA413;
}
</style>
background-color css
<style>
a { background-color: #BDA413; }
a { background-color: rgb(189,164,19); }
div.DivClassName
{
background-color: #BDA413;
}
.BgClassName
{
background-color: #BDA413;
}
</style>
border-color css
<style>
span { border-color: #BDA413; }
span { border-color: rgb(189,164,19); }
td.TdClassName
{
border-color: #BDA413;
}
.TagClassName
{
border-color: #BDA413;
}
</style>