Shades of Buddha Gold #BA971E
Tints of Buddha Gold #BA971E
RGB
CMYK
RGB Variations
Color information
#BA971E (or 0xBA971E) is known color: Buddha Gold. HEX triplet: BA, 97 and 1E. RGB value is (186,151,30). Sum of RGB (Red+Green+Blue) = 186+151+30=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971E is #4568E1. Grayscale: #949494. Windows color (decimal): -4548834 or 2004922. OLE color: 2004922.
HSL color Cylindrical-coordinate representation of color #BA971E: hue angle of 46.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA971E is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 30 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.27 |
| HSL | 46.54º | 0.72% | 0.42% | - |
| HSV(B) | 46.54º | 0.84% | 0.73% | - |
| XYZ | 31.55 | 32.67 | 5.87 | - |
| YUV | 147.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 30 | 0 | 0.19 | 0.84 | 0.27 | 46.54 | 0.72 | 0.42 |
| Hex | BA | 97 | 1E | 0 | 13 | 54 | 1B | 2F | 48 | 2A |
| Octal | 272 | 227 | 36 | 0 | 23 | 124 | 33 | 57 | 110 | 52 |
| Binary | 10111010 | 10010111 | 11110 | 0 | 10011 | 1010100 | 11011 | 101111 | 1001000 | 101010 |
Color Harmonies of #BA971E
Complementary color
Monochromatic Colors of #BA971E
Black with #BA971E
Text Example
Text Example
White with #BA971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA971E; }
p { color: rgb(186,151,30); }
H1.HeaderClassName
{
color: #BA971E;
}
.AnyTagClassName
{
color: #BA971E;
}
</style>
background-color css
<style>
a { background-color: #BA971E; }
a { background-color: rgb(186,151,30); }
div.DivClassName
{
background-color: #BA971E;
}
.BgClassName
{
background-color: #BA971E;
}
</style>
border-color css
<style>
span { border-color: #BA971E; }
span { border-color: rgb(186,151,30); }
td.TdClassName
{
border-color: #BA971E;
}
.TagClassName
{
border-color: #BA971E;
}
</style>