Shades of Buddha Gold #B49D1F
Tints of Buddha Gold #B49D1F
RGB
CMYK
RGB Variations
Color information
#B49D1F (or 0xB49D1F) is known color: Buddha Gold. HEX triplet: B4, 9D and 1F. RGB value is (180,157,31). Sum of RGB (Red+Green+Blue) = 180+157+31=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D1F is #4B62E0. Grayscale: #969696. Windows color (decimal): -4940513 or 2071988. OLE color: 2071988.
HSL color Cylindrical-coordinate representation of color #B49D1F: hue angle of 50.74º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B49D1F is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 31 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.29 |
| HSL | 50.74º | 0.71% | 0.41% | - |
| HSV(B) | 50.74º | 0.83% | 0.71% | - |
| XYZ | 31.13 | 33.92 | 6.2 | - |
| YUV | 149.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 31 | 0 | 0.13 | 0.83 | 0.29 | 50.74 | 0.71 | 0.41 |
| Hex | B4 | 9D | 1F | 0 | D | 53 | 1D | 33 | 47 | 29 |
| Octal | 264 | 235 | 37 | 0 | 15 | 123 | 35 | 63 | 107 | 51 |
| Binary | 10110100 | 10011101 | 11111 | 0 | 1101 | 1010011 | 11101 | 110011 | 1000111 | 101001 |
Color Harmonies of #B49D1F
Complementary color
Monochromatic Colors of #B49D1F
Black with #B49D1F
Text Example
Text Example
White with #B49D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D1F; }
p { color: rgb(180,157,31); }
H1.HeaderClassName
{
color: #B49D1F;
}
.AnyTagClassName
{
color: #B49D1F;
}
</style>
background-color css
<style>
a { background-color: #B49D1F; }
a { background-color: rgb(180,157,31); }
div.DivClassName
{
background-color: #B49D1F;
}
.BgClassName
{
background-color: #B49D1F;
}
</style>
border-color css
<style>
span { border-color: #B49D1F; }
span { border-color: rgb(180,157,31); }
td.TdClassName
{
border-color: #B49D1F;
}
.TagClassName
{
border-color: #B49D1F;
}
</style>