Shades of Buddha Gold #BAA105
Tints of Buddha Gold #BAA105
RGB
CMYK
RGB Variations
Color information
#BAA105 (or 0xBAA105) is known color: Buddha Gold. HEX triplet: BA, A1 and 05. RGB value is (186,161,5). Sum of RGB (Red+Green+Blue) = 186+161+5=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA105 is #455EFA. Grayscale: #979797. Windows color (decimal): -4546299 or 369082. OLE color: 369082.
HSL color Cylindrical-coordinate representation of color #BAA105: hue angle of 51.71º 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 #BAA105 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.27 |
| HSL | 51.71º | 0.95% | 0.37% | - |
| HSV(B) | 51.71º | 0.97% | 0.73% | - |
| XYZ | 33.02 | 35.94 | 5.34 | - |
| YUV | 150.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 5 | 0 | 0.13 | 0.97 | 0.27 | 51.71 | 0.95 | 0.37 |
| Hex | BA | A1 | 5 | 0 | D | 61 | 1B | 34 | 5F | 25 |
| Octal | 272 | 241 | 5 | 0 | 15 | 141 | 33 | 64 | 137 | 45 |
| Binary | 10111010 | 10100001 | 101 | 0 | 1101 | 1100001 | 11011 | 110100 | 1011111 | 100101 |
Color Harmonies of #BAA105
Complementary color
Monochromatic Colors of #BAA105
Black with #BAA105
Text Example
Text Example
White with #BAA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA105; }
p { color: rgb(186,161,5); }
H1.HeaderClassName
{
color: #BAA105;
}
.AnyTagClassName
{
color: #BAA105;
}
</style>
background-color css
<style>
a { background-color: #BAA105; }
a { background-color: rgb(186,161,5); }
div.DivClassName
{
background-color: #BAA105;
}
.BgClassName
{
background-color: #BAA105;
}
</style>
border-color css
<style>
span { border-color: #BAA105; }
span { border-color: rgb(186,161,5); }
td.TdClassName
{
border-color: #BAA105;
}
.TagClassName
{
border-color: #BAA105;
}
</style>