Shades of Buddha Gold #BA9E0C
Tints of Buddha Gold #BA9E0C
RGB
CMYK
RGB Variations
Color information
#BA9E0C (or 0xBA9E0C) is known color: Buddha Gold. HEX triplet: BA, 9E and 0C. RGB value is (186,158,12). Sum of RGB (Red+Green+Blue) = 186+158+12=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E0C is #4561F3. Grayscale: #969696. Windows color (decimal): -4547060 or 827066. OLE color: 827066.
HSL color Cylindrical-coordinate representation of color #BA9E0C: hue angle of 50.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA9E0C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.27 |
| HSL | 50.34º | 0.88% | 0.39% | - |
| HSV(B) | 50.34º | 0.94% | 0.73% | - |
| XYZ | 32.54 | 34.92 | 5.37 | - |
| YUV | 149.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 12 | 0 | 0.15 | 0.94 | 0.27 | 50.34 | 0.88 | 0.39 |
| Hex | BA | 9E | C | 0 | F | 5E | 1B | 32 | 58 | 27 |
| Octal | 272 | 236 | 14 | 0 | 17 | 136 | 33 | 62 | 130 | 47 |
| Binary | 10111010 | 10011110 | 1100 | 0 | 1111 | 1011110 | 11011 | 110010 | 1011000 | 100111 |
Color Harmonies of #BA9E0C
Complementary color
Monochromatic Colors of #BA9E0C
Black with #BA9E0C
Text Example
Text Example
White with #BA9E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E0C; }
p { color: rgb(186,158,12); }
H1.HeaderClassName
{
color: #BA9E0C;
}
.AnyTagClassName
{
color: #BA9E0C;
}
</style>
background-color css
<style>
a { background-color: #BA9E0C; }
a { background-color: rgb(186,158,12); }
div.DivClassName
{
background-color: #BA9E0C;
}
.BgClassName
{
background-color: #BA9E0C;
}
</style>
border-color css
<style>
span { border-color: #BA9E0C; }
span { border-color: rgb(186,158,12); }
td.TdClassName
{
border-color: #BA9E0C;
}
.TagClassName
{
border-color: #BA9E0C;
}
</style>