Shades of Buddha Gold #BAA600
Tints of Buddha Gold #BAA600
RGB
CMYK
RGB Variations
Color information
#BAA600 (or 0xBAA600) is known color: Buddha Gold. HEX triplet: BA, A6 and 00. RGB value is (186,166,0). Sum of RGB (Red+Green+Blue) = 186+166+0=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA600 is #4559FF. Grayscale: #999999. Windows color (decimal): -4545024 or 42682. OLE color: 42682.
HSL color Cylindrical-coordinate representation of color #BAA600: hue angle of 53.55º 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 #BAA600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.27 |
| HSL | 53.55º | 1% | 0.36% | - |
| HSV(B) | 53.55º | 1% | 0.73% | - |
| XYZ | 33.89 | 37.71 | 5.49 | - |
| YUV | 153.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 0 | 0 | 0.11 | 1 | 0.27 | 53.55 | 1 | 0.36 |
| Hex | BA | A6 | 0 | 0 | B | 64 | 1B | 36 | 64 | 24 |
| Octal | 272 | 246 | 0 | 0 | 13 | 144 | 33 | 66 | 144 | 44 |
| Binary | 10111010 | 10100110 | 0 | 0 | 1011 | 1100100 | 11011 | 110110 | 1100100 | 100100 |
Color Harmonies of #BAA600
Complementary color
Monochromatic Colors of #BAA600
Black with #BAA600
Text Example
Text Example
White with #BAA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA600; }
p { color: rgb(186,166,0); }
H1.HeaderClassName
{
color: #BAA600;
}
.AnyTagClassName
{
color: #BAA600;
}
</style>
background-color css
<style>
a { background-color: #BAA600; }
a { background-color: rgb(186,166,0); }
div.DivClassName
{
background-color: #BAA600;
}
.BgClassName
{
background-color: #BAA600;
}
</style>
border-color css
<style>
span { border-color: #BAA600; }
span { border-color: rgb(186,166,0); }
td.TdClassName
{
border-color: #BAA600;
}
.TagClassName
{
border-color: #BAA600;
}
</style>