Shades of Buddha Gold #B49A0D
Tints of Buddha Gold #B49A0D
RGB
CMYK
RGB Variations
Color information
#B49A0D (or 0xB49A0D) is known color: Buddha Gold. HEX triplet: B4, 9A and 0D. RGB value is (180,154,13). Sum of RGB (Red+Green+Blue) = 180+154+13=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A0D is #4B65F2. Grayscale: #929292. Windows color (decimal): -4941299 or 891572. OLE color: 891572.
HSL color Cylindrical-coordinate representation of color #B49A0D: hue angle of 50.66º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B49A0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.29 |
| HSL | 50.66º | 0.87% | 0.38% | - |
| HSV(B) | 50.66º | 0.93% | 0.71% | - |
| XYZ | 30.45 | 32.84 | 5.12 | - |
| YUV | 145.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 13 | 0 | 0.14 | 0.93 | 0.29 | 50.66 | 0.87 | 0.38 |
| Hex | B4 | 9A | D | 0 | E | 5D | 1D | 33 | 57 | 26 |
| Octal | 264 | 232 | 15 | 0 | 16 | 135 | 35 | 63 | 127 | 46 |
| Binary | 10110100 | 10011010 | 1101 | 0 | 1110 | 1011101 | 11101 | 110011 | 1010111 | 100110 |
Color Harmonies of #B49A0D
Complementary color
Monochromatic Colors of #B49A0D
Black with #B49A0D
Text Example
Text Example
White with #B49A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A0D; }
p { color: rgb(180,154,13); }
H1.HeaderClassName
{
color: #B49A0D;
}
.AnyTagClassName
{
color: #B49A0D;
}
</style>
background-color css
<style>
a { background-color: #B49A0D; }
a { background-color: rgb(180,154,13); }
div.DivClassName
{
background-color: #B49A0D;
}
.BgClassName
{
background-color: #B49A0D;
}
</style>
border-color css
<style>
span { border-color: #B49A0D; }
span { border-color: rgb(180,154,13); }
td.TdClassName
{
border-color: #B49A0D;
}
.TagClassName
{
border-color: #B49A0D;
}
</style>