Shades of Buddha Gold #BAA21A
Tints of Buddha Gold #BAA21A
RGB
CMYK
RGB Variations
Color information
#BAA21A (or 0xBAA21A) is known color: Buddha Gold. HEX triplet: BA, A2 and 1A. RGB value is (186,162,26). Sum of RGB (Red+Green+Blue) = 186+162+26=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA21A is #455DE5. Grayscale: #9A9A9A. Windows color (decimal): -4546022 or 1745594. OLE color: 1745594.
HSL color Cylindrical-coordinate representation of color #BAA21A: hue angle of 51º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAA21A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 26 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.27 |
| HSL | 51º | 0.75% | 0.42% | - |
| HSV(B) | 51º | 0.86% | 0.73% | - |
| XYZ | 33.36 | 36.35 | 6.24 | - |
| YUV | 153.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 26 | 0 | 0.13 | 0.86 | 0.27 | 51 | 0.75 | 0.42 |
| Hex | BA | A2 | 1A | 0 | D | 56 | 1B | 33 | 4B | 2A |
| Octal | 272 | 242 | 32 | 0 | 15 | 126 | 33 | 63 | 113 | 52 |
| Binary | 10111010 | 10100010 | 11010 | 0 | 1101 | 1010110 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #BAA21A
Complementary color
Monochromatic Colors of #BAA21A
Black with #BAA21A
Text Example
Text Example
White with #BAA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA21A; }
p { color: rgb(186,162,26); }
H1.HeaderClassName
{
color: #BAA21A;
}
.AnyTagClassName
{
color: #BAA21A;
}
</style>
background-color css
<style>
a { background-color: #BAA21A; }
a { background-color: rgb(186,162,26); }
div.DivClassName
{
background-color: #BAA21A;
}
.BgClassName
{
background-color: #BAA21A;
}
</style>
border-color css
<style>
span { border-color: #BAA21A; }
span { border-color: rgb(186,162,26); }
td.TdClassName
{
border-color: #BAA21A;
}
.TagClassName
{
border-color: #BAA21A;
}
</style>