Shades of Buddha Gold #BDA106
Tints of Buddha Gold #BDA106
RGB
CMYK
RGB Variations
Color information
#BDA106 (or 0xBDA106) is known color: Buddha Gold. HEX triplet: BD, A1 and 06. RGB value is (189,161,6). Sum of RGB (Red+Green+Blue) = 189+161+6=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA106 is #425EF9. Grayscale: #989898. Windows color (decimal): -4349690 or 434621. OLE color: 434621.
HSL color Cylindrical-coordinate representation of color #BDA106: hue angle of 50.82º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDA106 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.26 |
| HSL | 50.82º | 0.94% | 0.38% | - |
| HSV(B) | 50.82º | 0.97% | 0.74% | - |
| XYZ | 33.76 | 36.32 | 5.4 | - |
| YUV | 151.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 6 | 0 | 0.15 | 0.97 | 0.26 | 50.82 | 0.94 | 0.38 |
| Hex | BD | A1 | 6 | 0 | F | 61 | 1A | 33 | 5E | 26 |
| Octal | 275 | 241 | 6 | 0 | 17 | 141 | 32 | 63 | 136 | 46 |
| Binary | 10111101 | 10100001 | 110 | 0 | 1111 | 1100001 | 11010 | 110011 | 1011110 | 100110 |
Color Harmonies of #BDA106
Complementary color
Monochromatic Colors of #BDA106
Black with #BDA106
Text Example
Text Example
White with #BDA106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA106; }
p { color: rgb(189,161,6); }
H1.HeaderClassName
{
color: #BDA106;
}
.AnyTagClassName
{
color: #BDA106;
}
</style>
background-color css
<style>
a { background-color: #BDA106; }
a { background-color: rgb(189,161,6); }
div.DivClassName
{
background-color: #BDA106;
}
.BgClassName
{
background-color: #BDA106;
}
</style>
border-color css
<style>
span { border-color: #BDA106; }
span { border-color: rgb(189,161,6); }
td.TdClassName
{
border-color: #BDA106;
}
.TagClassName
{
border-color: #BDA106;
}
</style>