Shades of Buddha Gold #B49213
Tints of Buddha Gold #B49213
RGB
CMYK
RGB Variations
Color information
#B49213 (or 0xB49213) is known color: Buddha Gold. HEX triplet: B4, 92 and 13. RGB value is (180,146,19). Sum of RGB (Red+Green+Blue) = 180+146+19=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B49213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49213 is #4B6DEC. Grayscale: #8E8E8E. Windows color (decimal): -4943341 or 1282740. OLE color: 1282740.
HSL color Cylindrical-coordinate representation of color #B49213: hue angle of 47.33º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B49213 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 19 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.29 |
| HSL | 47.33º | 0.81% | 0.39% | - |
| HSV(B) | 47.33º | 0.89% | 0.71% | - |
| XYZ | 29.22 | 30.31 | 4.93 | - |
| YUV | 141.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 19 | 0 | 0.19 | 0.89 | 0.29 | 47.33 | 0.81 | 0.39 |
| Hex | B4 | 92 | 13 | 0 | 13 | 59 | 1D | 2F | 51 | 27 |
| Octal | 264 | 222 | 23 | 0 | 23 | 131 | 35 | 57 | 121 | 47 |
| Binary | 10110100 | 10010010 | 10011 | 0 | 10011 | 1011001 | 11101 | 101111 | 1010001 | 100111 |
Color Harmonies of #B49213
Complementary color
Monochromatic Colors of #B49213
Black with #B49213
Text Example
Text Example
White with #B49213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49213; }
p { color: rgb(180,146,19); }
H1.HeaderClassName
{
color: #B49213;
}
.AnyTagClassName
{
color: #B49213;
}
</style>
background-color css
<style>
a { background-color: #B49213; }
a { background-color: rgb(180,146,19); }
div.DivClassName
{
background-color: #B49213;
}
.BgClassName
{
background-color: #B49213;
}
</style>
border-color css
<style>
span { border-color: #B49213; }
span { border-color: rgb(180,146,19); }
td.TdClassName
{
border-color: #B49213;
}
.TagClassName
{
border-color: #B49213;
}
</style>