Shades of Buddha Gold #B49908
Tints of Buddha Gold #B49908
RGB
CMYK
RGB Variations
Color information
#B49908 (or 0xB49908) is known color: Buddha Gold. HEX triplet: B4, 99 and 08. RGB value is (180,153,8). Sum of RGB (Red+Green+Blue) = 180+153+8=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B49908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49908 is #4B66F7. Grayscale: #919191. Windows color (decimal): -4941560 or 563636. OLE color: 563636.
HSL color Cylindrical-coordinate representation of color #B49908: hue angle of 50.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B49908 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.29 |
| HSL | 50.58º | 0.91% | 0.37% | - |
| HSV(B) | 50.58º | 0.96% | 0.71% | - |
| XYZ | 30.26 | 32.5 | 4.91 | - |
| YUV | 144.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 8 | 0 | 0.15 | 0.96 | 0.29 | 50.58 | 0.91 | 0.37 |
| Hex | B4 | 99 | 8 | 0 | F | 60 | 1D | 33 | 5B | 25 |
| Octal | 264 | 231 | 10 | 0 | 17 | 140 | 35 | 63 | 133 | 45 |
| Binary | 10110100 | 10011001 | 1000 | 0 | 1111 | 1100000 | 11101 | 110011 | 1011011 | 100101 |
Color Harmonies of #B49908
Complementary color
Monochromatic Colors of #B49908
Black with #B49908
Text Example
Text Example
White with #B49908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49908; }
p { color: rgb(180,153,8); }
H1.HeaderClassName
{
color: #B49908;
}
.AnyTagClassName
{
color: #B49908;
}
</style>
background-color css
<style>
a { background-color: #B49908; }
a { background-color: rgb(180,153,8); }
div.DivClassName
{
background-color: #B49908;
}
.BgClassName
{
background-color: #B49908;
}
</style>
border-color css
<style>
span { border-color: #B49908; }
span { border-color: rgb(180,153,8); }
td.TdClassName
{
border-color: #B49908;
}
.TagClassName
{
border-color: #B49908;
}
</style>