Shades of Buddha Gold #BAA30B
Tints of Buddha Gold #BAA30B
RGB
CMYK
RGB Variations
Color information
#BAA30B (or 0xBAA30B) is known color: Buddha Gold. HEX triplet: BA, A3 and 0B. RGB value is (186,163,11). Sum of RGB (Red+Green+Blue) = 186+163+11=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA30B is #455CF4. Grayscale: #999999. Windows color (decimal): -4545781 or 762810. OLE color: 762810.
HSL color Cylindrical-coordinate representation of color #BAA30B: hue angle of 52.11º 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 #BAA30B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.27 |
| HSL | 52.11º | 0.89% | 0.39% | - |
| HSV(B) | 52.11º | 0.94% | 0.73% | - |
| XYZ | 33.41 | 36.66 | 5.63 | - |
| YUV | 152.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 11 | 0 | 0.12 | 0.94 | 0.27 | 52.11 | 0.89 | 0.39 |
| Hex | BA | A3 | B | 0 | C | 5E | 1B | 34 | 59 | 27 |
| Octal | 272 | 243 | 13 | 0 | 14 | 136 | 33 | 64 | 131 | 47 |
| Binary | 10111010 | 10100011 | 1011 | 0 | 1100 | 1011110 | 11011 | 110100 | 1011001 | 100111 |
Color Harmonies of #BAA30B
Complementary color
Monochromatic Colors of #BAA30B
Black with #BAA30B
Text Example
Text Example
White with #BAA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA30B; }
p { color: rgb(186,163,11); }
H1.HeaderClassName
{
color: #BAA30B;
}
.AnyTagClassName
{
color: #BAA30B;
}
</style>
background-color css
<style>
a { background-color: #BAA30B; }
a { background-color: rgb(186,163,11); }
div.DivClassName
{
background-color: #BAA30B;
}
.BgClassName
{
background-color: #BAA30B;
}
</style>
border-color css
<style>
span { border-color: #BAA30B; }
span { border-color: rgb(186,163,11); }
td.TdClassName
{
border-color: #BAA30B;
}
.TagClassName
{
border-color: #BAA30B;
}
</style>