Shades of Buddha Gold #B79D1A
Tints of Buddha Gold #B79D1A
RGB
CMYK
RGB Variations
Color information
#B79D1A (or 0xB79D1A) is known color: Buddha Gold. HEX triplet: B7, 9D and 1A. RGB value is (183,157,26). Sum of RGB (Red+Green+Blue) = 183+157+26=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D1A is #4862E5. Grayscale: #969696. Windows color (decimal): -4743910 or 1744311. OLE color: 1744311.
HSL color Cylindrical-coordinate representation of color #B79D1A: hue angle of 50.06º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B79D1A is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 26 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.28 |
| HSL | 50.06º | 0.75% | 0.41% | - |
| HSV(B) | 50.06º | 0.86% | 0.72% | - |
| XYZ | 31.77 | 34.26 | 5.91 | - |
| YUV | 149.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 26 | 0 | 0.14 | 0.86 | 0.28 | 50.06 | 0.75 | 0.41 |
| Hex | B7 | 9D | 1A | 0 | E | 56 | 1C | 32 | 4B | 29 |
| Octal | 267 | 235 | 32 | 0 | 16 | 126 | 34 | 62 | 113 | 51 |
| Binary | 10110111 | 10011101 | 11010 | 0 | 1110 | 1010110 | 11100 | 110010 | 1001011 | 101001 |
Color Harmonies of #B79D1A
Complementary color
Monochromatic Colors of #B79D1A
Black with #B79D1A
Text Example
Text Example
White with #B79D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D1A; }
p { color: rgb(183,157,26); }
H1.HeaderClassName
{
color: #B79D1A;
}
.AnyTagClassName
{
color: #B79D1A;
}
</style>
background-color css
<style>
a { background-color: #B79D1A; }
a { background-color: rgb(183,157,26); }
div.DivClassName
{
background-color: #B79D1A;
}
.BgClassName
{
background-color: #B79D1A;
}
</style>
border-color css
<style>
span { border-color: #B79D1A; }
span { border-color: rgb(183,157,26); }
td.TdClassName
{
border-color: #B79D1A;
}
.TagClassName
{
border-color: #B79D1A;
}
</style>