Shades of Buddha Gold #B79115
Tints of Buddha Gold #B79115
RGB
CMYK
RGB Variations
Color information
#B79115 (or 0xB79115) is known color: Buddha Gold. HEX triplet: B7, 91 and 15. RGB value is (183,145,21). Sum of RGB (Red+Green+Blue) = 183+145+21=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B79115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79115 is #486EEA. Grayscale: #8E8E8E. Windows color (decimal): -4746987 or 1413559. OLE color: 1413559.
HSL color Cylindrical-coordinate representation of color #B79115: hue angle of 45.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B79115 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 21 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.28 |
| HSL | 45.93º | 0.79% | 0.4% | - |
| HSV(B) | 45.93º | 0.89% | 0.72% | - |
| XYZ | 29.79 | 30.37 | 5 | - |
| YUV | 142.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 21 | 0 | 0.21 | 0.89 | 0.28 | 45.93 | 0.79 | 0.4 |
| Hex | B7 | 91 | 15 | 0 | 15 | 59 | 1C | 2E | 4F | 28 |
| Octal | 267 | 221 | 25 | 0 | 25 | 131 | 34 | 56 | 117 | 50 |
| Binary | 10110111 | 10010001 | 10101 | 0 | 10101 | 1011001 | 11100 | 101110 | 1001111 | 101000 |
Color Harmonies of #B79115
Complementary color
Monochromatic Colors of #B79115
Black with #B79115
Text Example
Text Example
White with #B79115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79115; }
p { color: rgb(183,145,21); }
H1.HeaderClassName
{
color: #B79115;
}
.AnyTagClassName
{
color: #B79115;
}
</style>
background-color css
<style>
a { background-color: #B79115; }
a { background-color: rgb(183,145,21); }
div.DivClassName
{
background-color: #B79115;
}
.BgClassName
{
background-color: #B79115;
}
</style>
border-color css
<style>
span { border-color: #B79115; }
span { border-color: rgb(183,145,21); }
td.TdClassName
{
border-color: #B79115;
}
.TagClassName
{
border-color: #B79115;
}
</style>