Shades of Buddha Gold #BA9B17
Tints of Buddha Gold #BA9B17
RGB
CMYK
RGB Variations
Color information
#BA9B17 (or 0xBA9B17) is known color: Buddha Gold. HEX triplet: BA, 9B and 17. RGB value is (186,155,23). Sum of RGB (Red+Green+Blue) = 186+155+23=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B17 is #4564E8. Grayscale: #959595. Windows color (decimal): -4547817 or 1547194. OLE color: 1547194.
HSL color Cylindrical-coordinate representation of color #BA9B17: hue angle of 48.59º 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 #BA9B17 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 23 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.27 |
| HSL | 48.59º | 0.78% | 0.41% | - |
| HSV(B) | 48.59º | 0.88% | 0.73% | - |
| XYZ | 32.13 | 33.94 | 5.67 | - |
| YUV | 149.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 23 | 0 | 0.17 | 0.88 | 0.27 | 48.59 | 0.78 | 0.41 |
| Hex | BA | 9B | 17 | 0 | 11 | 58 | 1B | 31 | 4E | 29 |
| Octal | 272 | 233 | 27 | 0 | 21 | 130 | 33 | 61 | 116 | 51 |
| Binary | 10111010 | 10011011 | 10111 | 0 | 10001 | 1011000 | 11011 | 110001 | 1001110 | 101001 |
Color Harmonies of #BA9B17
Complementary color
Monochromatic Colors of #BA9B17
Black with #BA9B17
Text Example
Text Example
White with #BA9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B17; }
p { color: rgb(186,155,23); }
H1.HeaderClassName
{
color: #BA9B17;
}
.AnyTagClassName
{
color: #BA9B17;
}
</style>
background-color css
<style>
a { background-color: #BA9B17; }
a { background-color: rgb(186,155,23); }
div.DivClassName
{
background-color: #BA9B17;
}
.BgClassName
{
background-color: #BA9B17;
}
</style>
border-color css
<style>
span { border-color: #BA9B17; }
span { border-color: rgb(186,155,23); }
td.TdClassName
{
border-color: #BA9B17;
}
.TagClassName
{
border-color: #BA9B17;
}
</style>