Shades of Buddha Gold #BA9313
Tints of Buddha Gold #BA9313
RGB
CMYK
RGB Variations
Color information
#BA9313 (or 0xBA9313) is known color: Buddha Gold. HEX triplet: BA, 93 and 13. RGB value is (186,147,19). Sum of RGB (Red+Green+Blue) = 186+147+19=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9313 is #456CEC. Grayscale: #909090. Windows color (decimal): -4549869 or 1283002. OLE color: 1283002.
HSL color Cylindrical-coordinate representation of color #BA9313: hue angle of 45.99º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA9313 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 19 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.27 |
| HSL | 45.99º | 0.81% | 0.4% | - |
| HSV(B) | 45.99º | 0.9% | 0.73% | - |
| XYZ | 30.8 | 31.35 | 5.04 | - |
| YUV | 144.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 19 | 0 | 0.21 | 0.90 | 0.27 | 45.99 | 0.81 | 0.4 |
| Hex | BA | 93 | 13 | 0 | 15 | 5A | 1B | 2E | 51 | 28 |
| Octal | 272 | 223 | 23 | 0 | 25 | 132 | 33 | 56 | 121 | 50 |
| Binary | 10111010 | 10010011 | 10011 | 0 | 10101 | 1011010 | 11011 | 101110 | 1010001 | 101000 |
Color Harmonies of #BA9313
Complementary color
Monochromatic Colors of #BA9313
Black with #BA9313
Text Example
Text Example
White with #BA9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9313; }
p { color: rgb(186,147,19); }
H1.HeaderClassName
{
color: #BA9313;
}
.AnyTagClassName
{
color: #BA9313;
}
</style>
background-color css
<style>
a { background-color: #BA9313; }
a { background-color: rgb(186,147,19); }
div.DivClassName
{
background-color: #BA9313;
}
.BgClassName
{
background-color: #BA9313;
}
</style>
border-color css
<style>
span { border-color: #BA9313; }
span { border-color: rgb(186,147,19); }
td.TdClassName
{
border-color: #BA9313;
}
.TagClassName
{
border-color: #BA9313;
}
</style>