Shades of Buddha Gold #BA980B
Tints of Buddha Gold #BA980B
RGB
CMYK
RGB Variations
Color information
#BA980B (or 0xBA980B) is known color: Buddha Gold. HEX triplet: BA, 98 and 0B. RGB value is (186,152,11). Sum of RGB (Red+Green+Blue) = 186+152+11=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA980B is #4567F4. Grayscale: #929292. Windows color (decimal): -4548597 or 759994. OLE color: 759994.
HSL color Cylindrical-coordinate representation of color #BA980B: hue angle of 48.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA980B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.27 |
| HSL | 48.34º | 0.89% | 0.39% | - |
| HSV(B) | 48.34º | 0.94% | 0.73% | - |
| XYZ | 31.54 | 32.92 | 5.01 | - |
| YUV | 146.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 11 | 0 | 0.18 | 0.94 | 0.27 | 48.34 | 0.89 | 0.39 |
| Hex | BA | 98 | B | 0 | 12 | 5E | 1B | 30 | 59 | 27 |
| Octal | 272 | 230 | 13 | 0 | 22 | 136 | 33 | 60 | 131 | 47 |
| Binary | 10111010 | 10011000 | 1011 | 0 | 10010 | 1011110 | 11011 | 110000 | 1011001 | 100111 |
Color Harmonies of #BA980B
Complementary color
Monochromatic Colors of #BA980B
Black with #BA980B
Text Example
Text Example
White with #BA980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA980B; }
p { color: rgb(186,152,11); }
H1.HeaderClassName
{
color: #BA980B;
}
.AnyTagClassName
{
color: #BA980B;
}
</style>
background-color css
<style>
a { background-color: #BA980B; }
a { background-color: rgb(186,152,11); }
div.DivClassName
{
background-color: #BA980B;
}
.BgClassName
{
background-color: #BA980B;
}
</style>
border-color css
<style>
span { border-color: #BA980B; }
span { border-color: rgb(186,152,11); }
td.TdClassName
{
border-color: #BA980B;
}
.TagClassName
{
border-color: #BA980B;
}
</style>