Shades of Buddha Gold #BDA100
Tints of Buddha Gold #BDA100
RGB
CMYK
RGB Variations
Color information
#BDA100 (or 0xBDA100) is known color: Buddha Gold. HEX triplet: BD, A1 and 00. RGB value is (189,161,0). Sum of RGB (Red+Green+Blue) = 189+161+0=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA100 is #425EFF. Grayscale: #979797. Windows color (decimal): -4349696 or 41405. OLE color: 41405.
HSL color Cylindrical-coordinate representation of color #BDA100: hue angle of 51.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDA100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.26 |
| HSL | 51.11º | 1% | 0.37% | - |
| HSV(B) | 51.11º | 1% | 0.74% | - |
| XYZ | 33.73 | 36.31 | 5.23 | - |
| YUV | 151.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 0 | 0 | 0.15 | 1 | 0.26 | 51.11 | 1 | 0.37 |
| Hex | BD | A1 | 0 | 0 | F | 64 | 1A | 33 | 64 | 25 |
| Octal | 275 | 241 | 0 | 0 | 17 | 144 | 32 | 63 | 144 | 45 |
| Binary | 10111101 | 10100001 | 0 | 0 | 1111 | 1100100 | 11010 | 110011 | 1100100 | 100101 |
Color Harmonies of #BDA100
Complementary color
Monochromatic Colors of #BDA100
Black with #BDA100
Text Example
Text Example
White with #BDA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA100; }
p { color: rgb(189,161,0); }
H1.HeaderClassName
{
color: #BDA100;
}
.AnyTagClassName
{
color: #BDA100;
}
</style>
background-color css
<style>
a { background-color: #BDA100; }
a { background-color: rgb(189,161,0); }
div.DivClassName
{
background-color: #BDA100;
}
.BgClassName
{
background-color: #BDA100;
}
</style>
border-color css
<style>
span { border-color: #BDA100; }
span { border-color: rgb(189,161,0); }
td.TdClassName
{
border-color: #BDA100;
}
.TagClassName
{
border-color: #BDA100;
}
</style>