Shades of Buddha Gold #BA9A11
Tints of Buddha Gold #BA9A11
RGB
CMYK
RGB Variations
Color information
#BA9A11 (or 0xBA9A11) is known color: Buddha Gold. HEX triplet: BA, 9A and 11. RGB value is (186,154,17). Sum of RGB (Red+Green+Blue) = 186+154+17=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A11 is #4565EE. Grayscale: #949494. Windows color (decimal): -4548079 or 1153722. OLE color: 1153722.
HSL color Cylindrical-coordinate representation of color #BA9A11: hue angle of 48.64º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9A11 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 17 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.27 |
| HSL | 48.64º | 0.83% | 0.4% | - |
| HSV(B) | 48.64º | 0.91% | 0.73% | - |
| XYZ | 31.91 | 33.59 | 5.33 | - |
| YUV | 147.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 17 | 0 | 0.17 | 0.91 | 0.27 | 48.64 | 0.83 | 0.4 |
| Hex | BA | 9A | 11 | 0 | 11 | 5B | 1B | 31 | 53 | 28 |
| Octal | 272 | 232 | 21 | 0 | 21 | 133 | 33 | 61 | 123 | 50 |
| Binary | 10111010 | 10011010 | 10001 | 0 | 10001 | 1011011 | 11011 | 110001 | 1010011 | 101000 |
Color Harmonies of #BA9A11
Complementary color
Monochromatic Colors of #BA9A11
Black with #BA9A11
Text Example
Text Example
White with #BA9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A11; }
p { color: rgb(186,154,17); }
H1.HeaderClassName
{
color: #BA9A11;
}
.AnyTagClassName
{
color: #BA9A11;
}
</style>
background-color css
<style>
a { background-color: #BA9A11; }
a { background-color: rgb(186,154,17); }
div.DivClassName
{
background-color: #BA9A11;
}
.BgClassName
{
background-color: #BA9A11;
}
</style>
border-color css
<style>
span { border-color: #BA9A11; }
span { border-color: rgb(186,154,17); }
td.TdClassName
{
border-color: #BA9A11;
}
.TagClassName
{
border-color: #BA9A11;
}
</style>