Shades of Buddha Gold #B7971E
Tints of Buddha Gold #B7971E
RGB
CMYK
RGB Variations
Color information
#B7971E (or 0xB7971E) is known color: Buddha Gold. HEX triplet: B7, 97 and 1E. RGB value is (183,151,30). Sum of RGB (Red+Green+Blue) = 183+151+30=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7971E is #4868E1. Grayscale: #939393. Windows color (decimal): -4745442 or 2004919. OLE color: 2004919.
HSL color Cylindrical-coordinate representation of color #B7971E: hue angle of 47.45º degrees, saturation: 0.72, 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 #B7971E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 30 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.28 |
| HSL | 47.45º | 0.72% | 0.42% | - |
| HSV(B) | 47.45º | 0.84% | 0.72% | - |
| XYZ | 30.83 | 32.29 | 5.84 | - |
| YUV | 146.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 30 | 0 | 0.17 | 0.84 | 0.28 | 47.45 | 0.72 | 0.42 |
| Hex | B7 | 97 | 1E | 0 | 11 | 54 | 1C | 2F | 48 | 2A |
| Octal | 267 | 227 | 36 | 0 | 21 | 124 | 34 | 57 | 110 | 52 |
| Binary | 10110111 | 10010111 | 11110 | 0 | 10001 | 1010100 | 11100 | 101111 | 1001000 | 101010 |
Color Harmonies of #B7971E
Complementary color
Monochromatic Colors of #B7971E
Black with #B7971E
Text Example
Text Example
White with #B7971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7971E; }
p { color: rgb(183,151,30); }
H1.HeaderClassName
{
color: #B7971E;
}
.AnyTagClassName
{
color: #B7971E;
}
</style>
background-color css
<style>
a { background-color: #B7971E; }
a { background-color: rgb(183,151,30); }
div.DivClassName
{
background-color: #B7971E;
}
.BgClassName
{
background-color: #B7971E;
}
</style>
border-color css
<style>
span { border-color: #B7971E; }
span { border-color: rgb(183,151,30); }
td.TdClassName
{
border-color: #B7971E;
}
.TagClassName
{
border-color: #B7971E;
}
</style>