Shades of Buddha Gold #BA9F20
Tints of Buddha Gold #BA9F20
RGB
CMYK
RGB Variations
Color information
#BA9F20 (or 0xBA9F20) is known color: Buddha Gold. HEX triplet: BA, 9F and 20. RGB value is (186,159,32). Sum of RGB (Red+Green+Blue) = 186+159+32=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F20 is #4560DF. Grayscale: #999999. Windows color (decimal): -4546784 or 2138042. OLE color: 2138042.
HSL color Cylindrical-coordinate representation of color #BA9F20: hue angle of 49.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9F20 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 32 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.27 |
| HSL | 49.48º | 0.71% | 0.43% | - |
| HSV(B) | 49.48º | 0.83% | 0.73% | - |
| XYZ | 32.91 | 35.34 | 6.45 | - |
| YUV | 152.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 32 | 0 | 0.15 | 0.83 | 0.27 | 49.48 | 0.71 | 0.43 |
| Hex | BA | 9F | 20 | 0 | F | 53 | 1B | 31 | 47 | 2B |
| Octal | 272 | 237 | 40 | 0 | 17 | 123 | 33 | 61 | 107 | 53 |
| Binary | 10111010 | 10011111 | 100000 | 0 | 1111 | 1010011 | 11011 | 110001 | 1000111 | 101011 |
Color Harmonies of #BA9F20
Complementary color
Monochromatic Colors of #BA9F20
Black with #BA9F20
Text Example
Text Example
White with #BA9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F20; }
p { color: rgb(186,159,32); }
H1.HeaderClassName
{
color: #BA9F20;
}
.AnyTagClassName
{
color: #BA9F20;
}
</style>
background-color css
<style>
a { background-color: #BA9F20; }
a { background-color: rgb(186,159,32); }
div.DivClassName
{
background-color: #BA9F20;
}
.BgClassName
{
background-color: #BA9F20;
}
</style>
border-color css
<style>
span { border-color: #BA9F20; }
span { border-color: rgb(186,159,32); }
td.TdClassName
{
border-color: #BA9F20;
}
.TagClassName
{
border-color: #BA9F20;
}
</style>