Shades of Buddha Gold #B79D0D
Tints of Buddha Gold #B79D0D
RGB
CMYK
RGB Variations
Color information
#B79D0D (or 0xB79D0D) is known color: Buddha Gold. HEX triplet: B7, 9D and 0D. RGB value is (183,157,13). Sum of RGB (Red+Green+Blue) = 183+157+13=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79D0D is #4862F2. Grayscale: #949494. Windows color (decimal): -4743923 or 892343. OLE color: 892343.
HSL color Cylindrical-coordinate representation of color #B79D0D: hue angle of 50.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B79D0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.28 |
| HSL | 50.82º | 0.87% | 0.38% | - |
| HSV(B) | 50.82º | 0.93% | 0.72% | - |
| XYZ | 31.66 | 34.21 | 5.32 | - |
| YUV | 148.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 13 | 0 | 0.14 | 0.93 | 0.28 | 50.82 | 0.87 | 0.38 |
| Hex | B7 | 9D | D | 0 | E | 5D | 1C | 33 | 57 | 26 |
| Octal | 267 | 235 | 15 | 0 | 16 | 135 | 34 | 63 | 127 | 46 |
| Binary | 10110111 | 10011101 | 1101 | 0 | 1110 | 1011101 | 11100 | 110011 | 1010111 | 100110 |
Color Harmonies of #B79D0D
Complementary color
Monochromatic Colors of #B79D0D
Black with #B79D0D
Text Example
Text Example
White with #B79D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D0D; }
p { color: rgb(183,157,13); }
H1.HeaderClassName
{
color: #B79D0D;
}
.AnyTagClassName
{
color: #B79D0D;
}
</style>
background-color css
<style>
a { background-color: #B79D0D; }
a { background-color: rgb(183,157,13); }
div.DivClassName
{
background-color: #B79D0D;
}
.BgClassName
{
background-color: #B79D0D;
}
</style>
border-color css
<style>
span { border-color: #B79D0D; }
span { border-color: rgb(183,157,13); }
td.TdClassName
{
border-color: #B79D0D;
}
.TagClassName
{
border-color: #B79D0D;
}
</style>