Shades of Buddha Gold #B49D1A
Tints of Buddha Gold #B49D1A
RGB
CMYK
RGB Variations
Color information
#B49D1A (or 0xB49D1A) is known color: Buddha Gold. HEX triplet: B4, 9D and 1A. RGB value is (180,157,26). Sum of RGB (Red+Green+Blue) = 180+157+26=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D1A is #4B62E5. Grayscale: #959595. Windows color (decimal): -4940518 or 1744308. OLE color: 1744308.
HSL color Cylindrical-coordinate representation of color #B49D1A: hue angle of 51.04º degrees, saturation: 0.75, 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 #B49D1A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 26 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.29 |
| HSL | 51.04º | 0.75% | 0.4% | - |
| HSV(B) | 51.04º | 0.86% | 0.71% | - |
| XYZ | 31.07 | 33.89 | 5.88 | - |
| YUV | 148.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 26 | 0 | 0.13 | 0.86 | 0.29 | 51.04 | 0.75 | 0.4 |
| Hex | B4 | 9D | 1A | 0 | D | 56 | 1D | 33 | 4B | 28 |
| Octal | 264 | 235 | 32 | 0 | 15 | 126 | 35 | 63 | 113 | 50 |
| Binary | 10110100 | 10011101 | 11010 | 0 | 1101 | 1010110 | 11101 | 110011 | 1001011 | 101000 |
Color Harmonies of #B49D1A
Complementary color
Monochromatic Colors of #B49D1A
Black with #B49D1A
Text Example
Text Example
White with #B49D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D1A; }
p { color: rgb(180,157,26); }
H1.HeaderClassName
{
color: #B49D1A;
}
.AnyTagClassName
{
color: #B49D1A;
}
</style>
background-color css
<style>
a { background-color: #B49D1A; }
a { background-color: rgb(180,157,26); }
div.DivClassName
{
background-color: #B49D1A;
}
.BgClassName
{
background-color: #B49D1A;
}
</style>
border-color css
<style>
span { border-color: #B49D1A; }
span { border-color: rgb(180,157,26); }
td.TdClassName
{
border-color: #B49D1A;
}
.TagClassName
{
border-color: #B49D1A;
}
</style>