Shades of Buddha Gold #BA9920
Tints of Buddha Gold #BA9920
RGB
CMYK
RGB Variations
Color information
#BA9920 (or 0xBA9920) is known color: Buddha Gold. HEX triplet: BA, 99 and 20. RGB value is (186,153,32). Sum of RGB (Red+Green+Blue) = 186+153+32=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9920 is #4566DF. Grayscale: #959595. Windows color (decimal): -4548320 or 2136506. OLE color: 2136506.
HSL color Cylindrical-coordinate representation of color #BA9920: hue angle of 47.14º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9920 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 32 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.27 |
| HSL | 47.14º | 0.71% | 0.43% | - |
| HSV(B) | 47.14º | 0.83% | 0.73% | - |
| XYZ | 31.9 | 33.33 | 6.12 | - |
| YUV | 149.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 32 | 0 | 0.18 | 0.83 | 0.27 | 47.14 | 0.71 | 0.43 |
| Hex | BA | 99 | 20 | 0 | 12 | 53 | 1B | 2F | 47 | 2B |
| Octal | 272 | 231 | 40 | 0 | 22 | 123 | 33 | 57 | 107 | 53 |
| Binary | 10111010 | 10011001 | 100000 | 0 | 10010 | 1010011 | 11011 | 101111 | 1000111 | 101011 |
Color Harmonies of #BA9920
Complementary color
Monochromatic Colors of #BA9920
Black with #BA9920
Text Example
Text Example
White with #BA9920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9920; }
p { color: rgb(186,153,32); }
H1.HeaderClassName
{
color: #BA9920;
}
.AnyTagClassName
{
color: #BA9920;
}
</style>
background-color css
<style>
a { background-color: #BA9920; }
a { background-color: rgb(186,153,32); }
div.DivClassName
{
background-color: #BA9920;
}
.BgClassName
{
background-color: #BA9920;
}
</style>
border-color css
<style>
span { border-color: #BA9920; }
span { border-color: rgb(186,153,32); }
td.TdClassName
{
border-color: #BA9920;
}
.TagClassName
{
border-color: #BA9920;
}
</style>