Shades of Buddha Gold #BAA50B
Tints of Buddha Gold #BAA50B
RGB
CMYK
RGB Variations
Color information
#BAA50B (or 0xBAA50B) is known color: Buddha Gold. HEX triplet: BA, A5 and 0B. RGB value is (186,165,11). Sum of RGB (Red+Green+Blue) = 186+165+11=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA50B is #455AF4. Grayscale: #9A9A9A. Windows color (decimal): -4545269 or 763322. OLE color: 763322.
HSL color Cylindrical-coordinate representation of color #BAA50B: hue angle of 52.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA50B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.27 |
| HSL | 52.8º | 0.89% | 0.39% | - |
| HSV(B) | 52.8º | 0.94% | 0.73% | - |
| XYZ | 33.77 | 37.37 | 5.75 | - |
| YUV | 153.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 11 | 0 | 0.11 | 0.94 | 0.27 | 52.8 | 0.89 | 0.39 |
| Hex | BA | A5 | B | 0 | B | 5E | 1B | 35 | 59 | 27 |
| Octal | 272 | 245 | 13 | 0 | 13 | 136 | 33 | 65 | 131 | 47 |
| Binary | 10111010 | 10100101 | 1011 | 0 | 1011 | 1011110 | 11011 | 110101 | 1011001 | 100111 |
Color Harmonies of #BAA50B
Complementary color
Monochromatic Colors of #BAA50B
Black with #BAA50B
Text Example
Text Example
White with #BAA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA50B; }
p { color: rgb(186,165,11); }
H1.HeaderClassName
{
color: #BAA50B;
}
.AnyTagClassName
{
color: #BAA50B;
}
</style>
background-color css
<style>
a { background-color: #BAA50B; }
a { background-color: rgb(186,165,11); }
div.DivClassName
{
background-color: #BAA50B;
}
.BgClassName
{
background-color: #BAA50B;
}
</style>
border-color css
<style>
span { border-color: #BAA50B; }
span { border-color: rgb(186,165,11); }
td.TdClassName
{
border-color: #BAA50B;
}
.TagClassName
{
border-color: #BAA50B;
}
</style>