Shades of Buddha Gold #B79613
Tints of Buddha Gold #B79613
RGB
CMYK
RGB Variations
Color information
#B79613 (or 0xB79613) is known color: Buddha Gold. HEX triplet: B7, 96 and 13. RGB value is (183,150,19). Sum of RGB (Red+Green+Blue) = 183+150+19=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B79613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79613 is #4869EC. Grayscale: #919191. Windows color (decimal): -4745709 or 1283767. OLE color: 1283767.
HSL color Cylindrical-coordinate representation of color #B79613: hue angle of 47.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79613 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 19 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.28 |
| HSL | 47.93º | 0.81% | 0.4% | - |
| HSV(B) | 47.93º | 0.9% | 0.72% | - |
| XYZ | 30.55 | 31.93 | 5.17 | - |
| YUV | 144.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 19 | 0 | 0.18 | 0.90 | 0.28 | 47.93 | 0.81 | 0.4 |
| Hex | B7 | 96 | 13 | 0 | 12 | 5A | 1C | 30 | 51 | 28 |
| Octal | 267 | 226 | 23 | 0 | 22 | 132 | 34 | 60 | 121 | 50 |
| Binary | 10110111 | 10010110 | 10011 | 0 | 10010 | 1011010 | 11100 | 110000 | 1010001 | 101000 |
Color Harmonies of #B79613
Complementary color
Monochromatic Colors of #B79613
Black with #B79613
Text Example
Text Example
White with #B79613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79613; }
p { color: rgb(183,150,19); }
H1.HeaderClassName
{
color: #B79613;
}
.AnyTagClassName
{
color: #B79613;
}
</style>
background-color css
<style>
a { background-color: #B79613; }
a { background-color: rgb(183,150,19); }
div.DivClassName
{
background-color: #B79613;
}
.BgClassName
{
background-color: #B79613;
}
</style>
border-color css
<style>
span { border-color: #B79613; }
span { border-color: rgb(183,150,19); }
td.TdClassName
{
border-color: #B79613;
}
.TagClassName
{
border-color: #B79613;
}
</style>