Shades of Buddha Gold #B49812
Tints of Buddha Gold #B49812
RGB
CMYK
RGB Variations
Color information
#B49812 (or 0xB49812) is known color: Buddha Gold. HEX triplet: B4, 98 and 12. RGB value is (180,152,18). Sum of RGB (Red+Green+Blue) = 180+152+18=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49812 is #4B67ED. Grayscale: #919191. Windows color (decimal): -4941806 or 1218740. OLE color: 1218740.
HSL color Cylindrical-coordinate representation of color #B49812: hue angle of 49.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B49812 is Cyan = 0, Magento = 0.16, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 18 | - |
| CMYK | 0 | 0.16 | 0.9 | 0.29 |
| HSL | 49.63º | 0.82% | 0.39% | - |
| HSV(B) | 49.63º | 0.9% | 0.71% | - |
| XYZ | 30.16 | 32.2 | 5.2 | - |
| YUV | 145.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 18 | 0 | 0.16 | 0.9 | 0.29 | 49.63 | 0.82 | 0.39 |
| Hex | B4 | 98 | 12 | 0 | 10 | 5A | 1D | 32 | 52 | 27 |
| Octal | 264 | 230 | 22 | 0 | 20 | 132 | 35 | 62 | 122 | 47 |
| Binary | 10110100 | 10011000 | 10010 | 0 | 10000 | 1011010 | 11101 | 110010 | 1010010 | 100111 |
Color Harmonies of #B49812
Complementary color
Monochromatic Colors of #B49812
Black with #B49812
Text Example
Text Example
White with #B49812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49812; }
p { color: rgb(180,152,18); }
H1.HeaderClassName
{
color: #B49812;
}
.AnyTagClassName
{
color: #B49812;
}
</style>
background-color css
<style>
a { background-color: #B49812; }
a { background-color: rgb(180,152,18); }
div.DivClassName
{
background-color: #B49812;
}
.BgClassName
{
background-color: #B49812;
}
</style>
border-color css
<style>
span { border-color: #B49812; }
span { border-color: rgb(180,152,18); }
td.TdClassName
{
border-color: #B49812;
}
.TagClassName
{
border-color: #B49812;
}
</style>