Shades of Buddha Gold #BAA60C
Tints of Buddha Gold #BAA60C
RGB
CMYK
RGB Variations
Color information
#BAA60C (or 0xBAA60C) is known color: Buddha Gold. HEX triplet: BA, A6 and 0C. RGB value is (186,166,12). Sum of RGB (Red+Green+Blue) = 186+166+12=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA60C is #4559F3. Grayscale: #9B9B9B. Windows color (decimal): -4545012 or 829114. OLE color: 829114.
HSL color Cylindrical-coordinate representation of color #BAA60C: hue angle of 53.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA60C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.27 |
| HSL | 53.1º | 0.88% | 0.39% | - |
| HSV(B) | 53.1º | 0.94% | 0.73% | - |
| XYZ | 33.95 | 37.74 | 5.84 | - |
| YUV | 154.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 12 | 0 | 0.11 | 0.94 | 0.27 | 53.1 | 0.88 | 0.39 |
| Hex | BA | A6 | C | 0 | B | 5E | 1B | 35 | 58 | 27 |
| Octal | 272 | 246 | 14 | 0 | 13 | 136 | 33 | 65 | 130 | 47 |
| Binary | 10111010 | 10100110 | 1100 | 0 | 1011 | 1011110 | 11011 | 110101 | 1011000 | 100111 |
Color Harmonies of #BAA60C
Complementary color
Monochromatic Colors of #BAA60C
Black with #BAA60C
Text Example
Text Example
White with #BAA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA60C; }
p { color: rgb(186,166,12); }
H1.HeaderClassName
{
color: #BAA60C;
}
.AnyTagClassName
{
color: #BAA60C;
}
</style>
background-color css
<style>
a { background-color: #BAA60C; }
a { background-color: rgb(186,166,12); }
div.DivClassName
{
background-color: #BAA60C;
}
.BgClassName
{
background-color: #BAA60C;
}
</style>
border-color css
<style>
span { border-color: #BAA60C; }
span { border-color: rgb(186,166,12); }
td.TdClassName
{
border-color: #BAA60C;
}
.TagClassName
{
border-color: #BAA60C;
}
</style>