Shades of Buddha Gold #B7971C
Tints of Buddha Gold #B7971C
RGB
CMYK
RGB Variations
Color information
#B7971C (or 0xB7971C) is known color: Buddha Gold. HEX triplet: B7, 97 and 1C. RGB value is (183,151,28). Sum of RGB (Red+Green+Blue) = 183+151+28=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7971C is #4868E3. Grayscale: #939393. Windows color (decimal): -4745444 or 1873847. OLE color: 1873847.
HSL color Cylindrical-coordinate representation of color #B7971C: hue angle of 47.61º degrees, saturation: 0.73, 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 #B7971C is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 28 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.28 |
| HSL | 47.61º | 0.73% | 0.41% | - |
| HSV(B) | 47.61º | 0.85% | 0.72% | - |
| XYZ | 30.8 | 32.28 | 5.71 | - |
| YUV | 146.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 28 | 0 | 0.17 | 0.85 | 0.28 | 47.61 | 0.73 | 0.41 |
| Hex | B7 | 97 | 1C | 0 | 11 | 55 | 1C | 30 | 49 | 29 |
| Octal | 267 | 227 | 34 | 0 | 21 | 125 | 34 | 60 | 111 | 51 |
| Binary | 10110111 | 10010111 | 11100 | 0 | 10001 | 1010101 | 11100 | 110000 | 1001001 | 101001 |
Color Harmonies of #B7971C
Complementary color
Monochromatic Colors of #B7971C
Black with #B7971C
Text Example
Text Example
White with #B7971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7971C; }
p { color: rgb(183,151,28); }
H1.HeaderClassName
{
color: #B7971C;
}
.AnyTagClassName
{
color: #B7971C;
}
</style>
background-color css
<style>
a { background-color: #B7971C; }
a { background-color: rgb(183,151,28); }
div.DivClassName
{
background-color: #B7971C;
}
.BgClassName
{
background-color: #B7971C;
}
</style>
border-color css
<style>
span { border-color: #B7971C; }
span { border-color: rgb(183,151,28); }
td.TdClassName
{
border-color: #B7971C;
}
.TagClassName
{
border-color: #B7971C;
}
</style>