Shades of Buddha Gold #BA9518
Tints of Buddha Gold #BA9518
RGB
CMYK
RGB Variations
Color information
#BA9518 (or 0xBA9518) is known color: Buddha Gold. HEX triplet: BA, 95 and 18. RGB value is (186,149,24). Sum of RGB (Red+Green+Blue) = 186+149+24=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9518 is #456AE7. Grayscale: #929292. Windows color (decimal): -4549352 or 1611194. OLE color: 1611194.
HSL color Cylindrical-coordinate representation of color #BA9518: hue angle of 46.3º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA9518 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 24 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.27 |
| HSL | 46.3º | 0.77% | 0.41% | - |
| HSV(B) | 46.3º | 0.87% | 0.73% | - |
| XYZ | 31.16 | 32 | 5.4 | - |
| YUV | 145.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 24 | 0 | 0.20 | 0.87 | 0.27 | 46.3 | 0.77 | 0.41 |
| Hex | BA | 95 | 18 | 0 | 14 | 57 | 1B | 2E | 4D | 29 |
| Octal | 272 | 225 | 30 | 0 | 24 | 127 | 33 | 56 | 115 | 51 |
| Binary | 10111010 | 10010101 | 11000 | 0 | 10100 | 1010111 | 11011 | 101110 | 1001101 | 101001 |
Color Harmonies of #BA9518
Complementary color
Monochromatic Colors of #BA9518
Black with #BA9518
Text Example
Text Example
White with #BA9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9518; }
p { color: rgb(186,149,24); }
H1.HeaderClassName
{
color: #BA9518;
}
.AnyTagClassName
{
color: #BA9518;
}
</style>
background-color css
<style>
a { background-color: #BA9518; }
a { background-color: rgb(186,149,24); }
div.DivClassName
{
background-color: #BA9518;
}
.BgClassName
{
background-color: #BA9518;
}
</style>
border-color css
<style>
span { border-color: #BA9518; }
span { border-color: rgb(186,149,24); }
td.TdClassName
{
border-color: #BA9518;
}
.TagClassName
{
border-color: #BA9518;
}
</style>