Shades of Buddha Gold #BA9515
Tints of Buddha Gold #BA9515
RGB
CMYK
RGB Variations
Color information
#BA9515 (or 0xBA9515) is known color: Buddha Gold. HEX triplet: BA, 95 and 15. RGB value is (186,149,21). Sum of RGB (Red+Green+Blue) = 186+149+21=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9515 is #456AEA. Grayscale: #929292. Windows color (decimal): -4549355 or 1414586. OLE color: 1414586.
HSL color Cylindrical-coordinate representation of color #BA9515: hue angle of 46.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA9515 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 21 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.27 |
| HSL | 46.55º | 0.8% | 0.41% | - |
| HSV(B) | 46.55º | 0.89% | 0.73% | - |
| XYZ | 31.13 | 31.99 | 5.24 | - |
| YUV | 145.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 21 | 0 | 0.20 | 0.89 | 0.27 | 46.55 | 0.8 | 0.41 |
| Hex | BA | 95 | 15 | 0 | 14 | 59 | 1B | 2F | 50 | 29 |
| Octal | 272 | 225 | 25 | 0 | 24 | 131 | 33 | 57 | 120 | 51 |
| Binary | 10111010 | 10010101 | 10101 | 0 | 10100 | 1011001 | 11011 | 101111 | 1010000 | 101001 |
Color Harmonies of #BA9515
Complementary color
Monochromatic Colors of #BA9515
Black with #BA9515
Text Example
Text Example
White with #BA9515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9515; }
p { color: rgb(186,149,21); }
H1.HeaderClassName
{
color: #BA9515;
}
.AnyTagClassName
{
color: #BA9515;
}
</style>
background-color css
<style>
a { background-color: #BA9515; }
a { background-color: rgb(186,149,21); }
div.DivClassName
{
background-color: #BA9515;
}
.BgClassName
{
background-color: #BA9515;
}
</style>
border-color css
<style>
span { border-color: #BA9515; }
span { border-color: rgb(186,149,21); }
td.TdClassName
{
border-color: #BA9515;
}
.TagClassName
{
border-color: #BA9515;
}
</style>