Shades of Buddha Gold #BAA310
Tints of Buddha Gold #BAA310
RGB
CMYK
RGB Variations
Color information
#BAA310 (or 0xBAA310) is known color: Buddha Gold. HEX triplet: BA, A3 and 10. RGB value is (186,163,16). Sum of RGB (Red+Green+Blue) = 186+163+16=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA310 is #455CEF. Grayscale: #999999. Windows color (decimal): -4545776 or 1090490. OLE color: 1090490.
HSL color Cylindrical-coordinate representation of color #BAA310: hue angle of 51.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAA310 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 16 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.27 |
| HSL | 51.88º | 0.84% | 0.4% | - |
| HSV(B) | 51.88º | 0.91% | 0.73% | - |
| XYZ | 33.44 | 36.67 | 5.81 | - |
| YUV | 153.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 16 | 0 | 0.12 | 0.91 | 0.27 | 51.88 | 0.84 | 0.4 |
| Hex | BA | A3 | 10 | 0 | C | 5B | 1B | 34 | 54 | 28 |
| Octal | 272 | 243 | 20 | 0 | 14 | 133 | 33 | 64 | 124 | 50 |
| Binary | 10111010 | 10100011 | 10000 | 0 | 1100 | 1011011 | 11011 | 110100 | 1010100 | 101000 |
Color Harmonies of #BAA310
Complementary color
Monochromatic Colors of #BAA310
Black with #BAA310
Text Example
Text Example
White with #BAA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA310; }
p { color: rgb(186,163,16); }
H1.HeaderClassName
{
color: #BAA310;
}
.AnyTagClassName
{
color: #BAA310;
}
</style>
background-color css
<style>
a { background-color: #BAA310; }
a { background-color: rgb(186,163,16); }
div.DivClassName
{
background-color: #BAA310;
}
.BgClassName
{
background-color: #BAA310;
}
</style>
border-color css
<style>
span { border-color: #BAA310; }
span { border-color: rgb(186,163,16); }
td.TdClassName
{
border-color: #BAA310;
}
.TagClassName
{
border-color: #BAA310;
}
</style>