Shades of Buddha Gold #B7961B
Tints of Buddha Gold #B7961B
RGB
CMYK
RGB Variations
Color information
#B7961B (or 0xB7961B) is known color: Buddha Gold. HEX triplet: B7, 96 and 1B. RGB value is (183,150,27). Sum of RGB (Red+Green+Blue) = 183+150+27=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7961B is #4869E4. Grayscale: #929292. Windows color (decimal): -4745701 or 1808055. OLE color: 1808055.
HSL color Cylindrical-coordinate representation of color #B7961B: hue angle of 47.31º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7961B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 27 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.28 |
| HSL | 47.31º | 0.74% | 0.41% | - |
| HSV(B) | 47.31º | 0.85% | 0.72% | - |
| XYZ | 30.63 | 31.96 | 5.59 | - |
| YUV | 145.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 27 | 0 | 0.18 | 0.85 | 0.28 | 47.31 | 0.74 | 0.41 |
| Hex | B7 | 96 | 1B | 0 | 12 | 55 | 1C | 2F | 4A | 29 |
| Octal | 267 | 226 | 33 | 0 | 22 | 125 | 34 | 57 | 112 | 51 |
| Binary | 10110111 | 10010110 | 11011 | 0 | 10010 | 1010101 | 11100 | 101111 | 1001010 | 101001 |
Color Harmonies of #B7961B
Complementary color
Monochromatic Colors of #B7961B
Black with #B7961B
Text Example
Text Example
White with #B7961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7961B; }
p { color: rgb(183,150,27); }
H1.HeaderClassName
{
color: #B7961B;
}
.AnyTagClassName
{
color: #B7961B;
}
</style>
background-color css
<style>
a { background-color: #B7961B; }
a { background-color: rgb(183,150,27); }
div.DivClassName
{
background-color: #B7961B;
}
.BgClassName
{
background-color: #B7961B;
}
</style>
border-color css
<style>
span { border-color: #B7961B; }
span { border-color: rgb(183,150,27); }
td.TdClassName
{
border-color: #B7961B;
}
.TagClassName
{
border-color: #B7961B;
}
</style>