Shades of Buddha Gold #BAA201
Tints of Buddha Gold #BAA201
RGB
CMYK
RGB Variations
Color information
#BAA201 (or 0xBAA201) is known color: Buddha Gold. HEX triplet: BA, A2 and 01. RGB value is (186,162,1). Sum of RGB (Red+Green+Blue) = 186+162+1=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA201 is #455DFE. Grayscale: #979797. Windows color (decimal): -4546047 or 107194. OLE color: 107194.
HSL color Cylindrical-coordinate representation of color #BAA201: hue angle of 52.22º 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 #BAA201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.27 |
| HSL | 52.22º | 0.99% | 0.37% | - |
| HSV(B) | 52.22º | 0.99% | 0.73% | - |
| XYZ | 33.18 | 36.28 | 5.28 | - |
| YUV | 150.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 1 | 0 | 0.13 | 0.99 | 0.27 | 52.22 | 0.99 | 0.37 |
| Hex | BA | A2 | 1 | 0 | D | 63 | 1B | 34 | 63 | 25 |
| Octal | 272 | 242 | 1 | 0 | 15 | 143 | 33 | 64 | 143 | 45 |
| Binary | 10111010 | 10100010 | 1 | 0 | 1101 | 1100011 | 11011 | 110100 | 1100011 | 100101 |
Color Harmonies of #BAA201
Complementary color
Monochromatic Colors of #BAA201
Black with #BAA201
Text Example
Text Example
White with #BAA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA201; }
p { color: rgb(186,162,1); }
H1.HeaderClassName
{
color: #BAA201;
}
.AnyTagClassName
{
color: #BAA201;
}
</style>
background-color css
<style>
a { background-color: #BAA201; }
a { background-color: rgb(186,162,1); }
div.DivClassName
{
background-color: #BAA201;
}
.BgClassName
{
background-color: #BAA201;
}
</style>
border-color css
<style>
span { border-color: #BAA201; }
span { border-color: rgb(186,162,1); }
td.TdClassName
{
border-color: #BAA201;
}
.TagClassName
{
border-color: #BAA201;
}
</style>