Shades of Buddha Gold #BDA006
Tints of Buddha Gold #BDA006
RGB
CMYK
RGB Variations
Color information
#BDA006 (or 0xBDA006) is known color: Buddha Gold. HEX triplet: BD, A0 and 06. RGB value is (189,160,6). Sum of RGB (Red+Green+Blue) = 189+160+6=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA006 is #425FF9. Grayscale: #979797. Windows color (decimal): -4349946 or 434365. OLE color: 434365.
HSL color Cylindrical-coordinate representation of color #BDA006: hue angle of 50.49º 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 #BDA006 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.26 |
| HSL | 50.49º | 0.94% | 0.38% | - |
| HSV(B) | 50.49º | 0.97% | 0.74% | - |
| XYZ | 33.59 | 35.97 | 5.35 | - |
| YUV | 151.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 6 | 0 | 0.15 | 0.97 | 0.26 | 50.49 | 0.94 | 0.38 |
| Hex | BD | A0 | 6 | 0 | F | 61 | 1A | 32 | 5E | 26 |
| Octal | 275 | 240 | 6 | 0 | 17 | 141 | 32 | 62 | 136 | 46 |
| Binary | 10111101 | 10100000 | 110 | 0 | 1111 | 1100001 | 11010 | 110010 | 1011110 | 100110 |
Color Harmonies of #BDA006
Complementary color
Monochromatic Colors of #BDA006
Black with #BDA006
Text Example
Text Example
White with #BDA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA006; }
p { color: rgb(189,160,6); }
H1.HeaderClassName
{
color: #BDA006;
}
.AnyTagClassName
{
color: #BDA006;
}
</style>
background-color css
<style>
a { background-color: #BDA006; }
a { background-color: rgb(189,160,6); }
div.DivClassName
{
background-color: #BDA006;
}
.BgClassName
{
background-color: #BDA006;
}
</style>
border-color css
<style>
span { border-color: #BDA006; }
span { border-color: rgb(189,160,6); }
td.TdClassName
{
border-color: #BDA006;
}
.TagClassName
{
border-color: #BDA006;
}
</style>