Shades of Buddha Gold #BAA018
Tints of Buddha Gold #BAA018
RGB
CMYK
RGB Variations
Color information
#BAA018 (or 0xBAA018) is known color: Buddha Gold. HEX triplet: BA, A0 and 18. RGB value is (186,160,24). Sum of RGB (Red+Green+Blue) = 186+160+24=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA018 is #455FE7. Grayscale: #989898. Windows color (decimal): -4546536 or 1614010. OLE color: 1614010.
HSL color Cylindrical-coordinate representation of color #BAA018: hue angle of 50.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAA018 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 24 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.27 |
| HSL | 50.37º | 0.77% | 0.41% | - |
| HSV(B) | 50.37º | 0.87% | 0.73% | - |
| XYZ | 32.99 | 35.65 | 6.01 | - |
| YUV | 152.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 24 | 0 | 0.14 | 0.87 | 0.27 | 50.37 | 0.77 | 0.41 |
| Hex | BA | A0 | 18 | 0 | E | 57 | 1B | 32 | 4D | 29 |
| Octal | 272 | 240 | 30 | 0 | 16 | 127 | 33 | 62 | 115 | 51 |
| Binary | 10111010 | 10100000 | 11000 | 0 | 1110 | 1010111 | 11011 | 110010 | 1001101 | 101001 |
Color Harmonies of #BAA018
Complementary color
Monochromatic Colors of #BAA018
Black with #BAA018
Text Example
Text Example
White with #BAA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA018; }
p { color: rgb(186,160,24); }
H1.HeaderClassName
{
color: #BAA018;
}
.AnyTagClassName
{
color: #BAA018;
}
</style>
background-color css
<style>
a { background-color: #BAA018; }
a { background-color: rgb(186,160,24); }
div.DivClassName
{
background-color: #BAA018;
}
.BgClassName
{
background-color: #BAA018;
}
</style>
border-color css
<style>
span { border-color: #BAA018; }
span { border-color: rgb(186,160,24); }
td.TdClassName
{
border-color: #BAA018;
}
.TagClassName
{
border-color: #BAA018;
}
</style>