Shades of Buddha Gold #BAA101
Tints of Buddha Gold #BAA101
RGB
CMYK
RGB Variations
Color information
#BAA101 (or 0xBAA101) is known color: Buddha Gold. HEX triplet: BA, A1 and 01. RGB value is (186,161,1). Sum of RGB (Red+Green+Blue) = 186+161+1=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA101 is #455EFE. Grayscale: #969696. Windows color (decimal): -4546303 or 106938. OLE color: 106938.
HSL color Cylindrical-coordinate representation of color #BAA101: hue angle of 51.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAA101 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.27 |
| HSL | 51.89º | 0.99% | 0.37% | - |
| HSV(B) | 51.89º | 0.99% | 0.73% | - |
| XYZ | 33 | 35.93 | 5.22 | - |
| YUV | 150.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 1 | 0 | 0.13 | 0.99 | 0.27 | 51.89 | 0.99 | 0.37 |
| Hex | BA | A1 | 1 | 0 | D | 63 | 1B | 34 | 63 | 25 |
| Octal | 272 | 241 | 1 | 0 | 15 | 143 | 33 | 64 | 143 | 45 |
| Binary | 10111010 | 10100001 | 1 | 0 | 1101 | 1100011 | 11011 | 110100 | 1100011 | 100101 |
Color Harmonies of #BAA101
Complementary color
Monochromatic Colors of #BAA101
Black with #BAA101
Text Example
Text Example
White with #BAA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA101; }
p { color: rgb(186,161,1); }
H1.HeaderClassName
{
color: #BAA101;
}
.AnyTagClassName
{
color: #BAA101;
}
</style>
background-color css
<style>
a { background-color: #BAA101; }
a { background-color: rgb(186,161,1); }
div.DivClassName
{
background-color: #BAA101;
}
.BgClassName
{
background-color: #BAA101;
}
</style>
border-color css
<style>
span { border-color: #BAA101; }
span { border-color: rgb(186,161,1); }
td.TdClassName
{
border-color: #BAA101;
}
.TagClassName
{
border-color: #BAA101;
}
</style>