Shades of Buddha Gold #BA9114
Tints of Buddha Gold #BA9114
RGB
CMYK
RGB Variations
Color information
#BA9114 (or 0xBA9114) is known color: Buddha Gold. HEX triplet: BA, 91 and 14. RGB value is (186,145,20). Sum of RGB (Red+Green+Blue) = 186+145+20=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9114 is #456EEB. Grayscale: #8F8F8F. Windows color (decimal): -4550380 or 1348026. OLE color: 1348026.
HSL color Cylindrical-coordinate representation of color #BA9114: hue angle of 45.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA9114 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 20 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.27 |
| HSL | 45.18º | 0.81% | 0.4% | - |
| HSV(B) | 45.18º | 0.89% | 0.73% | - |
| XYZ | 30.5 | 30.74 | 4.99 | - |
| YUV | 143.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 20 | 0 | 0.22 | 0.89 | 0.27 | 45.18 | 0.81 | 0.4 |
| Hex | BA | 91 | 14 | 0 | 16 | 59 | 1B | 2D | 51 | 28 |
| Octal | 272 | 221 | 24 | 0 | 26 | 131 | 33 | 55 | 121 | 50 |
| Binary | 10111010 | 10010001 | 10100 | 0 | 10110 | 1011001 | 11011 | 101101 | 1010001 | 101000 |
Color Harmonies of #BA9114
Complementary color
Monochromatic Colors of #BA9114
Black with #BA9114
Text Example
Text Example
White with #BA9114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9114; }
p { color: rgb(186,145,20); }
H1.HeaderClassName
{
color: #BA9114;
}
.AnyTagClassName
{
color: #BA9114;
}
</style>
background-color css
<style>
a { background-color: #BA9114; }
a { background-color: rgb(186,145,20); }
div.DivClassName
{
background-color: #BA9114;
}
.BgClassName
{
background-color: #BA9114;
}
</style>
border-color css
<style>
span { border-color: #BA9114; }
span { border-color: rgb(186,145,20); }
td.TdClassName
{
border-color: #BA9114;
}
.TagClassName
{
border-color: #BA9114;
}
</style>