Shades of Buddha Gold #BA9A1D
Tints of Buddha Gold #BA9A1D
RGB
CMYK
RGB Variations
Color information
#BA9A1D (or 0xBA9A1D) is known color: Buddha Gold. HEX triplet: BA, 9A and 1D. RGB value is (186,154,29). Sum of RGB (Red+Green+Blue) = 186+154+29=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A1D is #4565E2. Grayscale: #959595. Windows color (decimal): -4548067 or 1940154. OLE color: 1940154.
HSL color Cylindrical-coordinate representation of color #BA9A1D: hue angle of 47.77º 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 #BA9A1D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 29 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.27 |
| HSL | 47.77º | 0.73% | 0.42% | - |
| HSV(B) | 47.77º | 0.84% | 0.73% | - |
| XYZ | 32.03 | 33.64 | 5.97 | - |
| YUV | 149.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 29 | 0 | 0.17 | 0.84 | 0.27 | 47.77 | 0.73 | 0.42 |
| Hex | BA | 9A | 1D | 0 | 11 | 54 | 1B | 30 | 49 | 2A |
| Octal | 272 | 232 | 35 | 0 | 21 | 124 | 33 | 60 | 111 | 52 |
| Binary | 10111010 | 10011010 | 11101 | 0 | 10001 | 1010100 | 11011 | 110000 | 1001001 | 101010 |
Color Harmonies of #BA9A1D
Complementary color
Monochromatic Colors of #BA9A1D
Black with #BA9A1D
Text Example
Text Example
White with #BA9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A1D; }
p { color: rgb(186,154,29); }
H1.HeaderClassName
{
color: #BA9A1D;
}
.AnyTagClassName
{
color: #BA9A1D;
}
</style>
background-color css
<style>
a { background-color: #BA9A1D; }
a { background-color: rgb(186,154,29); }
div.DivClassName
{
background-color: #BA9A1D;
}
.BgClassName
{
background-color: #BA9A1D;
}
</style>
border-color css
<style>
span { border-color: #BA9A1D; }
span { border-color: rgb(186,154,29); }
td.TdClassName
{
border-color: #BA9A1D;
}
.TagClassName
{
border-color: #BA9A1D;
}
</style>