Shades of Buddha Gold #BA9316
Tints of Buddha Gold #BA9316
RGB
CMYK
RGB Variations
Color information
#BA9316 (or 0xBA9316) is known color: Buddha Gold. HEX triplet: BA, 93 and 16. RGB value is (186,147,22). Sum of RGB (Red+Green+Blue) = 186+147+22=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9316 is #456CE9. Grayscale: #909090. Windows color (decimal): -4549866 or 1479610. OLE color: 1479610.
HSL color Cylindrical-coordinate representation of color #BA9316: hue angle of 45.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA9316 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 22 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.27 |
| HSL | 45.73º | 0.79% | 0.41% | - |
| HSV(B) | 45.73º | 0.88% | 0.73% | - |
| XYZ | 30.83 | 31.36 | 5.19 | - |
| YUV | 144.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 22 | 0 | 0.21 | 0.88 | 0.27 | 45.73 | 0.79 | 0.41 |
| Hex | BA | 93 | 16 | 0 | 15 | 58 | 1B | 2E | 4F | 29 |
| Octal | 272 | 223 | 26 | 0 | 25 | 130 | 33 | 56 | 117 | 51 |
| Binary | 10111010 | 10010011 | 10110 | 0 | 10101 | 1011000 | 11011 | 101110 | 1001111 | 101001 |
Color Harmonies of #BA9316
Complementary color
Monochromatic Colors of #BA9316
Black with #BA9316
Text Example
Text Example
White with #BA9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9316; }
p { color: rgb(186,147,22); }
H1.HeaderClassName
{
color: #BA9316;
}
.AnyTagClassName
{
color: #BA9316;
}
</style>
background-color css
<style>
a { background-color: #BA9316; }
a { background-color: rgb(186,147,22); }
div.DivClassName
{
background-color: #BA9316;
}
.BgClassName
{
background-color: #BA9316;
}
</style>
border-color css
<style>
span { border-color: #BA9316; }
span { border-color: rgb(186,147,22); }
td.TdClassName
{
border-color: #BA9316;
}
.TagClassName
{
border-color: #BA9316;
}
</style>