Shades of Buddha Gold #BA9C11
Tints of Buddha Gold #BA9C11
RGB
CMYK
RGB Variations
Color information
#BA9C11 (or 0xBA9C11) is known color: Buddha Gold. HEX triplet: BA, 9C and 11. RGB value is (186,156,17). Sum of RGB (Red+Green+Blue) = 186+156+17=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C11 is #4563EE. Grayscale: #959595. Windows color (decimal): -4547567 or 1154234. OLE color: 1154234.
HSL color Cylindrical-coordinate representation of color #BA9C11: hue angle of 49.35º 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 #BA9C11 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 17 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.27 |
| HSL | 49.35º | 0.83% | 0.4% | - |
| HSV(B) | 49.35º | 0.91% | 0.73% | - |
| XYZ | 32.24 | 34.26 | 5.44 | - |
| YUV | 149.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 17 | 0 | 0.16 | 0.91 | 0.27 | 49.35 | 0.83 | 0.4 |
| Hex | BA | 9C | 11 | 0 | 10 | 5B | 1B | 31 | 53 | 28 |
| Octal | 272 | 234 | 21 | 0 | 20 | 133 | 33 | 61 | 123 | 50 |
| Binary | 10111010 | 10011100 | 10001 | 0 | 10000 | 1011011 | 11011 | 110001 | 1010011 | 101000 |
Color Harmonies of #BA9C11
Complementary color
Monochromatic Colors of #BA9C11
Black with #BA9C11
Text Example
Text Example
White with #BA9C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C11; }
p { color: rgb(186,156,17); }
H1.HeaderClassName
{
color: #BA9C11;
}
.AnyTagClassName
{
color: #BA9C11;
}
</style>
background-color css
<style>
a { background-color: #BA9C11; }
a { background-color: rgb(186,156,17); }
div.DivClassName
{
background-color: #BA9C11;
}
.BgClassName
{
background-color: #BA9C11;
}
</style>
border-color css
<style>
span { border-color: #BA9C11; }
span { border-color: rgb(186,156,17); }
td.TdClassName
{
border-color: #BA9C11;
}
.TagClassName
{
border-color: #BA9C11;
}
</style>