Shades of Buddha Gold #B4A000
Tints of Buddha Gold #B4A000
RGB
CMYK
RGB Variations
Color information
#B4A000 (or 0xB4A000) is known color: Buddha Gold. HEX triplet: B4, A0 and 00. RGB value is (180,160,0). Sum of RGB (Red+Green+Blue) = 180+160+0=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A000 is #4B5FFF. Grayscale: #949494. Windows color (decimal): -4939776 or 41140. OLE color: 41140.
HSL color Cylindrical-coordinate representation of color #B4A000: hue angle of 53.33º 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 #B4A000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.29 |
| HSL | 53.33º | 1% | 0.35% | - |
| HSV(B) | 53.33º | 1% | 0.71% | - |
| XYZ | 31.39 | 34.84 | 5.07 | - |
| YUV | 147.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 0 | 0 | 0.11 | 1 | 0.29 | 53.33 | 1 | 0.35 |
| Hex | B4 | A0 | 0 | 0 | B | 64 | 1D | 35 | 64 | 23 |
| Octal | 264 | 240 | 0 | 0 | 13 | 144 | 35 | 65 | 144 | 43 |
| Binary | 10110100 | 10100000 | 0 | 0 | 1011 | 1100100 | 11101 | 110101 | 1100100 | 100011 |
Color Harmonies of #B4A000
Complementary color
Monochromatic Colors of #B4A000
Black with #B4A000
Text Example
Text Example
White with #B4A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A000; }
p { color: rgb(180,160,0); }
H1.HeaderClassName
{
color: #B4A000;
}
.AnyTagClassName
{
color: #B4A000;
}
</style>
background-color css
<style>
a { background-color: #B4A000; }
a { background-color: rgb(180,160,0); }
div.DivClassName
{
background-color: #B4A000;
}
.BgClassName
{
background-color: #B4A000;
}
</style>
border-color css
<style>
span { border-color: #B4A000; }
span { border-color: rgb(180,160,0); }
td.TdClassName
{
border-color: #B4A000;
}
.TagClassName
{
border-color: #B4A000;
}
</style>