Shades of Buddha Gold #BAA501
Tints of Buddha Gold #BAA501
RGB
CMYK
RGB Variations
Color information
#BAA501 (or 0xBAA501) is known color: Buddha Gold. HEX triplet: BA, A5 and 01. RGB value is (186,165,1). Sum of RGB (Red+Green+Blue) = 186+165+1=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA501 is #455AFE. Grayscale: #999999. Windows color (decimal): -4545279 or 107962. OLE color: 107962.
HSL color Cylindrical-coordinate representation of color #BAA501: hue angle of 53.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAA501 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.27 |
| HSL | 53.19º | 0.99% | 0.37% | - |
| HSV(B) | 53.19º | 0.99% | 0.73% | - |
| XYZ | 33.71 | 37.35 | 5.46 | - |
| YUV | 152.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 1 | 0 | 0.11 | 0.99 | 0.27 | 53.19 | 0.99 | 0.37 |
| Hex | BA | A5 | 1 | 0 | B | 63 | 1B | 35 | 63 | 25 |
| Octal | 272 | 245 | 1 | 0 | 13 | 143 | 33 | 65 | 143 | 45 |
| Binary | 10111010 | 10100101 | 1 | 0 | 1011 | 1100011 | 11011 | 110101 | 1100011 | 100101 |
Color Harmonies of #BAA501
Complementary color
Monochromatic Colors of #BAA501
Black with #BAA501
Text Example
Text Example
White with #BAA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA501; }
p { color: rgb(186,165,1); }
H1.HeaderClassName
{
color: #BAA501;
}
.AnyTagClassName
{
color: #BAA501;
}
</style>
background-color css
<style>
a { background-color: #BAA501; }
a { background-color: rgb(186,165,1); }
div.DivClassName
{
background-color: #BAA501;
}
.BgClassName
{
background-color: #BAA501;
}
</style>
border-color css
<style>
span { border-color: #BAA501; }
span { border-color: rgb(186,165,1); }
td.TdClassName
{
border-color: #BAA501;
}
.TagClassName
{
border-color: #BAA501;
}
</style>