Shades of Buddha Gold #BA9312
Tints of Buddha Gold #BA9312
RGB
CMYK
RGB Variations
Color information
#BA9312 (or 0xBA9312) is known color: Buddha Gold. HEX triplet: BA, 93 and 12. RGB value is (186,147,18). Sum of RGB (Red+Green+Blue) = 186+147+18=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9312 is #456CED. Grayscale: #909090. Windows color (decimal): -4549870 or 1217466. OLE color: 1217466.
HSL color Cylindrical-coordinate representation of color #BA9312: hue angle of 46.07º degrees, saturation: 0.82, 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 #BA9312 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.27 |
| HSL | 46.07º | 0.82% | 0.4% | - |
| HSV(B) | 46.07º | 0.9% | 0.73% | - |
| XYZ | 30.79 | 31.35 | 5 | - |
| YUV | 143.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 18 | 0 | 0.21 | 0.90 | 0.27 | 46.07 | 0.82 | 0.4 |
| Hex | BA | 93 | 12 | 0 | 15 | 5A | 1B | 2E | 52 | 28 |
| Octal | 272 | 223 | 22 | 0 | 25 | 132 | 33 | 56 | 122 | 50 |
| Binary | 10111010 | 10010011 | 10010 | 0 | 10101 | 1011010 | 11011 | 101110 | 1010010 | 101000 |
Color Harmonies of #BA9312
Complementary color
Monochromatic Colors of #BA9312
Black with #BA9312
Text Example
Text Example
White with #BA9312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9312; }
p { color: rgb(186,147,18); }
H1.HeaderClassName
{
color: #BA9312;
}
.AnyTagClassName
{
color: #BA9312;
}
</style>
background-color css
<style>
a { background-color: #BA9312; }
a { background-color: rgb(186,147,18); }
div.DivClassName
{
background-color: #BA9312;
}
.BgClassName
{
background-color: #BA9312;
}
</style>
border-color css
<style>
span { border-color: #BA9312; }
span { border-color: rgb(186,147,18); }
td.TdClassName
{
border-color: #BA9312;
}
.TagClassName
{
border-color: #BA9312;
}
</style>