Shades of Buddha Gold #B79D12
Tints of Buddha Gold #B79D12
RGB
CMYK
RGB Variations
Color information
#B79D12 (or 0xB79D12) is known color: Buddha Gold. HEX triplet: B7, 9D and 12. RGB value is (183,157,18). Sum of RGB (Red+Green+Blue) = 183+157+18=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79D12 is #4862ED. Grayscale: #959595. Windows color (decimal): -4743918 or 1220023. OLE color: 1220023.
HSL color Cylindrical-coordinate representation of color #B79D12: hue angle of 50.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79D12 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 18 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.28 |
| HSL | 50.55º | 0.82% | 0.39% | - |
| HSV(B) | 50.55º | 0.9% | 0.72% | - |
| XYZ | 31.69 | 34.22 | 5.51 | - |
| YUV | 148.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 18 | 0 | 0.14 | 0.90 | 0.28 | 50.55 | 0.82 | 0.39 |
| Hex | B7 | 9D | 12 | 0 | E | 5A | 1C | 33 | 52 | 27 |
| Octal | 267 | 235 | 22 | 0 | 16 | 132 | 34 | 63 | 122 | 47 |
| Binary | 10110111 | 10011101 | 10010 | 0 | 1110 | 1011010 | 11100 | 110011 | 1010010 | 100111 |
Color Harmonies of #B79D12
Complementary color
Monochromatic Colors of #B79D12
Black with #B79D12
Text Example
Text Example
White with #B79D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D12; }
p { color: rgb(183,157,18); }
H1.HeaderClassName
{
color: #B79D12;
}
.AnyTagClassName
{
color: #B79D12;
}
</style>
background-color css
<style>
a { background-color: #B79D12; }
a { background-color: rgb(183,157,18); }
div.DivClassName
{
background-color: #B79D12;
}
.BgClassName
{
background-color: #B79D12;
}
</style>
border-color css
<style>
span { border-color: #B79D12; }
span { border-color: rgb(183,157,18); }
td.TdClassName
{
border-color: #B79D12;
}
.TagClassName
{
border-color: #B79D12;
}
</style>