Shades of Buddha Gold #B49A08
Tints of Buddha Gold #B49A08
RGB
CMYK
RGB Variations
Color information
#B49A08 (or 0xB49A08) is known color: Buddha Gold. HEX triplet: B4, 9A and 08. RGB value is (180,154,8). Sum of RGB (Red+Green+Blue) = 180+154+8=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A08 is #4B65F7. Grayscale: #919191. Windows color (decimal): -4941304 or 563892. OLE color: 563892.
HSL color Cylindrical-coordinate representation of color #B49A08: hue angle of 50.93º 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 #B49A08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.29 |
| HSL | 50.93º | 0.91% | 0.37% | - |
| HSV(B) | 50.93º | 0.96% | 0.71% | - |
| XYZ | 30.42 | 32.83 | 4.96 | - |
| YUV | 145.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 8 | 0 | 0.14 | 0.96 | 0.29 | 50.93 | 0.91 | 0.37 |
| Hex | B4 | 9A | 8 | 0 | E | 60 | 1D | 33 | 5B | 25 |
| Octal | 264 | 232 | 10 | 0 | 16 | 140 | 35 | 63 | 133 | 45 |
| Binary | 10110100 | 10011010 | 1000 | 0 | 1110 | 1100000 | 11101 | 110011 | 1011011 | 100101 |
Color Harmonies of #B49A08
Complementary color
Monochromatic Colors of #B49A08
Black with #B49A08
Text Example
Text Example
White with #B49A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A08; }
p { color: rgb(180,154,8); }
H1.HeaderClassName
{
color: #B49A08;
}
.AnyTagClassName
{
color: #B49A08;
}
</style>
background-color css
<style>
a { background-color: #B49A08; }
a { background-color: rgb(180,154,8); }
div.DivClassName
{
background-color: #B49A08;
}
.BgClassName
{
background-color: #B49A08;
}
</style>
border-color css
<style>
span { border-color: #B49A08; }
span { border-color: rgb(180,154,8); }
td.TdClassName
{
border-color: #B49A08;
}
.TagClassName
{
border-color: #B49A08;
}
</style>