Shades of Buddha Gold #BAA020
Tints of Buddha Gold #BAA020
RGB
CMYK
RGB Variations
Color information
#BAA020 (or 0xBAA020) is known color: Buddha Gold. HEX triplet: BA, A0 and 20. RGB value is (186,160,32). Sum of RGB (Red+Green+Blue) = 186+160+32=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA020 is #455FDF. Grayscale: #999999. Windows color (decimal): -4546528 or 2138298. OLE color: 2138298.
HSL color Cylindrical-coordinate representation of color #BAA020: hue angle of 49.87º 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 #BAA020 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 32 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.27 |
| HSL | 49.87º | 0.71% | 0.43% | - |
| HSV(B) | 49.87º | 0.83% | 0.73% | - |
| XYZ | 33.08 | 35.69 | 6.51 | - |
| YUV | 153.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 32 | 0 | 0.14 | 0.83 | 0.27 | 49.87 | 0.71 | 0.43 |
| Hex | BA | A0 | 20 | 0 | E | 53 | 1B | 32 | 47 | 2B |
| Octal | 272 | 240 | 40 | 0 | 16 | 123 | 33 | 62 | 107 | 53 |
| Binary | 10111010 | 10100000 | 100000 | 0 | 1110 | 1010011 | 11011 | 110010 | 1000111 | 101011 |
Color Harmonies of #BAA020
Complementary color
Monochromatic Colors of #BAA020
Black with #BAA020
Text Example
Text Example
White with #BAA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA020; }
p { color: rgb(186,160,32); }
H1.HeaderClassName
{
color: #BAA020;
}
.AnyTagClassName
{
color: #BAA020;
}
</style>
background-color css
<style>
a { background-color: #BAA020; }
a { background-color: rgb(186,160,32); }
div.DivClassName
{
background-color: #BAA020;
}
.BgClassName
{
background-color: #BAA020;
}
</style>
border-color css
<style>
span { border-color: #BAA020; }
span { border-color: rgb(186,160,32); }
td.TdClassName
{
border-color: #BAA020;
}
.TagClassName
{
border-color: #BAA020;
}
</style>