Shades of Buddha Gold #B79A11
Tints of Buddha Gold #B79A11
RGB
CMYK
RGB Variations
Color information
#B79A11 (or 0xB79A11) is known color: Buddha Gold. HEX triplet: B7, 9A and 11. RGB value is (183,154,17). Sum of RGB (Red+Green+Blue) = 183+154+17=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A11 is #4865EE. Grayscale: #939393. Windows color (decimal): -4744687 or 1153719. OLE color: 1153719.
HSL color Cylindrical-coordinate representation of color #B79A11: hue angle of 49.52º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B79A11 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 17 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.28 |
| HSL | 49.52º | 0.83% | 0.39% | - |
| HSV(B) | 49.52º | 0.91% | 0.72% | - |
| XYZ | 31.19 | 33.22 | 5.3 | - |
| YUV | 147.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 17 | 0 | 0.16 | 0.91 | 0.28 | 49.52 | 0.83 | 0.39 |
| Hex | B7 | 9A | 11 | 0 | 10 | 5B | 1C | 32 | 53 | 27 |
| Octal | 267 | 232 | 21 | 0 | 20 | 133 | 34 | 62 | 123 | 47 |
| Binary | 10110111 | 10011010 | 10001 | 0 | 10000 | 1011011 | 11100 | 110010 | 1010011 | 100111 |
Color Harmonies of #B79A11
Complementary color
Monochromatic Colors of #B79A11
Black with #B79A11
Text Example
Text Example
White with #B79A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A11; }
p { color: rgb(183,154,17); }
H1.HeaderClassName
{
color: #B79A11;
}
.AnyTagClassName
{
color: #B79A11;
}
</style>
background-color css
<style>
a { background-color: #B79A11; }
a { background-color: rgb(183,154,17); }
div.DivClassName
{
background-color: #B79A11;
}
.BgClassName
{
background-color: #B79A11;
}
</style>
border-color css
<style>
span { border-color: #B79A11; }
span { border-color: rgb(183,154,17); }
td.TdClassName
{
border-color: #B79A11;
}
.TagClassName
{
border-color: #B79A11;
}
</style>