Shades of Buddha Gold #B49C0E
Tints of Buddha Gold #B49C0E
RGB
CMYK
RGB Variations
Color information
#B49C0E (or 0xB49C0E) is known color: Buddha Gold. HEX triplet: B4, 9C and 0E. RGB value is (180,156,14). Sum of RGB (Red+Green+Blue) = 180+156+14=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C0E is #4B63F1. Grayscale: #939393. Windows color (decimal): -4940786 or 957620. OLE color: 957620.
HSL color Cylindrical-coordinate representation of color #B49C0E: hue angle of 51.33º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B49C0E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.29 |
| HSL | 51.33º | 0.86% | 0.38% | - |
| HSV(B) | 51.33º | 0.92% | 0.71% | - |
| XYZ | 30.79 | 33.51 | 5.26 | - |
| YUV | 146.99 | 52.95 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 14 | 0 | 0.13 | 0.92 | 0.29 | 51.33 | 0.86 | 0.38 |
| Hex | B4 | 9C | E | 0 | D | 5C | 1D | 33 | 56 | 26 |
| Octal | 264 | 234 | 16 | 0 | 15 | 134 | 35 | 63 | 126 | 46 |
| Binary | 10110100 | 10011100 | 1110 | 0 | 1101 | 1011100 | 11101 | 110011 | 1010110 | 100110 |
Color Harmonies of #B49C0E
Complementary color
Monochromatic Colors of #B49C0E
Black with #B49C0E
Text Example
Text Example
White with #B49C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C0E; }
p { color: rgb(180,156,14); }
H1.HeaderClassName
{
color: #B49C0E;
}
.AnyTagClassName
{
color: #B49C0E;
}
</style>
background-color css
<style>
a { background-color: #B49C0E; }
a { background-color: rgb(180,156,14); }
div.DivClassName
{
background-color: #B49C0E;
}
.BgClassName
{
background-color: #B49C0E;
}
</style>
border-color css
<style>
span { border-color: #B49C0E; }
span { border-color: rgb(180,156,14); }
td.TdClassName
{
border-color: #B49C0E;
}
.TagClassName
{
border-color: #B49C0E;
}
</style>