Shades of Buddha Gold #B49D10
Tints of Buddha Gold #B49D10
RGB
CMYK
RGB Variations
Color information
#B49D10 (or 0xB49D10) is known color: Buddha Gold. HEX triplet: B4, 9D and 10. RGB value is (180,157,16). Sum of RGB (Red+Green+Blue) = 180+157+16=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D10 is #4B62EF. Grayscale: #949494. Windows color (decimal): -4940528 or 1088948. OLE color: 1088948.
HSL color Cylindrical-coordinate representation of color #B49D10: hue angle of 51.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B49D10 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 16 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.29 |
| HSL | 51.59º | 0.84% | 0.38% | - |
| HSV(B) | 51.59º | 0.91% | 0.71% | - |
| XYZ | 30.97 | 33.85 | 5.39 | - |
| YUV | 147.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 16 | 0 | 0.13 | 0.91 | 0.29 | 51.59 | 0.84 | 0.38 |
| Hex | B4 | 9D | 10 | 0 | D | 5B | 1D | 34 | 54 | 26 |
| Octal | 264 | 235 | 20 | 0 | 15 | 133 | 35 | 64 | 124 | 46 |
| Binary | 10110100 | 10011101 | 10000 | 0 | 1101 | 1011011 | 11101 | 110100 | 1010100 | 100110 |
Color Harmonies of #B49D10
Complementary color
Monochromatic Colors of #B49D10
Black with #B49D10
Text Example
Text Example
White with #B49D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D10; }
p { color: rgb(180,157,16); }
H1.HeaderClassName
{
color: #B49D10;
}
.AnyTagClassName
{
color: #B49D10;
}
</style>
background-color css
<style>
a { background-color: #B49D10; }
a { background-color: rgb(180,157,16); }
div.DivClassName
{
background-color: #B49D10;
}
.BgClassName
{
background-color: #B49D10;
}
</style>
border-color css
<style>
span { border-color: #B49D10; }
span { border-color: rgb(180,157,16); }
td.TdClassName
{
border-color: #B49D10;
}
.TagClassName
{
border-color: #B49D10;
}
</style>