Shades of Buddha Gold #B49D04
Tints of Buddha Gold #B49D04
RGB
CMYK
RGB Variations
Color information
#B49D04 (or 0xB49D04) is known color: Buddha Gold. HEX triplet: B4, 9D and 04. RGB value is (180,157,4). Sum of RGB (Red+Green+Blue) = 180+157+4=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D04 is #4B62FB. Grayscale: #939393. Windows color (decimal): -4940540 or 302516. OLE color: 302516.
HSL color Cylindrical-coordinate representation of color #B49D04: hue angle of 52.16º 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 #B49D04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.29 |
| HSL | 52.16º | 0.96% | 0.36% | - |
| HSV(B) | 52.16º | 0.98% | 0.71% | - |
| XYZ | 30.9 | 33.83 | 5.02 | - |
| YUV | 146.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 4 | 0 | 0.13 | 0.98 | 0.29 | 52.16 | 0.96 | 0.36 |
| Hex | B4 | 9D | 4 | 0 | D | 62 | 1D | 34 | 60 | 24 |
| Octal | 264 | 235 | 4 | 0 | 15 | 142 | 35 | 64 | 140 | 44 |
| Binary | 10110100 | 10011101 | 100 | 0 | 1101 | 1100010 | 11101 | 110100 | 1100000 | 100100 |
Color Harmonies of #B49D04
Complementary color
Monochromatic Colors of #B49D04
Black with #B49D04
Text Example
Text Example
White with #B49D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D04; }
p { color: rgb(180,157,4); }
H1.HeaderClassName
{
color: #B49D04;
}
.AnyTagClassName
{
color: #B49D04;
}
</style>
background-color css
<style>
a { background-color: #B49D04; }
a { background-color: rgb(180,157,4); }
div.DivClassName
{
background-color: #B49D04;
}
.BgClassName
{
background-color: #B49D04;
}
</style>
border-color css
<style>
span { border-color: #B49D04; }
span { border-color: rgb(180,157,4); }
td.TdClassName
{
border-color: #B49D04;
}
.TagClassName
{
border-color: #B49D04;
}
</style>