Shades of Buddha Gold #BAA700
Tints of Buddha Gold #BAA700
RGB
CMYK
RGB Variations
Color information
#BAA700 (or 0xBAA700) is known color: Buddha Gold. HEX triplet: BA, A7 and 00. RGB value is (186,167,0). Sum of RGB (Red+Green+Blue) = 186+167+0=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA700 is #4558FF. Grayscale: #9A9A9A. Windows color (decimal): -4544768 or 42938. OLE color: 42938.
HSL color Cylindrical-coordinate representation of color #BAA700: hue angle of 53.87º 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 #BAA700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.27 |
| HSL | 53.87º | 1% | 0.36% | - |
| HSV(B) | 53.87º | 1% | 0.73% | - |
| XYZ | 34.07 | 38.08 | 5.55 | - |
| YUV | 153.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 0 | 0 | 0.10 | 1 | 0.27 | 53.87 | 1 | 0.36 |
| Hex | BA | A7 | 0 | 0 | A | 64 | 1B | 36 | 64 | 24 |
| Octal | 272 | 247 | 0 | 0 | 12 | 144 | 33 | 66 | 144 | 44 |
| Binary | 10111010 | 10100111 | 0 | 0 | 1010 | 1100100 | 11011 | 110110 | 1100100 | 100100 |
Color Harmonies of #BAA700
Complementary color
Monochromatic Colors of #BAA700
Black with #BAA700
Text Example
Text Example
White with #BAA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA700; }
p { color: rgb(186,167,0); }
H1.HeaderClassName
{
color: #BAA700;
}
.AnyTagClassName
{
color: #BAA700;
}
</style>
background-color css
<style>
a { background-color: #BAA700; }
a { background-color: rgb(186,167,0); }
div.DivClassName
{
background-color: #BAA700;
}
.BgClassName
{
background-color: #BAA700;
}
</style>
border-color css
<style>
span { border-color: #BAA700; }
span { border-color: rgb(186,167,0); }
td.TdClassName
{
border-color: #BAA700;
}
.TagClassName
{
border-color: #BAA700;
}
</style>