Shades of Buddha Gold #BA9A0E
Tints of Buddha Gold #BA9A0E
RGB
CMYK
RGB Variations
Color information
#BA9A0E (or 0xBA9A0E) is known color: Buddha Gold. HEX triplet: BA, 9A and 0E. RGB value is (186,154,14). Sum of RGB (Red+Green+Blue) = 186+154+14=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A0E is #4565F1. Grayscale: #949494. Windows color (decimal): -4548082 or 957114. OLE color: 957114.
HSL color Cylindrical-coordinate representation of color #BA9A0E: hue angle of 48.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA9A0E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.27 |
| HSL | 48.84º | 0.86% | 0.39% | - |
| HSV(B) | 48.84º | 0.92% | 0.73% | - |
| XYZ | 31.88 | 33.58 | 5.22 | - |
| YUV | 147.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 14 | 0 | 0.17 | 0.92 | 0.27 | 48.84 | 0.86 | 0.39 |
| Hex | BA | 9A | E | 0 | 11 | 5C | 1B | 31 | 56 | 27 |
| Octal | 272 | 232 | 16 | 0 | 21 | 134 | 33 | 61 | 126 | 47 |
| Binary | 10111010 | 10011010 | 1110 | 0 | 10001 | 1011100 | 11011 | 110001 | 1010110 | 100111 |
Color Harmonies of #BA9A0E
Complementary color
Monochromatic Colors of #BA9A0E
Black with #BA9A0E
Text Example
Text Example
White with #BA9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A0E; }
p { color: rgb(186,154,14); }
H1.HeaderClassName
{
color: #BA9A0E;
}
.AnyTagClassName
{
color: #BA9A0E;
}
</style>
background-color css
<style>
a { background-color: #BA9A0E; }
a { background-color: rgb(186,154,14); }
div.DivClassName
{
background-color: #BA9A0E;
}
.BgClassName
{
background-color: #BA9A0E;
}
</style>
border-color css
<style>
span { border-color: #BA9A0E; }
span { border-color: rgb(186,154,14); }
td.TdClassName
{
border-color: #BA9A0E;
}
.TagClassName
{
border-color: #BA9A0E;
}
</style>