Shades of Buddha Gold #BA9E1D
Tints of Buddha Gold #BA9E1D
RGB
CMYK
RGB Variations
Color information
#BA9E1D (or 0xBA9E1D) is known color: Buddha Gold. HEX triplet: BA, 9E and 1D. RGB value is (186,158,29). Sum of RGB (Red+Green+Blue) = 186+158+29=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E1D is #4561E2. Grayscale: #989898. Windows color (decimal): -4547043 or 1941178. OLE color: 1941178.
HSL color Cylindrical-coordinate representation of color #BA9E1D: hue angle of 49.3º degrees, saturation: 0.73, 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 #BA9E1D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 29 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.27 |
| HSL | 49.3º | 0.73% | 0.42% | - |
| HSV(B) | 49.3º | 0.84% | 0.73% | - |
| XYZ | 32.7 | 34.98 | 6.19 | - |
| YUV | 151.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 29 | 0 | 0.15 | 0.84 | 0.27 | 49.3 | 0.73 | 0.42 |
| Hex | BA | 9E | 1D | 0 | F | 54 | 1B | 31 | 49 | 2A |
| Octal | 272 | 236 | 35 | 0 | 17 | 124 | 33 | 61 | 111 | 52 |
| Binary | 10111010 | 10011110 | 11101 | 0 | 1111 | 1010100 | 11011 | 110001 | 1001001 | 101010 |
Color Harmonies of #BA9E1D
Complementary color
Monochromatic Colors of #BA9E1D
Black with #BA9E1D
Text Example
Text Example
White with #BA9E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E1D; }
p { color: rgb(186,158,29); }
H1.HeaderClassName
{
color: #BA9E1D;
}
.AnyTagClassName
{
color: #BA9E1D;
}
</style>
background-color css
<style>
a { background-color: #BA9E1D; }
a { background-color: rgb(186,158,29); }
div.DivClassName
{
background-color: #BA9E1D;
}
.BgClassName
{
background-color: #BA9E1D;
}
</style>
border-color css
<style>
span { border-color: #BA9E1D; }
span { border-color: rgb(186,158,29); }
td.TdClassName
{
border-color: #BA9E1D;
}
.TagClassName
{
border-color: #BA9E1D;
}
</style>