Shades of Buddha Gold #B79214
Tints of Buddha Gold #B79214
RGB
CMYK
RGB Variations
Color information
#B79214 (or 0xB79214) is known color: Buddha Gold. HEX triplet: B7, 92 and 14. RGB value is (183,146,20). Sum of RGB (Red+Green+Blue) = 183+146+20=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B79214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79214 is #486DEB. Grayscale: #8F8F8F. Windows color (decimal): -4746732 or 1348279. OLE color: 1348279.
HSL color Cylindrical-coordinate representation of color #B79214: hue angle of 46.38º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B79214 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 20 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.28 |
| HSL | 46.38º | 0.8% | 0.4% | - |
| HSV(B) | 46.38º | 0.89% | 0.72% | - |
| XYZ | 29.93 | 30.68 | 5.01 | - |
| YUV | 142.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 20 | 0 | 0.20 | 0.89 | 0.28 | 46.38 | 0.8 | 0.4 |
| Hex | B7 | 92 | 14 | 0 | 14 | 59 | 1C | 2E | 50 | 28 |
| Octal | 267 | 222 | 24 | 0 | 24 | 131 | 34 | 56 | 120 | 50 |
| Binary | 10110111 | 10010010 | 10100 | 0 | 10100 | 1011001 | 11100 | 101110 | 1010000 | 101000 |
Color Harmonies of #B79214
Complementary color
Monochromatic Colors of #B79214
Black with #B79214
Text Example
Text Example
White with #B79214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79214; }
p { color: rgb(183,146,20); }
H1.HeaderClassName
{
color: #B79214;
}
.AnyTagClassName
{
color: #B79214;
}
</style>
background-color css
<style>
a { background-color: #B79214; }
a { background-color: rgb(183,146,20); }
div.DivClassName
{
background-color: #B79214;
}
.BgClassName
{
background-color: #B79214;
}
</style>
border-color css
<style>
span { border-color: #B79214; }
span { border-color: rgb(183,146,20); }
td.TdClassName
{
border-color: #B79214;
}
.TagClassName
{
border-color: #B79214;
}
</style>