Shades of Buddha Gold #BA9C03
Tints of Buddha Gold #BA9C03
RGB
CMYK
RGB Variations
Color information
#BA9C03 (or 0xBA9C03) is known color: Buddha Gold. HEX triplet: BA, 9C and 03. RGB value is (186,156,3). Sum of RGB (Red+Green+Blue) = 186+156+3=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C03 is #4563FC. Grayscale: #949494. Windows color (decimal): -4547581 or 236730. OLE color: 236730.
HSL color Cylindrical-coordinate representation of color #BA9C03: hue angle of 50.16º degrees, saturation: 0.97, 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 #BA9C03 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.27 |
| HSL | 50.16º | 0.97% | 0.37% | - |
| HSV(B) | 50.16º | 0.98% | 0.73% | - |
| XYZ | 32.15 | 34.22 | 5 | - |
| YUV | 147.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 3 | 0 | 0.16 | 0.98 | 0.27 | 50.16 | 0.97 | 0.37 |
| Hex | BA | 9C | 3 | 0 | 10 | 62 | 1B | 32 | 61 | 25 |
| Octal | 272 | 234 | 3 | 0 | 20 | 142 | 33 | 62 | 141 | 45 |
| Binary | 10111010 | 10011100 | 11 | 0 | 10000 | 1100010 | 11011 | 110010 | 1100001 | 100101 |
Color Harmonies of #BA9C03
Complementary color
Monochromatic Colors of #BA9C03
Black with #BA9C03
Text Example
Text Example
White with #BA9C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C03; }
p { color: rgb(186,156,3); }
H1.HeaderClassName
{
color: #BA9C03;
}
.AnyTagClassName
{
color: #BA9C03;
}
</style>
background-color css
<style>
a { background-color: #BA9C03; }
a { background-color: rgb(186,156,3); }
div.DivClassName
{
background-color: #BA9C03;
}
.BgClassName
{
background-color: #BA9C03;
}
</style>
border-color css
<style>
span { border-color: #BA9C03; }
span { border-color: rgb(186,156,3); }
td.TdClassName
{
border-color: #BA9C03;
}
.TagClassName
{
border-color: #BA9C03;
}
</style>