Shades of Buddha Gold #BA9411
Tints of Buddha Gold #BA9411
RGB
CMYK
RGB Variations
Color information
#BA9411 (or 0xBA9411) is known color: Buddha Gold. HEX triplet: BA, 94 and 11. RGB value is (186,148,17). Sum of RGB (Red+Green+Blue) = 186+148+17=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9411 is #456BEE. Grayscale: #909090. Windows color (decimal): -4549615 or 1152186. OLE color: 1152186.
HSL color Cylindrical-coordinate representation of color #BA9411: hue angle of 46.51º degrees, saturation: 0.83, 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 #BA9411 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.27 |
| HSL | 46.51º | 0.83% | 0.4% | - |
| HSV(B) | 46.51º | 0.91% | 0.73% | - |
| XYZ | 30.94 | 31.66 | 5.01 | - |
| YUV | 144.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 17 | 0 | 0.20 | 0.91 | 0.27 | 46.51 | 0.83 | 0.4 |
| Hex | BA | 94 | 11 | 0 | 14 | 5B | 1B | 2F | 53 | 28 |
| Octal | 272 | 224 | 21 | 0 | 24 | 133 | 33 | 57 | 123 | 50 |
| Binary | 10111010 | 10010100 | 10001 | 0 | 10100 | 1011011 | 11011 | 101111 | 1010011 | 101000 |
Color Harmonies of #BA9411
Complementary color
Monochromatic Colors of #BA9411
Black with #BA9411
Text Example
Text Example
White with #BA9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9411; }
p { color: rgb(186,148,17); }
H1.HeaderClassName
{
color: #BA9411;
}
.AnyTagClassName
{
color: #BA9411;
}
</style>
background-color css
<style>
a { background-color: #BA9411; }
a { background-color: rgb(186,148,17); }
div.DivClassName
{
background-color: #BA9411;
}
.BgClassName
{
background-color: #BA9411;
}
</style>
border-color css
<style>
span { border-color: #BA9411; }
span { border-color: rgb(186,148,17); }
td.TdClassName
{
border-color: #BA9411;
}
.TagClassName
{
border-color: #BA9411;
}
</style>