Shades of Buddha Gold #BAA100
Tints of Buddha Gold #BAA100
RGB
CMYK
RGB Variations
Color information
#BAA100 (or 0xBAA100) is known color: Buddha Gold. HEX triplet: BA, A1 and 00. RGB value is (186,161,0). Sum of RGB (Red+Green+Blue) = 186+161+0=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA100 is #455EFF. Grayscale: #969696. Windows color (decimal): -4546304 or 41402. OLE color: 41402.
HSL color Cylindrical-coordinate representation of color #BAA100: hue angle of 51.94º 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 #BAA100 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.27 |
| HSL | 51.94º | 1% | 0.36% | - |
| HSV(B) | 51.94º | 1% | 0.73% | - |
| XYZ | 32.99 | 35.93 | 5.2 | - |
| YUV | 150.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 0 | 0 | 0.13 | 1 | 0.27 | 51.94 | 1 | 0.36 |
| Hex | BA | A1 | 0 | 0 | D | 64 | 1B | 34 | 64 | 24 |
| Octal | 272 | 241 | 0 | 0 | 15 | 144 | 33 | 64 | 144 | 44 |
| Binary | 10111010 | 10100001 | 0 | 0 | 1101 | 1100100 | 11011 | 110100 | 1100100 | 100100 |
Color Harmonies of #BAA100
Complementary color
Monochromatic Colors of #BAA100
Black with #BAA100
Text Example
Text Example
White with #BAA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA100; }
p { color: rgb(186,161,0); }
H1.HeaderClassName
{
color: #BAA100;
}
.AnyTagClassName
{
color: #BAA100;
}
</style>
background-color css
<style>
a { background-color: #BAA100; }
a { background-color: rgb(186,161,0); }
div.DivClassName
{
background-color: #BAA100;
}
.BgClassName
{
background-color: #BAA100;
}
</style>
border-color css
<style>
span { border-color: #BAA100; }
span { border-color: rgb(186,161,0); }
td.TdClassName
{
border-color: #BAA100;
}
.TagClassName
{
border-color: #BAA100;
}
</style>