Shades of Buddha Gold #BAA80C
Tints of Buddha Gold #BAA80C
RGB
CMYK
RGB Variations
Color information
#BAA80C (or 0xBAA80C) is known color: Buddha Gold. HEX triplet: BA, A8 and 0C. RGB value is (186,168,12). Sum of RGB (Red+Green+Blue) = 186+168+12=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA80C is #4557F3. Grayscale: #9C9C9C. Windows color (decimal): -4544500 or 829626. OLE color: 829626.
HSL color Cylindrical-coordinate representation of color #BAA80C: hue angle of 53.79º 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 #BAA80C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.27 |
| HSL | 53.79º | 0.88% | 0.39% | - |
| HSV(B) | 53.79º | 0.94% | 0.73% | - |
| XYZ | 34.32 | 38.47 | 5.96 | - |
| YUV | 155.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 12 | 0 | 0.10 | 0.94 | 0.27 | 53.79 | 0.88 | 0.39 |
| Hex | BA | A8 | C | 0 | A | 5E | 1B | 36 | 58 | 27 |
| Octal | 272 | 250 | 14 | 0 | 12 | 136 | 33 | 66 | 130 | 47 |
| Binary | 10111010 | 10101000 | 1100 | 0 | 1010 | 1011110 | 11011 | 110110 | 1011000 | 100111 |
Color Harmonies of #BAA80C
Complementary color
Monochromatic Colors of #BAA80C
Black with #BAA80C
Text Example
Text Example
White with #BAA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA80C; }
p { color: rgb(186,168,12); }
H1.HeaderClassName
{
color: #BAA80C;
}
.AnyTagClassName
{
color: #BAA80C;
}
</style>
background-color css
<style>
a { background-color: #BAA80C; }
a { background-color: rgb(186,168,12); }
div.DivClassName
{
background-color: #BAA80C;
}
.BgClassName
{
background-color: #BAA80C;
}
</style>
border-color css
<style>
span { border-color: #BAA80C; }
span { border-color: rgb(186,168,12); }
td.TdClassName
{
border-color: #BAA80C;
}
.TagClassName
{
border-color: #BAA80C;
}
</style>