Shades of Buddha Gold #B5A304
Tints of Buddha Gold #B5A304
RGB
CMYK
RGB Variations
Color information
#B5A304 (or 0xB5A304) is known color: Buddha Gold. HEX triplet: B5, A3 and 04. RGB value is (181,163,4). Sum of RGB (Red+Green+Blue) = 181+163+4=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A304 is #4A5CFB. Grayscale: #969696. Windows color (decimal): -4873468 or 304053. OLE color: 304053.
HSL color Cylindrical-coordinate representation of color #B5A304: hue angle of 53.9º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5A304 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.29 |
| HSL | 53.9º | 0.96% | 0.36% | - |
| HSV(B) | 53.9º | 0.98% | 0.71% | - |
| XYZ | 32.18 | 36.03 | 5.37 | - |
| YUV | 150.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 4 | 0 | 0.10 | 0.98 | 0.29 | 53.9 | 0.96 | 0.36 |
| Hex | B5 | A3 | 4 | 0 | A | 62 | 1D | 36 | 60 | 24 |
| Octal | 265 | 243 | 4 | 0 | 12 | 142 | 35 | 66 | 140 | 44 |
| Binary | 10110101 | 10100011 | 100 | 0 | 1010 | 1100010 | 11101 | 110110 | 1100000 | 100100 |
Color Harmonies of #B5A304
Complementary color
Monochromatic Colors of #B5A304
Black with #B5A304
Text Example
Text Example
White with #B5A304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A304; }
p { color: rgb(181,163,4); }
H1.HeaderClassName
{
color: #B5A304;
}
.AnyTagClassName
{
color: #B5A304;
}
</style>
background-color css
<style>
a { background-color: #B5A304; }
a { background-color: rgb(181,163,4); }
div.DivClassName
{
background-color: #B5A304;
}
.BgClassName
{
background-color: #B5A304;
}
</style>
border-color css
<style>
span { border-color: #B5A304; }
span { border-color: rgb(181,163,4); }
td.TdClassName
{
border-color: #B5A304;
}
.TagClassName
{
border-color: #B5A304;
}
</style>