Shades of Buddha Gold #BAA113
Tints of Buddha Gold #BAA113
RGB
CMYK
RGB Variations
Color information
#BAA113 (or 0xBAA113) is known color: Buddha Gold. HEX triplet: BA, A1 and 13. RGB value is (186,161,19). Sum of RGB (Red+Green+Blue) = 186+161+19=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA113 is #455EEC. Grayscale: #989898. Windows color (decimal): -4546285 or 1286586. OLE color: 1286586.
HSL color Cylindrical-coordinate representation of color #BAA113: hue angle of 51.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAA113 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 19 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.27 |
| HSL | 51.02º | 0.81% | 0.4% | - |
| HSV(B) | 51.02º | 0.9% | 0.73% | - |
| XYZ | 33.11 | 35.98 | 5.81 | - |
| YUV | 152.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 19 | 0 | 0.13 | 0.90 | 0.27 | 51.02 | 0.81 | 0.4 |
| Hex | BA | A1 | 13 | 0 | D | 5A | 1B | 33 | 51 | 28 |
| Octal | 272 | 241 | 23 | 0 | 15 | 132 | 33 | 63 | 121 | 50 |
| Binary | 10111010 | 10100001 | 10011 | 0 | 1101 | 1011010 | 11011 | 110011 | 1010001 | 101000 |
Color Harmonies of #BAA113
Complementary color
Monochromatic Colors of #BAA113
Black with #BAA113
Text Example
Text Example
White with #BAA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA113; }
p { color: rgb(186,161,19); }
H1.HeaderClassName
{
color: #BAA113;
}
.AnyTagClassName
{
color: #BAA113;
}
</style>
background-color css
<style>
a { background-color: #BAA113; }
a { background-color: rgb(186,161,19); }
div.DivClassName
{
background-color: #BAA113;
}
.BgClassName
{
background-color: #BAA113;
}
</style>
border-color css
<style>
span { border-color: #BAA113; }
span { border-color: rgb(186,161,19); }
td.TdClassName
{
border-color: #BAA113;
}
.TagClassName
{
border-color: #BAA113;
}
</style>