Shades of Buddha Gold #BA9D00
Tints of Buddha Gold #BA9D00
RGB
CMYK
RGB Variations
Color information
#BA9D00 (or 0xBA9D00) is known color: Buddha Gold. HEX triplet: BA, 9D and 00. RGB value is (186,157,0). Sum of RGB (Red+Green+Blue) = 186+157+0=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9D00 is #4562FF. Grayscale: #949494. Windows color (decimal): -4547328 or 40378. OLE color: 40378.
HSL color Cylindrical-coordinate representation of color #BA9D00: hue angle of 50.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA9D00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.27 |
| HSL | 50.65º | 1% | 0.36% | - |
| HSV(B) | 50.65º | 1% | 0.73% | - |
| XYZ | 32.31 | 34.55 | 4.97 | - |
| YUV | 147.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 0 | 0 | 0.16 | 1 | 0.27 | 50.65 | 1 | 0.36 |
| Hex | BA | 9D | 0 | 0 | 10 | 64 | 1B | 33 | 64 | 24 |
| Octal | 272 | 235 | 0 | 0 | 20 | 144 | 33 | 63 | 144 | 44 |
| Binary | 10111010 | 10011101 | 0 | 0 | 10000 | 1100100 | 11011 | 110011 | 1100100 | 100100 |
Color Harmonies of #BA9D00
Complementary color
Monochromatic Colors of #BA9D00
Black with #BA9D00
Text Example
Text Example
White with #BA9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D00; }
p { color: rgb(186,157,0); }
H1.HeaderClassName
{
color: #BA9D00;
}
.AnyTagClassName
{
color: #BA9D00;
}
</style>
background-color css
<style>
a { background-color: #BA9D00; }
a { background-color: rgb(186,157,0); }
div.DivClassName
{
background-color: #BA9D00;
}
.BgClassName
{
background-color: #BA9D00;
}
</style>
border-color css
<style>
span { border-color: #BA9D00; }
span { border-color: rgb(186,157,0); }
td.TdClassName
{
border-color: #BA9D00;
}
.TagClassName
{
border-color: #BA9D00;
}
</style>