Shades of Buddha Gold #B49D19
Tints of Buddha Gold #B49D19
RGB
CMYK
RGB Variations
Color information
#B49D19 (or 0xB49D19) is known color: Buddha Gold. HEX triplet: B4, 9D and 19. RGB value is (180,157,25). Sum of RGB (Red+Green+Blue) = 180+157+25=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D19 is #4B62E6. Grayscale: #959595. Windows color (decimal): -4940519 or 1678772. OLE color: 1678772.
HSL color Cylindrical-coordinate representation of color #B49D19: hue angle of 51.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B49D19 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 25 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.29 |
| HSL | 51.1º | 0.76% | 0.4% | - |
| HSV(B) | 51.1º | 0.86% | 0.71% | - |
| XYZ | 31.05 | 33.89 | 5.82 | - |
| YUV | 148.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 25 | 0 | 0.13 | 0.86 | 0.29 | 51.1 | 0.76 | 0.4 |
| Hex | B4 | 9D | 19 | 0 | D | 56 | 1D | 33 | 4C | 28 |
| Octal | 264 | 235 | 31 | 0 | 15 | 126 | 35 | 63 | 114 | 50 |
| Binary | 10110100 | 10011101 | 11001 | 0 | 1101 | 1010110 | 11101 | 110011 | 1001100 | 101000 |
Color Harmonies of #B49D19
Complementary color
Monochromatic Colors of #B49D19
Black with #B49D19
Text Example
Text Example
White with #B49D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D19; }
p { color: rgb(180,157,25); }
H1.HeaderClassName
{
color: #B49D19;
}
.AnyTagClassName
{
color: #B49D19;
}
</style>
background-color css
<style>
a { background-color: #B49D19; }
a { background-color: rgb(180,157,25); }
div.DivClassName
{
background-color: #B49D19;
}
.BgClassName
{
background-color: #B49D19;
}
</style>
border-color css
<style>
span { border-color: #B49D19; }
span { border-color: rgb(180,157,25); }
td.TdClassName
{
border-color: #B49D19;
}
.TagClassName
{
border-color: #B49D19;
}
</style>