Shades of Buddha Gold #B49C18
Tints of Buddha Gold #B49C18
RGB
CMYK
RGB Variations
Color information
#B49C18 (or 0xB49C18) is known color: Buddha Gold. HEX triplet: B4, 9C and 18. RGB value is (180,156,24). Sum of RGB (Red+Green+Blue) = 180+156+24=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C18 is #4B63E7. Grayscale: #949494. Windows color (decimal): -4940776 or 1612980. OLE color: 1612980.
HSL color Cylindrical-coordinate representation of color #B49C18: hue angle of 50.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B49C18 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 24 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.29 |
| HSL | 50.77º | 0.76% | 0.4% | - |
| HSV(B) | 50.77º | 0.87% | 0.71% | - |
| XYZ | 30.88 | 33.55 | 5.71 | - |
| YUV | 148.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 24 | 0 | 0.13 | 0.87 | 0.29 | 50.77 | 0.76 | 0.4 |
| Hex | B4 | 9C | 18 | 0 | D | 57 | 1D | 33 | 4C | 28 |
| Octal | 264 | 234 | 30 | 0 | 15 | 127 | 35 | 63 | 114 | 50 |
| Binary | 10110100 | 10011100 | 11000 | 0 | 1101 | 1010111 | 11101 | 110011 | 1001100 | 101000 |
Color Harmonies of #B49C18
Complementary color
Monochromatic Colors of #B49C18
Black with #B49C18
Text Example
Text Example
White with #B49C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C18; }
p { color: rgb(180,156,24); }
H1.HeaderClassName
{
color: #B49C18;
}
.AnyTagClassName
{
color: #B49C18;
}
</style>
background-color css
<style>
a { background-color: #B49C18; }
a { background-color: rgb(180,156,24); }
div.DivClassName
{
background-color: #B49C18;
}
.BgClassName
{
background-color: #B49C18;
}
</style>
border-color css
<style>
span { border-color: #B49C18; }
span { border-color: rgb(180,156,24); }
td.TdClassName
{
border-color: #B49C18;
}
.TagClassName
{
border-color: #B49C18;
}
</style>