Shades of Buddha Gold #BAA300
Tints of Buddha Gold #BAA300
RGB
CMYK
RGB Variations
Color information
#BAA300 (or 0xBAA300) is known color: Buddha Gold. HEX triplet: BA, A3 and 00. RGB value is (186,163,0). Sum of RGB (Red+Green+Blue) = 186+163+0=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA300 is #455CFF. Grayscale: #979797. Windows color (decimal): -4545792 or 41914. OLE color: 41914.
HSL color Cylindrical-coordinate representation of color #BAA300: hue angle of 52.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAA300 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.27 |
| HSL | 52.58º | 1% | 0.36% | - |
| HSV(B) | 52.58º | 1% | 0.73% | - |
| XYZ | 33.35 | 36.63 | 5.31 | - |
| YUV | 151.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 0 | 0 | 0.12 | 1 | 0.27 | 52.58 | 1 | 0.36 |
| Hex | BA | A3 | 0 | 0 | C | 64 | 1B | 35 | 64 | 24 |
| Octal | 272 | 243 | 0 | 0 | 14 | 144 | 33 | 65 | 144 | 44 |
| Binary | 10111010 | 10100011 | 0 | 0 | 1100 | 1100100 | 11011 | 110101 | 1100100 | 100100 |
Color Harmonies of #BAA300
Complementary color
Monochromatic Colors of #BAA300
Black with #BAA300
Text Example
Text Example
White with #BAA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA300; }
p { color: rgb(186,163,0); }
H1.HeaderClassName
{
color: #BAA300;
}
.AnyTagClassName
{
color: #BAA300;
}
</style>
background-color css
<style>
a { background-color: #BAA300; }
a { background-color: rgb(186,163,0); }
div.DivClassName
{
background-color: #BAA300;
}
.BgClassName
{
background-color: #BAA300;
}
</style>
border-color css
<style>
span { border-color: #BAA300; }
span { border-color: rgb(186,163,0); }
td.TdClassName
{
border-color: #BAA300;
}
.TagClassName
{
border-color: #BAA300;
}
</style>