Shades of Buddha Gold #B5A000
Tints of Buddha Gold #B5A000
RGB
CMYK
RGB Variations
Color information
#B5A000 (or 0xB5A000) is known color: Buddha Gold. HEX triplet: B5, A0 and 00. RGB value is (181,160,0). Sum of RGB (Red+Green+Blue) = 181+160+0=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A000 is #4A5FFF. Grayscale: #949494. Windows color (decimal): -4874240 or 41141. OLE color: 41141.
HSL color Cylindrical-coordinate representation of color #B5A000: hue angle of 53.04º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5A000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.29 |
| HSL | 53.04º | 1% | 0.35% | - |
| HSV(B) | 53.04º | 1% | 0.71% | - |
| XYZ | 31.63 | 34.97 | 5.08 | - |
| YUV | 148.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 0 | 0 | 0.12 | 1 | 0.29 | 53.04 | 1 | 0.35 |
| Hex | B5 | A0 | 0 | 0 | C | 64 | 1D | 35 | 64 | 23 |
| Octal | 265 | 240 | 0 | 0 | 14 | 144 | 35 | 65 | 144 | 43 |
| Binary | 10110101 | 10100000 | 0 | 0 | 1100 | 1100100 | 11101 | 110101 | 1100100 | 100011 |
Color Harmonies of #B5A000
Complementary color
Monochromatic Colors of #B5A000
Black with #B5A000
Text Example
Text Example
White with #B5A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A000; }
p { color: rgb(181,160,0); }
H1.HeaderClassName
{
color: #B5A000;
}
.AnyTagClassName
{
color: #B5A000;
}
</style>
background-color css
<style>
a { background-color: #B5A000; }
a { background-color: rgb(181,160,0); }
div.DivClassName
{
background-color: #B5A000;
}
.BgClassName
{
background-color: #B5A000;
}
</style>
border-color css
<style>
span { border-color: #B5A000; }
span { border-color: rgb(181,160,0); }
td.TdClassName
{
border-color: #B5A000;
}
.TagClassName
{
border-color: #B5A000;
}
</style>