Shades of Buddha Gold #BAA019
Tints of Buddha Gold #BAA019
RGB
CMYK
RGB Variations
Color information
#BAA019 (or 0xBAA019) is known color: Buddha Gold. HEX triplet: BA, A0 and 19. RGB value is (186,160,25). Sum of RGB (Red+Green+Blue) = 186+160+25=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA019 is #455FE6. Grayscale: #989898. Windows color (decimal): -4546535 or 1679546. OLE color: 1679546.
HSL color Cylindrical-coordinate representation of color #BAA019: hue angle of 50.31º degrees, saturation: 0.76, 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 #BAA019 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 25 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.27 |
| HSL | 50.31º | 0.76% | 0.41% | - |
| HSV(B) | 50.31º | 0.87% | 0.73% | - |
| XYZ | 33 | 35.65 | 6.06 | - |
| YUV | 152.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 25 | 0 | 0.14 | 0.87 | 0.27 | 50.31 | 0.76 | 0.41 |
| Hex | BA | A0 | 19 | 0 | E | 57 | 1B | 32 | 4C | 29 |
| Octal | 272 | 240 | 31 | 0 | 16 | 127 | 33 | 62 | 114 | 51 |
| Binary | 10111010 | 10100000 | 11001 | 0 | 1110 | 1010111 | 11011 | 110010 | 1001100 | 101001 |
Color Harmonies of #BAA019
Complementary color
Monochromatic Colors of #BAA019
Black with #BAA019
Text Example
Text Example
White with #BAA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA019; }
p { color: rgb(186,160,25); }
H1.HeaderClassName
{
color: #BAA019;
}
.AnyTagClassName
{
color: #BAA019;
}
</style>
background-color css
<style>
a { background-color: #BAA019; }
a { background-color: rgb(186,160,25); }
div.DivClassName
{
background-color: #BAA019;
}
.BgClassName
{
background-color: #BAA019;
}
</style>
border-color css
<style>
span { border-color: #BAA019; }
span { border-color: rgb(186,160,25); }
td.TdClassName
{
border-color: #BAA019;
}
.TagClassName
{
border-color: #BAA019;
}
</style>