Shades of Buddha Gold #BA9610
Tints of Buddha Gold #BA9610
RGB
CMYK
RGB Variations
Color information
#BA9610 (or 0xBA9610) is known color: Buddha Gold. HEX triplet: BA, 96 and 10. RGB value is (186,150,16). Sum of RGB (Red+Green+Blue) = 186+150+16=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9610 is #4569EF. Grayscale: #929292. Windows color (decimal): -4549104 or 1087162. OLE color: 1087162.
HSL color Cylindrical-coordinate representation of color #BA9610: hue angle of 47.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9610 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 16 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.27 |
| HSL | 47.29º | 0.84% | 0.4% | - |
| HSV(B) | 47.29º | 0.91% | 0.73% | - |
| XYZ | 31.25 | 32.29 | 5.08 | - |
| YUV | 145.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 16 | 0 | 0.19 | 0.91 | 0.27 | 47.29 | 0.84 | 0.4 |
| Hex | BA | 96 | 10 | 0 | 13 | 5B | 1B | 2F | 54 | 28 |
| Octal | 272 | 226 | 20 | 0 | 23 | 133 | 33 | 57 | 124 | 50 |
| Binary | 10111010 | 10010110 | 10000 | 0 | 10011 | 1011011 | 11011 | 101111 | 1010100 | 101000 |
Color Harmonies of #BA9610
Complementary color
Monochromatic Colors of #BA9610
Black with #BA9610
Text Example
Text Example
White with #BA9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9610; }
p { color: rgb(186,150,16); }
H1.HeaderClassName
{
color: #BA9610;
}
.AnyTagClassName
{
color: #BA9610;
}
</style>
background-color css
<style>
a { background-color: #BA9610; }
a { background-color: rgb(186,150,16); }
div.DivClassName
{
background-color: #BA9610;
}
.BgClassName
{
background-color: #BA9610;
}
</style>
border-color css
<style>
span { border-color: #BA9610; }
span { border-color: rgb(186,150,16); }
td.TdClassName
{
border-color: #BA9610;
}
.TagClassName
{
border-color: #BA9610;
}
</style>