Shades of Buddha Gold #B79A16
Tints of Buddha Gold #B79A16
RGB
CMYK
RGB Variations
Color information
#B79A16 (or 0xB79A16) is known color: Buddha Gold. HEX triplet: B7, 9A and 16. RGB value is (183,154,22). Sum of RGB (Red+Green+Blue) = 183+154+22=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A16 is #4865E9. Grayscale: #949494. Windows color (decimal): -4744682 or 1481399. OLE color: 1481399.
HSL color Cylindrical-coordinate representation of color #B79A16: hue angle of 49.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B79A16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 22 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.28 |
| HSL | 49.19º | 0.79% | 0.4% | - |
| HSV(B) | 49.19º | 0.88% | 0.72% | - |
| XYZ | 31.23 | 33.24 | 5.53 | - |
| YUV | 147.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 22 | 0 | 0.16 | 0.88 | 0.28 | 49.19 | 0.79 | 0.4 |
| Hex | B7 | 9A | 16 | 0 | 10 | 58 | 1C | 31 | 4F | 28 |
| Octal | 267 | 232 | 26 | 0 | 20 | 130 | 34 | 61 | 117 | 50 |
| Binary | 10110111 | 10011010 | 10110 | 0 | 10000 | 1011000 | 11100 | 110001 | 1001111 | 101000 |
Color Harmonies of #B79A16
Complementary color
Monochromatic Colors of #B79A16
Black with #B79A16
Text Example
Text Example
White with #B79A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A16; }
p { color: rgb(183,154,22); }
H1.HeaderClassName
{
color: #B79A16;
}
.AnyTagClassName
{
color: #B79A16;
}
</style>
background-color css
<style>
a { background-color: #B79A16; }
a { background-color: rgb(183,154,22); }
div.DivClassName
{
background-color: #B79A16;
}
.BgClassName
{
background-color: #B79A16;
}
</style>
border-color css
<style>
span { border-color: #B79A16; }
span { border-color: rgb(183,154,22); }
td.TdClassName
{
border-color: #B79A16;
}
.TagClassName
{
border-color: #B79A16;
}
</style>