Shades of Buddha Gold #B49F00
Tints of Buddha Gold #B49F00
RGB
CMYK
RGB Variations
Color information
#B49F00 (or 0xB49F00) is known color: Buddha Gold. HEX triplet: B4, 9F and 00. RGB value is (180,159,0). Sum of RGB (Red+Green+Blue) = 180+159+0=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49F00 is #4B60FF. Grayscale: #939393. Windows color (decimal): -4940032 or 40884. OLE color: 40884.
HSL color Cylindrical-coordinate representation of color #B49F00: hue angle of 53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B49F00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.29 |
| HSL | 53º | 1% | 0.35% | - |
| HSV(B) | 53º | 1% | 0.71% | - |
| XYZ | 31.22 | 34.5 | 5.01 | - |
| YUV | 147.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 0 | 0 | 0.12 | 1 | 0.29 | 53 | 1 | 0.35 |
| Hex | B4 | 9F | 0 | 0 | C | 64 | 1D | 35 | 64 | 23 |
| Octal | 264 | 237 | 0 | 0 | 14 | 144 | 35 | 65 | 144 | 43 |
| Binary | 10110100 | 10011111 | 0 | 0 | 1100 | 1100100 | 11101 | 110101 | 1100100 | 100011 |
Color Harmonies of #B49F00
Complementary color
Monochromatic Colors of #B49F00
Black with #B49F00
Text Example
Text Example
White with #B49F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F00; }
p { color: rgb(180,159,0); }
H1.HeaderClassName
{
color: #B49F00;
}
.AnyTagClassName
{
color: #B49F00;
}
</style>
background-color css
<style>
a { background-color: #B49F00; }
a { background-color: rgb(180,159,0); }
div.DivClassName
{
background-color: #B49F00;
}
.BgClassName
{
background-color: #B49F00;
}
</style>
border-color css
<style>
span { border-color: #B49F00; }
span { border-color: rgb(180,159,0); }
td.TdClassName
{
border-color: #B49F00;
}
.TagClassName
{
border-color: #B49F00;
}
</style>