Shades of Buddha Gold #BDA113
Tints of Buddha Gold #BDA113
RGB
CMYK
RGB Variations
Color information
#BDA113 (or 0xBDA113) is known color: Buddha Gold. HEX triplet: BD, A1 and 13. RGB value is (189,161,19). Sum of RGB (Red+Green+Blue) = 189+161+19=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA113 is #425EEC. Grayscale: #999999. Windows color (decimal): -4349677 or 1286589. OLE color: 1286589.
HSL color Cylindrical-coordinate representation of color #BDA113: hue angle of 50.12º 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 #BDA113 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 19 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.26 |
| HSL | 50.12º | 0.82% | 0.41% | - |
| HSV(B) | 50.12º | 0.9% | 0.74% | - |
| XYZ | 33.85 | 36.36 | 5.85 | - |
| YUV | 153.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 19 | 0 | 0.15 | 0.90 | 0.26 | 50.12 | 0.82 | 0.41 |
| Hex | BD | A1 | 13 | 0 | F | 5A | 1A | 32 | 52 | 29 |
| Octal | 275 | 241 | 23 | 0 | 17 | 132 | 32 | 62 | 122 | 51 |
| Binary | 10111101 | 10100001 | 10011 | 0 | 1111 | 1011010 | 11010 | 110010 | 1010010 | 101001 |
Color Harmonies of #BDA113
Complementary color
Monochromatic Colors of #BDA113
Black with #BDA113
Text Example
Text Example
White with #BDA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA113; }
p { color: rgb(189,161,19); }
H1.HeaderClassName
{
color: #BDA113;
}
.AnyTagClassName
{
color: #BDA113;
}
</style>
background-color css
<style>
a { background-color: #BDA113; }
a { background-color: rgb(189,161,19); }
div.DivClassName
{
background-color: #BDA113;
}
.BgClassName
{
background-color: #BDA113;
}
</style>
border-color css
<style>
span { border-color: #BDA113; }
span { border-color: rgb(189,161,19); }
td.TdClassName
{
border-color: #BDA113;
}
.TagClassName
{
border-color: #BDA113;
}
</style>