Shades of Buddha Gold #BAA01D
Tints of Buddha Gold #BAA01D
RGB
CMYK
RGB Variations
Color information
#BAA01D (or 0xBAA01D) is known color: Buddha Gold. HEX triplet: BA, A0 and 1D. RGB value is (186,160,29). Sum of RGB (Red+Green+Blue) = 186+160+29=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA01D is #455FE2. Grayscale: #999999. Windows color (decimal): -4546531 or 1941690. OLE color: 1941690.
HSL color Cylindrical-coordinate representation of color #BAA01D: hue angle of 50.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAA01D is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 29 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.27 |
| HSL | 50.06º | 0.73% | 0.42% | - |
| HSV(B) | 50.06º | 0.84% | 0.73% | - |
| XYZ | 33.04 | 35.67 | 6.31 | - |
| YUV | 152.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 29 | 0 | 0.14 | 0.84 | 0.27 | 50.06 | 0.73 | 0.42 |
| Hex | BA | A0 | 1D | 0 | E | 54 | 1B | 32 | 49 | 2A |
| Octal | 272 | 240 | 35 | 0 | 16 | 124 | 33 | 62 | 111 | 52 |
| Binary | 10111010 | 10100000 | 11101 | 0 | 1110 | 1010100 | 11011 | 110010 | 1001001 | 101010 |
Color Harmonies of #BAA01D
Complementary color
Monochromatic Colors of #BAA01D
Black with #BAA01D
Text Example
Text Example
White with #BAA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA01D; }
p { color: rgb(186,160,29); }
H1.HeaderClassName
{
color: #BAA01D;
}
.AnyTagClassName
{
color: #BAA01D;
}
</style>
background-color css
<style>
a { background-color: #BAA01D; }
a { background-color: rgb(186,160,29); }
div.DivClassName
{
background-color: #BAA01D;
}
.BgClassName
{
background-color: #BAA01D;
}
</style>
border-color css
<style>
span { border-color: #BAA01D; }
span { border-color: rgb(186,160,29); }
td.TdClassName
{
border-color: #BAA01D;
}
.TagClassName
{
border-color: #BAA01D;
}
</style>