Shades of Buddha Gold #BDA122
Tints of Buddha Gold #BDA122
RGB
CMYK
RGB Variations
Color information
#BDA122 (or 0xBDA122) is known color: Buddha Gold. HEX triplet: BD, A1 and 22. RGB value is (189,161,34). Sum of RGB (Red+Green+Blue) = 189+161+34=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA122 is #425EDD. Grayscale: #9B9B9B. Windows color (decimal): -4349662 or 2269629. OLE color: 2269629.
HSL color Cylindrical-coordinate representation of color #BDA122: hue angle of 49.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDA122 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 34 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.26 |
| HSL | 49.16º | 0.7% | 0.44% | - |
| HSV(B) | 49.16º | 0.82% | 0.74% | - |
| XYZ | 34.02 | 36.42 | 6.75 | - |
| YUV | 154.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 34 | 0 | 0.15 | 0.82 | 0.26 | 49.16 | 0.7 | 0.44 |
| Hex | BD | A1 | 22 | 0 | F | 52 | 1A | 31 | 46 | 2C |
| Octal | 275 | 241 | 42 | 0 | 17 | 122 | 32 | 61 | 106 | 54 |
| Binary | 10111101 | 10100001 | 100010 | 0 | 1111 | 1010010 | 11010 | 110001 | 1000110 | 101100 |
Color Harmonies of #BDA122
Complementary color
Monochromatic Colors of #BDA122
Black with #BDA122
Text Example
Text Example
White with #BDA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA122; }
p { color: rgb(189,161,34); }
H1.HeaderClassName
{
color: #BDA122;
}
.AnyTagClassName
{
color: #BDA122;
}
</style>
background-color css
<style>
a { background-color: #BDA122; }
a { background-color: rgb(189,161,34); }
div.DivClassName
{
background-color: #BDA122;
}
.BgClassName
{
background-color: #BDA122;
}
</style>
border-color css
<style>
span { border-color: #BDA122; }
span { border-color: rgb(189,161,34); }
td.TdClassName
{
border-color: #BDA122;
}
.TagClassName
{
border-color: #BDA122;
}
</style>