Shades of Buddha Gold #BAA006
Tints of Buddha Gold #BAA006
RGB
CMYK
RGB Variations
Color information
#BAA006 (or 0xBAA006) is known color: Buddha Gold. HEX triplet: BA, A0 and 06. RGB value is (186,160,6). Sum of RGB (Red+Green+Blue) = 186+160+6=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA006 is #455FF9. Grayscale: #969696. Windows color (decimal): -4546554 or 434362. OLE color: 434362.
HSL color Cylindrical-coordinate representation of color #BAA006: hue angle of 51.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAA006 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.27 |
| HSL | 51.33º | 0.94% | 0.38% | - |
| HSV(B) | 51.33º | 0.97% | 0.73% | - |
| XYZ | 32.85 | 35.59 | 5.31 | - |
| YUV | 150.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 6 | 0 | 0.14 | 0.97 | 0.27 | 51.33 | 0.94 | 0.38 |
| Hex | BA | A0 | 6 | 0 | E | 61 | 1B | 33 | 5E | 26 |
| Octal | 272 | 240 | 6 | 0 | 16 | 141 | 33 | 63 | 136 | 46 |
| Binary | 10111010 | 10100000 | 110 | 0 | 1110 | 1100001 | 11011 | 110011 | 1011110 | 100110 |
Color Harmonies of #BAA006
Complementary color
Monochromatic Colors of #BAA006
Black with #BAA006
Text Example
Text Example
White with #BAA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA006; }
p { color: rgb(186,160,6); }
H1.HeaderClassName
{
color: #BAA006;
}
.AnyTagClassName
{
color: #BAA006;
}
</style>
background-color css
<style>
a { background-color: #BAA006; }
a { background-color: rgb(186,160,6); }
div.DivClassName
{
background-color: #BAA006;
}
.BgClassName
{
background-color: #BAA006;
}
</style>
border-color css
<style>
span { border-color: #BAA006; }
span { border-color: rgb(186,160,6); }
td.TdClassName
{
border-color: #BAA006;
}
.TagClassName
{
border-color: #BAA006;
}
</style>