Shades of Buddha Gold #B49C16
Tints of Buddha Gold #B49C16
RGB
CMYK
RGB Variations
Color information
#B49C16 (or 0xB49C16) is known color: Buddha Gold. HEX triplet: B4, 9C and 16. RGB value is (180,156,22). Sum of RGB (Red+Green+Blue) = 180+156+22=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C16 is #4B63E9. Grayscale: #949494. Windows color (decimal): -4940778 or 1481908. OLE color: 1481908.
HSL color Cylindrical-coordinate representation of color #B49C16: hue angle of 50.89º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B49C16 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.29 |
| HSL | 50.89º | 0.78% | 0.4% | - |
| HSV(B) | 50.89º | 0.88% | 0.71% | - |
| XYZ | 30.86 | 33.54 | 5.61 | - |
| YUV | 147.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 22 | 0 | 0.13 | 0.88 | 0.29 | 50.89 | 0.78 | 0.4 |
| Hex | B4 | 9C | 16 | 0 | D | 58 | 1D | 33 | 4E | 28 |
| Octal | 264 | 234 | 26 | 0 | 15 | 130 | 35 | 63 | 116 | 50 |
| Binary | 10110100 | 10011100 | 10110 | 0 | 1101 | 1011000 | 11101 | 110011 | 1001110 | 101000 |
Color Harmonies of #B49C16
Complementary color
Monochromatic Colors of #B49C16
Black with #B49C16
Text Example
Text Example
White with #B49C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C16; }
p { color: rgb(180,156,22); }
H1.HeaderClassName
{
color: #B49C16;
}
.AnyTagClassName
{
color: #B49C16;
}
</style>
background-color css
<style>
a { background-color: #B49C16; }
a { background-color: rgb(180,156,22); }
div.DivClassName
{
background-color: #B49C16;
}
.BgClassName
{
background-color: #B49C16;
}
</style>
border-color css
<style>
span { border-color: #B49C16; }
span { border-color: rgb(180,156,22); }
td.TdClassName
{
border-color: #B49C16;
}
.TagClassName
{
border-color: #B49C16;
}
</style>