Shades of Buddha Gold #BAA412
Tints of Buddha Gold #BAA412
RGB
CMYK
RGB Variations
Color information
#BAA412 (or 0xBAA412) is known color: Buddha Gold. HEX triplet: BA, A4 and 12. RGB value is (186,164,18). Sum of RGB (Red+Green+Blue) = 186+164+18=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA412 is #455BED. Grayscale: #9A9A9A. Windows color (decimal): -4545518 or 1221818. OLE color: 1221818.
HSL color Cylindrical-coordinate representation of color #BAA412: hue angle of 52.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAA412 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 18 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.27 |
| HSL | 52.14º | 0.82% | 0.4% | - |
| HSV(B) | 52.14º | 0.9% | 0.73% | - |
| XYZ | 33.63 | 37.03 | 5.95 | - |
| YUV | 153.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 18 | 0 | 0.12 | 0.90 | 0.27 | 52.14 | 0.82 | 0.4 |
| Hex | BA | A4 | 12 | 0 | C | 5A | 1B | 34 | 52 | 28 |
| Octal | 272 | 244 | 22 | 0 | 14 | 132 | 33 | 64 | 122 | 50 |
| Binary | 10111010 | 10100100 | 10010 | 0 | 1100 | 1011010 | 11011 | 110100 | 1010010 | 101000 |
Color Harmonies of #BAA412
Complementary color
Monochromatic Colors of #BAA412
Black with #BAA412
Text Example
Text Example
White with #BAA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA412; }
p { color: rgb(186,164,18); }
H1.HeaderClassName
{
color: #BAA412;
}
.AnyTagClassName
{
color: #BAA412;
}
</style>
background-color css
<style>
a { background-color: #BAA412; }
a { background-color: rgb(186,164,18); }
div.DivClassName
{
background-color: #BAA412;
}
.BgClassName
{
background-color: #BAA412;
}
</style>
border-color css
<style>
span { border-color: #BAA412; }
span { border-color: rgb(186,164,18); }
td.TdClassName
{
border-color: #BAA412;
}
.TagClassName
{
border-color: #BAA412;
}
</style>