Shades of Buddha Gold #B79C0E
Tints of Buddha Gold #B79C0E
RGB
CMYK
RGB Variations
Color information
#B79C0E (or 0xB79C0E) is known color: Buddha Gold. HEX triplet: B7, 9C and 0E. RGB value is (183,156,14). Sum of RGB (Red+Green+Blue) = 183+156+14=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79C0E is #4863F1. Grayscale: #949494. Windows color (decimal): -4744178 or 957623. OLE color: 957623.
HSL color Cylindrical-coordinate representation of color #B79C0E: hue angle of 50.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B79C0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.28 |
| HSL | 50.41º | 0.86% | 0.39% | - |
| HSV(B) | 50.41º | 0.92% | 0.72% | - |
| XYZ | 31.5 | 33.88 | 5.29 | - |
| YUV | 147.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 14 | 0 | 0.15 | 0.92 | 0.28 | 50.41 | 0.86 | 0.39 |
| Hex | B7 | 9C | E | 0 | F | 5C | 1C | 32 | 56 | 27 |
| Octal | 267 | 234 | 16 | 0 | 17 | 134 | 34 | 62 | 126 | 47 |
| Binary | 10110111 | 10011100 | 1110 | 0 | 1111 | 1011100 | 11100 | 110010 | 1010110 | 100111 |
Color Harmonies of #B79C0E
Complementary color
Monochromatic Colors of #B79C0E
Black with #B79C0E
Text Example
Text Example
White with #B79C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C0E; }
p { color: rgb(183,156,14); }
H1.HeaderClassName
{
color: #B79C0E;
}
.AnyTagClassName
{
color: #B79C0E;
}
</style>
background-color css
<style>
a { background-color: #B79C0E; }
a { background-color: rgb(183,156,14); }
div.DivClassName
{
background-color: #B79C0E;
}
.BgClassName
{
background-color: #B79C0E;
}
</style>
border-color css
<style>
span { border-color: #B79C0E; }
span { border-color: rgb(183,156,14); }
td.TdClassName
{
border-color: #B79C0E;
}
.TagClassName
{
border-color: #B79C0E;
}
</style>