Shades of Buddha Gold #BA9F18
Tints of Buddha Gold #BA9F18
RGB
CMYK
RGB Variations
Color information
#BA9F18 (or 0xBA9F18) is known color: Buddha Gold. HEX triplet: BA, 9F and 18. RGB value is (186,159,24). Sum of RGB (Red+Green+Blue) = 186+159+24=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F18 is #4560E7. Grayscale: #989898. Windows color (decimal): -4546792 or 1613754. OLE color: 1613754.
HSL color Cylindrical-coordinate representation of color #BA9F18: hue angle of 50º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA9F18 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 24 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.27 |
| HSL | 50º | 0.77% | 0.41% | - |
| HSV(B) | 50º | 0.87% | 0.73% | - |
| XYZ | 32.81 | 35.3 | 5.95 | - |
| YUV | 151.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 24 | 0 | 0.15 | 0.87 | 0.27 | 50 | 0.77 | 0.41 |
| Hex | BA | 9F | 18 | 0 | F | 57 | 1B | 32 | 4D | 29 |
| Octal | 272 | 237 | 30 | 0 | 17 | 127 | 33 | 62 | 115 | 51 |
| Binary | 10111010 | 10011111 | 11000 | 0 | 1111 | 1010111 | 11011 | 110010 | 1001101 | 101001 |
Color Harmonies of #BA9F18
Complementary color
Monochromatic Colors of #BA9F18
Black with #BA9F18
Text Example
Text Example
White with #BA9F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F18; }
p { color: rgb(186,159,24); }
H1.HeaderClassName
{
color: #BA9F18;
}
.AnyTagClassName
{
color: #BA9F18;
}
</style>
background-color css
<style>
a { background-color: #BA9F18; }
a { background-color: rgb(186,159,24); }
div.DivClassName
{
background-color: #BA9F18;
}
.BgClassName
{
background-color: #BA9F18;
}
</style>
border-color css
<style>
span { border-color: #BA9F18; }
span { border-color: rgb(186,159,24); }
td.TdClassName
{
border-color: #BA9F18;
}
.TagClassName
{
border-color: #BA9F18;
}
</style>