Shades of Buddha Gold #BA9C04
Tints of Buddha Gold #BA9C04
RGB
CMYK
RGB Variations
Color information
#BA9C04 (or 0xBA9C04) is known color: Buddha Gold. HEX triplet: BA, 9C and 04. RGB value is (186,156,4). Sum of RGB (Red+Green+Blue) = 186+156+4=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C04 is #4563FB. Grayscale: #949494. Windows color (decimal): -4547580 or 302266. OLE color: 302266.
HSL color Cylindrical-coordinate representation of color #BA9C04: hue angle of 50.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9C04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.27 |
| HSL | 50.11º | 0.96% | 0.37% | - |
| HSV(B) | 50.11º | 0.98% | 0.73% | - |
| XYZ | 32.16 | 34.22 | 5.03 | - |
| YUV | 147.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 4 | 0 | 0.16 | 0.98 | 0.27 | 50.11 | 0.96 | 0.37 |
| Hex | BA | 9C | 4 | 0 | 10 | 62 | 1B | 32 | 60 | 25 |
| Octal | 272 | 234 | 4 | 0 | 20 | 142 | 33 | 62 | 140 | 45 |
| Binary | 10111010 | 10011100 | 100 | 0 | 10000 | 1100010 | 11011 | 110010 | 1100000 | 100101 |
Color Harmonies of #BA9C04
Complementary color
Monochromatic Colors of #BA9C04
Black with #BA9C04
Text Example
Text Example
White with #BA9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C04; }
p { color: rgb(186,156,4); }
H1.HeaderClassName
{
color: #BA9C04;
}
.AnyTagClassName
{
color: #BA9C04;
}
</style>
background-color css
<style>
a { background-color: #BA9C04; }
a { background-color: rgb(186,156,4); }
div.DivClassName
{
background-color: #BA9C04;
}
.BgClassName
{
background-color: #BA9C04;
}
</style>
border-color css
<style>
span { border-color: #BA9C04; }
span { border-color: rgb(186,156,4); }
td.TdClassName
{
border-color: #BA9C04;
}
.TagClassName
{
border-color: #BA9C04;
}
</style>