Shades of Buddha Gold #B49119
Tints of Buddha Gold #B49119
RGB
CMYK
RGB Variations
Color information
#B49119 (or 0xB49119) is known color: Buddha Gold. HEX triplet: B4, 91 and 19. RGB value is (180,145,25). Sum of RGB (Red+Green+Blue) = 180+145+25=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49119 is #4B6EE6. Grayscale: #8E8E8E. Windows color (decimal): -4943591 or 1675700. OLE color: 1675700.
HSL color Cylindrical-coordinate representation of color #B49119: hue angle of 46.45º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B49119 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 25 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.29 |
| HSL | 46.45º | 0.76% | 0.4% | - |
| HSV(B) | 46.45º | 0.86% | 0.71% | - |
| XYZ | 29.12 | 30.02 | 5.18 | - |
| YUV | 141.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 25 | 0 | 0.19 | 0.86 | 0.29 | 46.45 | 0.76 | 0.4 |
| Hex | B4 | 91 | 19 | 0 | 13 | 56 | 1D | 2E | 4C | 28 |
| Octal | 264 | 221 | 31 | 0 | 23 | 126 | 35 | 56 | 114 | 50 |
| Binary | 10110100 | 10010001 | 11001 | 0 | 10011 | 1010110 | 11101 | 101110 | 1001100 | 101000 |
Color Harmonies of #B49119
Complementary color
Monochromatic Colors of #B49119
Black with #B49119
Text Example
Text Example
White with #B49119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49119; }
p { color: rgb(180,145,25); }
H1.HeaderClassName
{
color: #B49119;
}
.AnyTagClassName
{
color: #B49119;
}
</style>
background-color css
<style>
a { background-color: #B49119; }
a { background-color: rgb(180,145,25); }
div.DivClassName
{
background-color: #B49119;
}
.BgClassName
{
background-color: #B49119;
}
</style>
border-color css
<style>
span { border-color: #B49119; }
span { border-color: rgb(180,145,25); }
td.TdClassName
{
border-color: #B49119;
}
.TagClassName
{
border-color: #B49119;
}
</style>