Shades of Buddha Gold #BA8D1A
Tints of Buddha Gold #BA8D1A
RGB
CMYK
RGB Variations
Color information
#BA8D1A (or 0xBA8D1A) is known color: Buddha Gold. HEX triplet: BA, 8D and 1A. RGB value is (186,141,26). Sum of RGB (Red+Green+Blue) = 186+141+26=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D1A is #4572E5. Grayscale: #8D8D8D. Windows color (decimal): -4551398 or 1740218. OLE color: 1740218.
HSL color Cylindrical-coordinate representation of color #BA8D1A: hue angle of 43.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA8D1A is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 26 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.27 |
| HSL | 43.13º | 0.75% | 0.42% | - |
| HSV(B) | 43.13º | 0.86% | 0.73% | - |
| XYZ | 29.96 | 29.56 | 5.1 | - |
| YUV | 141.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 26 | 0 | 0.24 | 0.86 | 0.27 | 43.13 | 0.75 | 0.42 |
| Hex | BA | 8D | 1A | 0 | 18 | 56 | 1B | 2B | 4B | 2A |
| Octal | 272 | 215 | 32 | 0 | 30 | 126 | 33 | 53 | 113 | 52 |
| Binary | 10111010 | 10001101 | 11010 | 0 | 11000 | 1010110 | 11011 | 101011 | 1001011 | 101010 |
Color Harmonies of #BA8D1A
Complementary color
Monochromatic Colors of #BA8D1A
Black with #BA8D1A
Text Example
Text Example
White with #BA8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D1A; }
p { color: rgb(186,141,26); }
H1.HeaderClassName
{
color: #BA8D1A;
}
.AnyTagClassName
{
color: #BA8D1A;
}
</style>
background-color css
<style>
a { background-color: #BA8D1A; }
a { background-color: rgb(186,141,26); }
div.DivClassName
{
background-color: #BA8D1A;
}
.BgClassName
{
background-color: #BA8D1A;
}
</style>
border-color css
<style>
span { border-color: #BA8D1A; }
span { border-color: rgb(186,141,26); }
td.TdClassName
{
border-color: #BA8D1A;
}
.TagClassName
{
border-color: #BA8D1A;
}
</style>