Shades of Buddha Gold #BAA205
Tints of Buddha Gold #BAA205
RGB
CMYK
RGB Variations
Color information
#BAA205 (or 0xBAA205) is known color: Buddha Gold. HEX triplet: BA, A2 and 05. RGB value is (186,162,5). Sum of RGB (Red+Green+Blue) = 186+162+5=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA205 is #455DFA. Grayscale: #979797. Windows color (decimal): -4546043 or 369338. OLE color: 369338.
HSL color Cylindrical-coordinate representation of color #BAA205: hue angle of 52.04º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAA205 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.27 |
| HSL | 52.04º | 0.95% | 0.37% | - |
| HSV(B) | 52.04º | 0.97% | 0.73% | - |
| XYZ | 33.2 | 36.29 | 5.4 | - |
| YUV | 151.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 5 | 0 | 0.13 | 0.97 | 0.27 | 52.04 | 0.95 | 0.37 |
| Hex | BA | A2 | 5 | 0 | D | 61 | 1B | 34 | 5F | 25 |
| Octal | 272 | 242 | 5 | 0 | 15 | 141 | 33 | 64 | 137 | 45 |
| Binary | 10111010 | 10100010 | 101 | 0 | 1101 | 1100001 | 11011 | 110100 | 1011111 | 100101 |
Color Harmonies of #BAA205
Complementary color
Monochromatic Colors of #BAA205
Black with #BAA205
Text Example
Text Example
White with #BAA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA205; }
p { color: rgb(186,162,5); }
H1.HeaderClassName
{
color: #BAA205;
}
.AnyTagClassName
{
color: #BAA205;
}
</style>
background-color css
<style>
a { background-color: #BAA205; }
a { background-color: rgb(186,162,5); }
div.DivClassName
{
background-color: #BAA205;
}
.BgClassName
{
background-color: #BAA205;
}
</style>
border-color css
<style>
span { border-color: #BAA205; }
span { border-color: rgb(186,162,5); }
td.TdClassName
{
border-color: #BAA205;
}
.TagClassName
{
border-color: #BAA205;
}
</style>