Shades of Buddha Gold #B5A20A
Tints of Buddha Gold #B5A20A
RGB
CMYK
RGB Variations
Color information
#B5A20A (or 0xB5A20A) is known color: Buddha Gold. HEX triplet: B5, A2 and 0A. RGB value is (181,162,10). Sum of RGB (Red+Green+Blue) = 181+162+10=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A20A is #4A5DF5. Grayscale: #969696. Windows color (decimal): -4873718 or 697013. OLE color: 697013.
HSL color Cylindrical-coordinate representation of color #B5A20A: hue angle of 53.33º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5A20A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 10 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.29 |
| HSL | 53.33º | 0.9% | 0.37% | - |
| HSV(B) | 53.33º | 0.94% | 0.71% | - |
| XYZ | 32.03 | 35.69 | 5.49 | - |
| YUV | 150.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 10 | 0 | 0.10 | 0.94 | 0.29 | 53.33 | 0.9 | 0.37 |
| Hex | B5 | A2 | A | 0 | A | 5E | 1D | 35 | 5A | 25 |
| Octal | 265 | 242 | 12 | 0 | 12 | 136 | 35 | 65 | 132 | 45 |
| Binary | 10110101 | 10100010 | 1010 | 0 | 1010 | 1011110 | 11101 | 110101 | 1011010 | 100101 |
Color Harmonies of #B5A20A
Complementary color
Monochromatic Colors of #B5A20A
Black with #B5A20A
Text Example
Text Example
White with #B5A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A20A; }
p { color: rgb(181,162,10); }
H1.HeaderClassName
{
color: #B5A20A;
}
.AnyTagClassName
{
color: #B5A20A;
}
</style>
background-color css
<style>
a { background-color: #B5A20A; }
a { background-color: rgb(181,162,10); }
div.DivClassName
{
background-color: #B5A20A;
}
.BgClassName
{
background-color: #B5A20A;
}
</style>
border-color css
<style>
span { border-color: #B5A20A; }
span { border-color: rgb(181,162,10); }
td.TdClassName
{
border-color: #B5A20A;
}
.TagClassName
{
border-color: #B5A20A;
}
</style>