Shades of Buddha Gold #B7981C
Tints of Buddha Gold #B7981C
RGB
CMYK
RGB Variations
Color information
#B7981C (or 0xB7981C) is known color: Buddha Gold. HEX triplet: B7, 98 and 1C. RGB value is (183,152,28). Sum of RGB (Red+Green+Blue) = 183+152+28=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7981C is #4867E3. Grayscale: #939393. Windows color (decimal): -4745188 or 1874103. OLE color: 1874103.
HSL color Cylindrical-coordinate representation of color #B7981C: hue angle of 48º 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 #B7981C is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 28 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.28 |
| HSL | 48º | 0.73% | 0.41% | - |
| HSV(B) | 48º | 0.85% | 0.72% | - |
| XYZ | 30.97 | 32.61 | 5.76 | - |
| YUV | 147.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 28 | 0 | 0.17 | 0.85 | 0.28 | 48 | 0.73 | 0.41 |
| Hex | B7 | 98 | 1C | 0 | 11 | 55 | 1C | 30 | 49 | 29 |
| Octal | 267 | 230 | 34 | 0 | 21 | 125 | 34 | 60 | 111 | 51 |
| Binary | 10110111 | 10011000 | 11100 | 0 | 10001 | 1010101 | 11100 | 110000 | 1001001 | 101001 |
Color Harmonies of #B7981C
Complementary color
Monochromatic Colors of #B7981C
Black with #B7981C
Text Example
Text Example
White with #B7981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7981C; }
p { color: rgb(183,152,28); }
H1.HeaderClassName
{
color: #B7981C;
}
.AnyTagClassName
{
color: #B7981C;
}
</style>
background-color css
<style>
a { background-color: #B7981C; }
a { background-color: rgb(183,152,28); }
div.DivClassName
{
background-color: #B7981C;
}
.BgClassName
{
background-color: #B7981C;
}
</style>
border-color css
<style>
span { border-color: #B7981C; }
span { border-color: rgb(183,152,28); }
td.TdClassName
{
border-color: #B7981C;
}
.TagClassName
{
border-color: #B7981C;
}
</style>