Shades of Buddha Gold #BA9C1E
Tints of Buddha Gold #BA9C1E
RGB
CMYK
RGB Variations
Color information
#BA9C1E (or 0xBA9C1E) is known color: Buddha Gold. HEX triplet: BA, 9C and 1E. RGB value is (186,156,30). Sum of RGB (Red+Green+Blue) = 186+156+30=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C1E is #4563E1. Grayscale: #979797. Windows color (decimal): -4547554 or 2006202. OLE color: 2006202.
HSL color Cylindrical-coordinate representation of color #BA9C1E: hue angle of 48.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA9C1E is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 30 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.27 |
| HSL | 48.46º | 0.72% | 0.42% | - |
| HSV(B) | 48.46º | 0.84% | 0.73% | - |
| XYZ | 32.37 | 34.31 | 6.14 | - |
| YUV | 150.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 30 | 0 | 0.16 | 0.84 | 0.27 | 48.46 | 0.72 | 0.42 |
| Hex | BA | 9C | 1E | 0 | 10 | 54 | 1B | 30 | 48 | 2A |
| Octal | 272 | 234 | 36 | 0 | 20 | 124 | 33 | 60 | 110 | 52 |
| Binary | 10111010 | 10011100 | 11110 | 0 | 10000 | 1010100 | 11011 | 110000 | 1001000 | 101010 |
Color Harmonies of #BA9C1E
Complementary color
Monochromatic Colors of #BA9C1E
Black with #BA9C1E
Text Example
Text Example
White with #BA9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C1E; }
p { color: rgb(186,156,30); }
H1.HeaderClassName
{
color: #BA9C1E;
}
.AnyTagClassName
{
color: #BA9C1E;
}
</style>
background-color css
<style>
a { background-color: #BA9C1E; }
a { background-color: rgb(186,156,30); }
div.DivClassName
{
background-color: #BA9C1E;
}
.BgClassName
{
background-color: #BA9C1E;
}
</style>
border-color css
<style>
span { border-color: #BA9C1E; }
span { border-color: rgb(186,156,30); }
td.TdClassName
{
border-color: #BA9C1E;
}
.TagClassName
{
border-color: #BA9C1E;
}
</style>