Shades of Buddha Gold #BDA107
Tints of Buddha Gold #BDA107
RGB
CMYK
RGB Variations
Color information
#BDA107 (or 0xBDA107) is known color: Buddha Gold. HEX triplet: BD, A1 and 07. RGB value is (189,161,7). Sum of RGB (Red+Green+Blue) = 189+161+7=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA107 is #425EF8. Grayscale: #989898. Windows color (decimal): -4349689 or 500157. OLE color: 500157.
HSL color Cylindrical-coordinate representation of color #BDA107: hue angle of 50.77º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDA107 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.26 |
| HSL | 50.77º | 0.93% | 0.38% | - |
| HSV(B) | 50.77º | 0.96% | 0.74% | - |
| XYZ | 33.77 | 36.32 | 5.43 | - |
| YUV | 151.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 7 | 0 | 0.15 | 0.96 | 0.26 | 50.77 | 0.93 | 0.38 |
| Hex | BD | A1 | 7 | 0 | F | 60 | 1A | 33 | 5D | 26 |
| Octal | 275 | 241 | 7 | 0 | 17 | 140 | 32 | 63 | 135 | 46 |
| Binary | 10111101 | 10100001 | 111 | 0 | 1111 | 1100000 | 11010 | 110011 | 1011101 | 100110 |
Color Harmonies of #BDA107
Complementary color
Monochromatic Colors of #BDA107
Black with #BDA107
Text Example
Text Example
White with #BDA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA107; }
p { color: rgb(189,161,7); }
H1.HeaderClassName
{
color: #BDA107;
}
.AnyTagClassName
{
color: #BDA107;
}
</style>
background-color css
<style>
a { background-color: #BDA107; }
a { background-color: rgb(189,161,7); }
div.DivClassName
{
background-color: #BDA107;
}
.BgClassName
{
background-color: #BDA107;
}
</style>
border-color css
<style>
span { border-color: #BDA107; }
span { border-color: rgb(189,161,7); }
td.TdClassName
{
border-color: #BDA107;
}
.TagClassName
{
border-color: #BDA107;
}
</style>