Shades of Buddha Gold #BA9C1D
Tints of Buddha Gold #BA9C1D
RGB
CMYK
RGB Variations
Color information
#BA9C1D (or 0xBA9C1D) is known color: Buddha Gold. HEX triplet: BA, 9C and 1D. RGB value is (186,156,29). Sum of RGB (Red+Green+Blue) = 186+156+29=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C1D is #4563E2. Grayscale: #979797. Windows color (decimal): -4547555 or 1940666. OLE color: 1940666.
HSL color Cylindrical-coordinate representation of color #BA9C1D: hue angle of 48.54º 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 #BA9C1D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 29 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.27 |
| HSL | 48.54º | 0.73% | 0.42% | - |
| HSV(B) | 48.54º | 0.84% | 0.73% | - |
| XYZ | 32.36 | 34.3 | 6.08 | - |
| YUV | 150.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 29 | 0 | 0.16 | 0.84 | 0.27 | 48.54 | 0.73 | 0.42 |
| Hex | BA | 9C | 1D | 0 | 10 | 54 | 1B | 31 | 49 | 2A |
| Octal | 272 | 234 | 35 | 0 | 20 | 124 | 33 | 61 | 111 | 52 |
| Binary | 10111010 | 10011100 | 11101 | 0 | 10000 | 1010100 | 11011 | 110001 | 1001001 | 101010 |
Color Harmonies of #BA9C1D
Complementary color
Monochromatic Colors of #BA9C1D
Black with #BA9C1D
Text Example
Text Example
White with #BA9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C1D; }
p { color: rgb(186,156,29); }
H1.HeaderClassName
{
color: #BA9C1D;
}
.AnyTagClassName
{
color: #BA9C1D;
}
</style>
background-color css
<style>
a { background-color: #BA9C1D; }
a { background-color: rgb(186,156,29); }
div.DivClassName
{
background-color: #BA9C1D;
}
.BgClassName
{
background-color: #BA9C1D;
}
</style>
border-color css
<style>
span { border-color: #BA9C1D; }
span { border-color: rgb(186,156,29); }
td.TdClassName
{
border-color: #BA9C1D;
}
.TagClassName
{
border-color: #BA9C1D;
}
</style>