Shades of Buddha Gold #BA9915
Tints of Buddha Gold #BA9915
RGB
CMYK
RGB Variations
Color information
#BA9915 (or 0xBA9915) is known color: Buddha Gold. HEX triplet: BA, 99 and 15. RGB value is (186,153,21). Sum of RGB (Red+Green+Blue) = 186+153+21=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9915 is #4566EA. Grayscale: #949494. Windows color (decimal): -4548331 or 1415610. OLE color: 1415610.
HSL color Cylindrical-coordinate representation of color #BA9915: hue angle of 48º 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 #BA9915 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 21 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.27 |
| HSL | 48º | 0.8% | 0.41% | - |
| HSV(B) | 48º | 0.89% | 0.73% | - |
| XYZ | 31.78 | 33.28 | 5.46 | - |
| YUV | 147.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 21 | 0 | 0.18 | 0.89 | 0.27 | 48 | 0.8 | 0.41 |
| Hex | BA | 99 | 15 | 0 | 12 | 59 | 1B | 30 | 50 | 29 |
| Octal | 272 | 231 | 25 | 0 | 22 | 131 | 33 | 60 | 120 | 51 |
| Binary | 10111010 | 10011001 | 10101 | 0 | 10010 | 1011001 | 11011 | 110000 | 1010000 | 101001 |
Color Harmonies of #BA9915
Complementary color
Monochromatic Colors of #BA9915
Black with #BA9915
Text Example
Text Example
White with #BA9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9915; }
p { color: rgb(186,153,21); }
H1.HeaderClassName
{
color: #BA9915;
}
.AnyTagClassName
{
color: #BA9915;
}
</style>
background-color css
<style>
a { background-color: #BA9915; }
a { background-color: rgb(186,153,21); }
div.DivClassName
{
background-color: #BA9915;
}
.BgClassName
{
background-color: #BA9915;
}
</style>
border-color css
<style>
span { border-color: #BA9915; }
span { border-color: rgb(186,153,21); }
td.TdClassName
{
border-color: #BA9915;
}
.TagClassName
{
border-color: #BA9915;
}
</style>