Shades of Buddha Gold #B49C14
Tints of Buddha Gold #B49C14
RGB
CMYK
RGB Variations
Color information
#B49C14 (or 0xB49C14) is known color: Buddha Gold. HEX triplet: B4, 9C and 14. RGB value is (180,156,20). Sum of RGB (Red+Green+Blue) = 180+156+20=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C14 is #4B63EB. Grayscale: #949494. Windows color (decimal): -4940780 or 1350836. OLE color: 1350836.
HSL color Cylindrical-coordinate representation of color #B49C14: hue angle of 51º degrees, saturation: 0.8, 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 #B49C14 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 20 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.29 |
| HSL | 51º | 0.8% | 0.39% | - |
| HSV(B) | 51º | 0.89% | 0.71% | - |
| XYZ | 30.84 | 33.53 | 5.51 | - |
| YUV | 147.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 20 | 0 | 0.13 | 0.89 | 0.29 | 51 | 0.8 | 0.39 |
| Hex | B4 | 9C | 14 | 0 | D | 59 | 1D | 33 | 50 | 27 |
| Octal | 264 | 234 | 24 | 0 | 15 | 131 | 35 | 63 | 120 | 47 |
| Binary | 10110100 | 10011100 | 10100 | 0 | 1101 | 1011001 | 11101 | 110011 | 1010000 | 100111 |
Color Harmonies of #B49C14
Complementary color
Monochromatic Colors of #B49C14
Black with #B49C14
Text Example
Text Example
White with #B49C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C14; }
p { color: rgb(180,156,20); }
H1.HeaderClassName
{
color: #B49C14;
}
.AnyTagClassName
{
color: #B49C14;
}
</style>
background-color css
<style>
a { background-color: #B49C14; }
a { background-color: rgb(180,156,20); }
div.DivClassName
{
background-color: #B49C14;
}
.BgClassName
{
background-color: #B49C14;
}
</style>
border-color css
<style>
span { border-color: #B49C14; }
span { border-color: rgb(180,156,20); }
td.TdClassName
{
border-color: #B49C14;
}
.TagClassName
{
border-color: #B49C14;
}
</style>