Shades of Buddha Gold #BA9215
Tints of Buddha Gold #BA9215
RGB
CMYK
RGB Variations
Color information
#BA9215 (or 0xBA9215) is known color: Buddha Gold. HEX triplet: BA, 92 and 15. RGB value is (186,146,21). Sum of RGB (Red+Green+Blue) = 186+146+21=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9215 is #456DEA. Grayscale: #909090. Windows color (decimal): -4550123 or 1413818. OLE color: 1413818.
HSL color Cylindrical-coordinate representation of color #BA9215: hue angle of 45.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA9215 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 21 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.27 |
| HSL | 45.45º | 0.8% | 0.41% | - |
| HSV(B) | 45.45º | 0.89% | 0.73% | - |
| XYZ | 30.66 | 31.05 | 5.09 | - |
| YUV | 143.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 21 | 0 | 0.22 | 0.89 | 0.27 | 45.45 | 0.8 | 0.41 |
| Hex | BA | 92 | 15 | 0 | 16 | 59 | 1B | 2D | 50 | 29 |
| Octal | 272 | 222 | 25 | 0 | 26 | 131 | 33 | 55 | 120 | 51 |
| Binary | 10111010 | 10010010 | 10101 | 0 | 10110 | 1011001 | 11011 | 101101 | 1010000 | 101001 |
Color Harmonies of #BA9215
Complementary color
Monochromatic Colors of #BA9215
Black with #BA9215
Text Example
Text Example
White with #BA9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9215; }
p { color: rgb(186,146,21); }
H1.HeaderClassName
{
color: #BA9215;
}
.AnyTagClassName
{
color: #BA9215;
}
</style>
background-color css
<style>
a { background-color: #BA9215; }
a { background-color: rgb(186,146,21); }
div.DivClassName
{
background-color: #BA9215;
}
.BgClassName
{
background-color: #BA9215;
}
</style>
border-color css
<style>
span { border-color: #BA9215; }
span { border-color: rgb(186,146,21); }
td.TdClassName
{
border-color: #BA9215;
}
.TagClassName
{
border-color: #BA9215;
}
</style>