Shades of Buddha Gold #B49311
Tints of Buddha Gold #B49311
RGB
CMYK
RGB Variations
Color information
#B49311 (or 0xB49311) is known color: Buddha Gold. HEX triplet: B4, 93 and 11. RGB value is (180,147,17). Sum of RGB (Red+Green+Blue) = 180+147+17=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B49311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49311 is #4B6CEE. Grayscale: #8E8E8E. Windows color (decimal): -4943087 or 1151924. OLE color: 1151924.
HSL color Cylindrical-coordinate representation of color #B49311: hue angle of 47.85º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B49311 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 17 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.29 |
| HSL | 47.85º | 0.83% | 0.39% | - |
| HSV(B) | 47.85º | 0.91% | 0.71% | - |
| XYZ | 29.36 | 30.61 | 4.89 | - |
| YUV | 142.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 17 | 0 | 0.18 | 0.91 | 0.29 | 47.85 | 0.83 | 0.39 |
| Hex | B4 | 93 | 11 | 0 | 12 | 5B | 1D | 30 | 53 | 27 |
| Octal | 264 | 223 | 21 | 0 | 22 | 133 | 35 | 60 | 123 | 47 |
| Binary | 10110100 | 10010011 | 10001 | 0 | 10010 | 1011011 | 11101 | 110000 | 1010011 | 100111 |
Color Harmonies of #B49311
Complementary color
Monochromatic Colors of #B49311
Black with #B49311
Text Example
Text Example
White with #B49311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49311; }
p { color: rgb(180,147,17); }
H1.HeaderClassName
{
color: #B49311;
}
.AnyTagClassName
{
color: #B49311;
}
</style>
background-color css
<style>
a { background-color: #B49311; }
a { background-color: rgb(180,147,17); }
div.DivClassName
{
background-color: #B49311;
}
.BgClassName
{
background-color: #B49311;
}
</style>
border-color css
<style>
span { border-color: #B49311; }
span { border-color: rgb(180,147,17); }
td.TdClassName
{
border-color: #B49311;
}
.TagClassName
{
border-color: #B49311;
}
</style>