Shades of Buddha Gold #BAA017
Tints of Buddha Gold #BAA017
RGB
CMYK
RGB Variations
Color information
#BAA017 (or 0xBAA017) is known color: Buddha Gold. HEX triplet: BA, A0 and 17. RGB value is (186,160,23). Sum of RGB (Red+Green+Blue) = 186+160+23=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA017 is #455FE8. Grayscale: #989898. Windows color (decimal): -4546537 or 1548474. OLE color: 1548474.
HSL color Cylindrical-coordinate representation of color #BAA017: hue angle of 50.43º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAA017 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.27 |
| HSL | 50.43º | 0.78% | 0.41% | - |
| HSV(B) | 50.43º | 0.88% | 0.73% | - |
| XYZ | 32.98 | 35.64 | 5.95 | - |
| YUV | 152.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 23 | 0 | 0.14 | 0.88 | 0.27 | 50.43 | 0.78 | 0.41 |
| Hex | BA | A0 | 17 | 0 | E | 58 | 1B | 32 | 4E | 29 |
| Octal | 272 | 240 | 27 | 0 | 16 | 130 | 33 | 62 | 116 | 51 |
| Binary | 10111010 | 10100000 | 10111 | 0 | 1110 | 1011000 | 11011 | 110010 | 1001110 | 101001 |
Color Harmonies of #BAA017
Complementary color
Monochromatic Colors of #BAA017
Black with #BAA017
Text Example
Text Example
White with #BAA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA017; }
p { color: rgb(186,160,23); }
H1.HeaderClassName
{
color: #BAA017;
}
.AnyTagClassName
{
color: #BAA017;
}
</style>
background-color css
<style>
a { background-color: #BAA017; }
a { background-color: rgb(186,160,23); }
div.DivClassName
{
background-color: #BAA017;
}
.BgClassName
{
background-color: #BAA017;
}
</style>
border-color css
<style>
span { border-color: #BAA017; }
span { border-color: rgb(186,160,23); }
td.TdClassName
{
border-color: #BAA017;
}
.TagClassName
{
border-color: #BAA017;
}
</style>