Shades of Buddha Gold #B79D14
Tints of Buddha Gold #B79D14
RGB
CMYK
RGB Variations
Color information
#B79D14 (or 0xB79D14) is known color: Buddha Gold. HEX triplet: B7, 9D and 14. RGB value is (183,157,20). Sum of RGB (Red+Green+Blue) = 183+157+20=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79D14 is #4862EB. Grayscale: #959595. Windows color (decimal): -4743916 or 1351095. OLE color: 1351095.
HSL color Cylindrical-coordinate representation of color #B79D14: hue angle of 50.43º 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 #B79D14 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 20 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.28 |
| HSL | 50.43º | 0.8% | 0.4% | - |
| HSV(B) | 50.43º | 0.89% | 0.72% | - |
| XYZ | 31.71 | 34.23 | 5.6 | - |
| YUV | 149.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 20 | 0 | 0.14 | 0.89 | 0.28 | 50.43 | 0.8 | 0.4 |
| Hex | B7 | 9D | 14 | 0 | E | 59 | 1C | 32 | 50 | 28 |
| Octal | 267 | 235 | 24 | 0 | 16 | 131 | 34 | 62 | 120 | 50 |
| Binary | 10110111 | 10011101 | 10100 | 0 | 1110 | 1011001 | 11100 | 110010 | 1010000 | 101000 |
Color Harmonies of #B79D14
Complementary color
Monochromatic Colors of #B79D14
Black with #B79D14
Text Example
Text Example
White with #B79D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D14; }
p { color: rgb(183,157,20); }
H1.HeaderClassName
{
color: #B79D14;
}
.AnyTagClassName
{
color: #B79D14;
}
</style>
background-color css
<style>
a { background-color: #B79D14; }
a { background-color: rgb(183,157,20); }
div.DivClassName
{
background-color: #B79D14;
}
.BgClassName
{
background-color: #B79D14;
}
</style>
border-color css
<style>
span { border-color: #B79D14; }
span { border-color: rgb(183,157,20); }
td.TdClassName
{
border-color: #B79D14;
}
.TagClassName
{
border-color: #B79D14;
}
</style>