Shades of Buddha Gold #BAA103
Tints of Buddha Gold #BAA103
RGB
CMYK
RGB Variations
Color information
#BAA103 (or 0xBAA103) is known color: Buddha Gold. HEX triplet: BA, A1 and 03. RGB value is (186,161,3). Sum of RGB (Red+Green+Blue) = 186+161+3=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA103 is #455EFC. Grayscale: #979797. Windows color (decimal): -4546301 or 238010. OLE color: 238010.
HSL color Cylindrical-coordinate representation of color #BAA103: hue angle of 51.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAA103 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.27 |
| HSL | 51.8º | 0.97% | 0.37% | - |
| HSV(B) | 51.8º | 0.98% | 0.73% | - |
| XYZ | 33.01 | 35.94 | 5.28 | - |
| YUV | 150.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 3 | 0 | 0.13 | 0.98 | 0.27 | 51.8 | 0.97 | 0.37 |
| Hex | BA | A1 | 3 | 0 | D | 62 | 1B | 34 | 61 | 25 |
| Octal | 272 | 241 | 3 | 0 | 15 | 142 | 33 | 64 | 141 | 45 |
| Binary | 10111010 | 10100001 | 11 | 0 | 1101 | 1100010 | 11011 | 110100 | 1100001 | 100101 |
Color Harmonies of #BAA103
Complementary color
Monochromatic Colors of #BAA103
Black with #BAA103
Text Example
Text Example
White with #BAA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA103; }
p { color: rgb(186,161,3); }
H1.HeaderClassName
{
color: #BAA103;
}
.AnyTagClassName
{
color: #BAA103;
}
</style>
background-color css
<style>
a { background-color: #BAA103; }
a { background-color: rgb(186,161,3); }
div.DivClassName
{
background-color: #BAA103;
}
.BgClassName
{
background-color: #BAA103;
}
</style>
border-color css
<style>
span { border-color: #BAA103; }
span { border-color: rgb(186,161,3); }
td.TdClassName
{
border-color: #BAA103;
}
.TagClassName
{
border-color: #BAA103;
}
</style>