Shades of Buddha Gold #B79A0A
Tints of Buddha Gold #B79A0A
RGB
CMYK
RGB Variations
Color information
#B79A0A (or 0xB79A0A) is known color: Buddha Gold. HEX triplet: B7, 9A and 0A. RGB value is (183,154,10). Sum of RGB (Red+Green+Blue) = 183+154+10=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A0A is #4865F5. Grayscale: #929292. Windows color (decimal): -4744694 or 694967. OLE color: 694967.
HSL color Cylindrical-coordinate representation of color #B79A0A: hue angle of 49.94º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B79A0A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.28 |
| HSL | 49.94º | 0.9% | 0.38% | - |
| HSV(B) | 49.94º | 0.95% | 0.72% | - |
| XYZ | 31.14 | 33.2 | 5.05 | - |
| YUV | 146.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 10 | 0 | 0.16 | 0.95 | 0.28 | 49.94 | 0.9 | 0.38 |
| Hex | B7 | 9A | A | 0 | 10 | 5F | 1C | 32 | 5A | 26 |
| Octal | 267 | 232 | 12 | 0 | 20 | 137 | 34 | 62 | 132 | 46 |
| Binary | 10110111 | 10011010 | 1010 | 0 | 10000 | 1011111 | 11100 | 110010 | 1011010 | 100110 |
Color Harmonies of #B79A0A
Complementary color
Monochromatic Colors of #B79A0A
Black with #B79A0A
Text Example
Text Example
White with #B79A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A0A; }
p { color: rgb(183,154,10); }
H1.HeaderClassName
{
color: #B79A0A;
}
.AnyTagClassName
{
color: #B79A0A;
}
</style>
background-color css
<style>
a { background-color: #B79A0A; }
a { background-color: rgb(183,154,10); }
div.DivClassName
{
background-color: #B79A0A;
}
.BgClassName
{
background-color: #B79A0A;
}
</style>
border-color css
<style>
span { border-color: #B79A0A; }
span { border-color: rgb(183,154,10); }
td.TdClassName
{
border-color: #B79A0A;
}
.TagClassName
{
border-color: #B79A0A;
}
</style>