Shades of Buddha Gold #B7961D
Tints of Buddha Gold #B7961D
RGB
CMYK
RGB Variations
Color information
#B7961D (or 0xB7961D) is known color: Buddha Gold. HEX triplet: B7, 96 and 1D. RGB value is (183,150,29). Sum of RGB (Red+Green+Blue) = 183+150+29=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7961D is #4869E2. Grayscale: #929292. Windows color (decimal): -4745699 or 1939127. OLE color: 1939127.
HSL color Cylindrical-coordinate representation of color #B7961D: hue angle of 47.14º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7961D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 29 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.28 |
| HSL | 47.14º | 0.73% | 0.42% | - |
| HSV(B) | 47.14º | 0.84% | 0.72% | - |
| XYZ | 30.66 | 31.97 | 5.72 | - |
| YUV | 146.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 29 | 0 | 0.18 | 0.84 | 0.28 | 47.14 | 0.73 | 0.42 |
| Hex | B7 | 96 | 1D | 0 | 12 | 54 | 1C | 2F | 49 | 2A |
| Octal | 267 | 226 | 35 | 0 | 22 | 124 | 34 | 57 | 111 | 52 |
| Binary | 10110111 | 10010110 | 11101 | 0 | 10010 | 1010100 | 11100 | 101111 | 1001001 | 101010 |
Color Harmonies of #B7961D
Complementary color
Monochromatic Colors of #B7961D
Black with #B7961D
Text Example
Text Example
White with #B7961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7961D; }
p { color: rgb(183,150,29); }
H1.HeaderClassName
{
color: #B7961D;
}
.AnyTagClassName
{
color: #B7961D;
}
</style>
background-color css
<style>
a { background-color: #B7961D; }
a { background-color: rgb(183,150,29); }
div.DivClassName
{
background-color: #B7961D;
}
.BgClassName
{
background-color: #B7961D;
}
</style>
border-color css
<style>
span { border-color: #B7961D; }
span { border-color: rgb(183,150,29); }
td.TdClassName
{
border-color: #B7961D;
}
.TagClassName
{
border-color: #B7961D;
}
</style>