Shades of Buddha Gold #BA951A
Tints of Buddha Gold #BA951A
RGB
CMYK
RGB Variations
Color information
#BA951A (or 0xBA951A) is known color: Buddha Gold. HEX triplet: BA, 95 and 1A. RGB value is (186,149,26). Sum of RGB (Red+Green+Blue) = 186+149+26=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA951A is #456AE5. Grayscale: #929292. Windows color (decimal): -4549350 or 1742266. OLE color: 1742266.
HSL color Cylindrical-coordinate representation of color #BA951A: hue angle of 46.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 #BA951A is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 26 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.27 |
| HSL | 46.13º | 0.75% | 0.42% | - |
| HSV(B) | 46.13º | 0.86% | 0.73% | - |
| XYZ | 31.18 | 32.01 | 5.51 | - |
| YUV | 146.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 26 | 0 | 0.20 | 0.86 | 0.27 | 46.13 | 0.75 | 0.42 |
| Hex | BA | 95 | 1A | 0 | 14 | 56 | 1B | 2E | 4B | 2A |
| Octal | 272 | 225 | 32 | 0 | 24 | 126 | 33 | 56 | 113 | 52 |
| Binary | 10111010 | 10010101 | 11010 | 0 | 10100 | 1010110 | 11011 | 101110 | 1001011 | 101010 |
Color Harmonies of #BA951A
Complementary color
Monochromatic Colors of #BA951A
Black with #BA951A
Text Example
Text Example
White with #BA951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA951A; }
p { color: rgb(186,149,26); }
H1.HeaderClassName
{
color: #BA951A;
}
.AnyTagClassName
{
color: #BA951A;
}
</style>
background-color css
<style>
a { background-color: #BA951A; }
a { background-color: rgb(186,149,26); }
div.DivClassName
{
background-color: #BA951A;
}
.BgClassName
{
background-color: #BA951A;
}
</style>
border-color css
<style>
span { border-color: #BA951A; }
span { border-color: rgb(186,149,26); }
td.TdClassName
{
border-color: #BA951A;
}
.TagClassName
{
border-color: #BA951A;
}
</style>