Shades of Buddha Gold #BA9519
Tints of Buddha Gold #BA9519
RGB
CMYK
RGB Variations
Color information
#BA9519 (or 0xBA9519) is known color: Buddha Gold. HEX triplet: BA, 95 and 19. RGB value is (186,149,25). Sum of RGB (Red+Green+Blue) = 186+149+25=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9519 is #456AE6. Grayscale: #929292. Windows color (decimal): -4549351 or 1676730. OLE color: 1676730.
HSL color Cylindrical-coordinate representation of color #BA9519: hue angle of 46.21º degrees, saturation: 0.76, 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 #BA9519 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 25 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.27 |
| HSL | 46.21º | 0.76% | 0.41% | - |
| HSV(B) | 46.21º | 0.87% | 0.73% | - |
| XYZ | 31.17 | 32 | 5.45 | - |
| YUV | 145.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 25 | 0 | 0.20 | 0.87 | 0.27 | 46.21 | 0.76 | 0.41 |
| Hex | BA | 95 | 19 | 0 | 14 | 57 | 1B | 2E | 4C | 29 |
| Octal | 272 | 225 | 31 | 0 | 24 | 127 | 33 | 56 | 114 | 51 |
| Binary | 10111010 | 10010101 | 11001 | 0 | 10100 | 1010111 | 11011 | 101110 | 1001100 | 101001 |
Color Harmonies of #BA9519
Complementary color
Monochromatic Colors of #BA9519
Black with #BA9519
Text Example
Text Example
White with #BA9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9519; }
p { color: rgb(186,149,25); }
H1.HeaderClassName
{
color: #BA9519;
}
.AnyTagClassName
{
color: #BA9519;
}
</style>
background-color css
<style>
a { background-color: #BA9519; }
a { background-color: rgb(186,149,25); }
div.DivClassName
{
background-color: #BA9519;
}
.BgClassName
{
background-color: #BA9519;
}
</style>
border-color css
<style>
span { border-color: #BA9519; }
span { border-color: rgb(186,149,25); }
td.TdClassName
{
border-color: #BA9519;
}
.TagClassName
{
border-color: #BA9519;
}
</style>