Shades of Buddha Gold #BAA20B
Tints of Buddha Gold #BAA20B
RGB
CMYK
RGB Variations
Color information
#BAA20B (or 0xBAA20B) is known color: Buddha Gold. HEX triplet: BA, A2 and 0B. RGB value is (186,162,11). Sum of RGB (Red+Green+Blue) = 186+162+11=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA20B is #455DF4. Grayscale: #989898. Windows color (decimal): -4546037 or 762554. OLE color: 762554.
HSL color Cylindrical-coordinate representation of color #BAA20B: hue angle of 51.77º 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 #BAA20B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.27 |
| HSL | 51.77º | 0.89% | 0.39% | - |
| HSV(B) | 51.77º | 0.94% | 0.73% | - |
| XYZ | 33.23 | 36.3 | 5.57 | - |
| YUV | 151.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 11 | 0 | 0.13 | 0.94 | 0.27 | 51.77 | 0.89 | 0.39 |
| Hex | BA | A2 | B | 0 | D | 5E | 1B | 34 | 59 | 27 |
| Octal | 272 | 242 | 13 | 0 | 15 | 136 | 33 | 64 | 131 | 47 |
| Binary | 10111010 | 10100010 | 1011 | 0 | 1101 | 1011110 | 11011 | 110100 | 1011001 | 100111 |
Color Harmonies of #BAA20B
Complementary color
Monochromatic Colors of #BAA20B
Black with #BAA20B
Text Example
Text Example
White with #BAA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA20B; }
p { color: rgb(186,162,11); }
H1.HeaderClassName
{
color: #BAA20B;
}
.AnyTagClassName
{
color: #BAA20B;
}
</style>
background-color css
<style>
a { background-color: #BAA20B; }
a { background-color: rgb(186,162,11); }
div.DivClassName
{
background-color: #BAA20B;
}
.BgClassName
{
background-color: #BAA20B;
}
</style>
border-color css
<style>
span { border-color: #BAA20B; }
span { border-color: rgb(186,162,11); }
td.TdClassName
{
border-color: #BAA20B;
}
.TagClassName
{
border-color: #BAA20B;
}
</style>