Shades of Buddha Gold #BA9F0A
Tints of Buddha Gold #BA9F0A
RGB
CMYK
RGB Variations
Color information
#BA9F0A (or 0xBA9F0A) is known color: Buddha Gold. HEX triplet: BA, 9F and 0A. RGB value is (186,159,10). Sum of RGB (Red+Green+Blue) = 186+159+10=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F0A is #4560F5. Grayscale: #969696. Windows color (decimal): -4546806 or 696250. OLE color: 696250.
HSL color Cylindrical-coordinate representation of color #BA9F0A: hue angle of 50.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA9F0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.27 |
| HSL | 50.8º | 0.9% | 0.38% | - |
| HSV(B) | 50.8º | 0.95% | 0.73% | - |
| XYZ | 32.7 | 35.26 | 5.37 | - |
| YUV | 150.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 10 | 0 | 0.15 | 0.95 | 0.27 | 50.8 | 0.9 | 0.38 |
| Hex | BA | 9F | A | 0 | F | 5F | 1B | 33 | 5A | 26 |
| Octal | 272 | 237 | 12 | 0 | 17 | 137 | 33 | 63 | 132 | 46 |
| Binary | 10111010 | 10011111 | 1010 | 0 | 1111 | 1011111 | 11011 | 110011 | 1011010 | 100110 |
Color Harmonies of #BA9F0A
Complementary color
Monochromatic Colors of #BA9F0A
Black with #BA9F0A
Text Example
Text Example
White with #BA9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F0A; }
p { color: rgb(186,159,10); }
H1.HeaderClassName
{
color: #BA9F0A;
}
.AnyTagClassName
{
color: #BA9F0A;
}
</style>
background-color css
<style>
a { background-color: #BA9F0A; }
a { background-color: rgb(186,159,10); }
div.DivClassName
{
background-color: #BA9F0A;
}
.BgClassName
{
background-color: #BA9F0A;
}
</style>
border-color css
<style>
span { border-color: #BA9F0A; }
span { border-color: rgb(186,159,10); }
td.TdClassName
{
border-color: #BA9F0A;
}
.TagClassName
{
border-color: #BA9F0A;
}
</style>