Shades of Buddha Gold #BA9617
Tints of Buddha Gold #BA9617
RGB
CMYK
RGB Variations
Color information
#BA9617 (or 0xBA9617) is known color: Buddha Gold. HEX triplet: BA, 96 and 17. RGB value is (186,150,23). Sum of RGB (Red+Green+Blue) = 186+150+23=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9617 is #4569E8. Grayscale: #929292. Windows color (decimal): -4549097 or 1545914. OLE color: 1545914.
HSL color Cylindrical-coordinate representation of color #BA9617: hue angle of 46.75º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA9617 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 23 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.27 |
| HSL | 46.75º | 0.78% | 0.41% | - |
| HSV(B) | 46.75º | 0.88% | 0.73% | - |
| XYZ | 31.31 | 32.31 | 5.4 | - |
| YUV | 146.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 23 | 0 | 0.19 | 0.88 | 0.27 | 46.75 | 0.78 | 0.41 |
| Hex | BA | 96 | 17 | 0 | 13 | 58 | 1B | 2F | 4E | 29 |
| Octal | 272 | 226 | 27 | 0 | 23 | 130 | 33 | 57 | 116 | 51 |
| Binary | 10111010 | 10010110 | 10111 | 0 | 10011 | 1011000 | 11011 | 101111 | 1001110 | 101001 |
Color Harmonies of #BA9617
Complementary color
Monochromatic Colors of #BA9617
Black with #BA9617
Text Example
Text Example
White with #BA9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9617; }
p { color: rgb(186,150,23); }
H1.HeaderClassName
{
color: #BA9617;
}
.AnyTagClassName
{
color: #BA9617;
}
</style>
background-color css
<style>
a { background-color: #BA9617; }
a { background-color: rgb(186,150,23); }
div.DivClassName
{
background-color: #BA9617;
}
.BgClassName
{
background-color: #BA9617;
}
</style>
border-color css
<style>
span { border-color: #BA9617; }
span { border-color: rgb(186,150,23); }
td.TdClassName
{
border-color: #BA9617;
}
.TagClassName
{
border-color: #BA9617;
}
</style>