Shades of Buddha Gold #B7980D
Tints of Buddha Gold #B7980D
RGB
CMYK
RGB Variations
Color information
#B7980D (or 0xB7980D) is known color: Buddha Gold. HEX triplet: B7, 98 and 0D. RGB value is (183,152,13). Sum of RGB (Red+Green+Blue) = 183+152+13=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7980D is #4867F2. Grayscale: #929292. Windows color (decimal): -4745203 or 891063. OLE color: 891063.
HSL color Cylindrical-coordinate representation of color #B7980D: hue angle of 49.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7980D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.28 |
| HSL | 49.06º | 0.87% | 0.38% | - |
| HSV(B) | 49.06º | 0.93% | 0.72% | - |
| XYZ | 30.83 | 32.55 | 5.04 | - |
| YUV | 145.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 13 | 0 | 0.17 | 0.93 | 0.28 | 49.06 | 0.87 | 0.38 |
| Hex | B7 | 98 | D | 0 | 11 | 5D | 1C | 31 | 57 | 26 |
| Octal | 267 | 230 | 15 | 0 | 21 | 135 | 34 | 61 | 127 | 46 |
| Binary | 10110111 | 10011000 | 1101 | 0 | 10001 | 1011101 | 11100 | 110001 | 1010111 | 100110 |
Color Harmonies of #B7980D
Complementary color
Monochromatic Colors of #B7980D
Black with #B7980D
Text Example
Text Example
White with #B7980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7980D; }
p { color: rgb(183,152,13); }
H1.HeaderClassName
{
color: #B7980D;
}
.AnyTagClassName
{
color: #B7980D;
}
</style>
background-color css
<style>
a { background-color: #B7980D; }
a { background-color: rgb(183,152,13); }
div.DivClassName
{
background-color: #B7980D;
}
.BgClassName
{
background-color: #B7980D;
}
</style>
border-color css
<style>
span { border-color: #B7980D; }
span { border-color: rgb(183,152,13); }
td.TdClassName
{
border-color: #B7980D;
}
.TagClassName
{
border-color: #B7980D;
}
</style>