Shades of Buddha Gold #B7990D
Tints of Buddha Gold #B7990D
RGB
CMYK
RGB Variations
Color information
#B7990D (or 0xB7990D) is known color: Buddha Gold. HEX triplet: B7, 99 and 0D. RGB value is (183,153,13). Sum of RGB (Red+Green+Blue) = 183+153+13=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7990D is #4866F2. Grayscale: #929292. Windows color (decimal): -4744947 or 891319. OLE color: 891319.
HSL color Cylindrical-coordinate representation of color #B7990D: hue angle of 49.41º 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 #B7990D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 13 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.28 |
| HSL | 49.41º | 0.87% | 0.38% | - |
| HSV(B) | 49.41º | 0.93% | 0.72% | - |
| XYZ | 30.99 | 32.88 | 5.09 | - |
| YUV | 146.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 13 | 0 | 0.16 | 0.93 | 0.28 | 49.41 | 0.87 | 0.38 |
| Hex | B7 | 99 | D | 0 | 10 | 5D | 1C | 31 | 57 | 26 |
| Octal | 267 | 231 | 15 | 0 | 20 | 135 | 34 | 61 | 127 | 46 |
| Binary | 10110111 | 10011001 | 1101 | 0 | 10000 | 1011101 | 11100 | 110001 | 1010111 | 100110 |
Color Harmonies of #B7990D
Complementary color
Monochromatic Colors of #B7990D
Black with #B7990D
Text Example
Text Example
White with #B7990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7990D; }
p { color: rgb(183,153,13); }
H1.HeaderClassName
{
color: #B7990D;
}
.AnyTagClassName
{
color: #B7990D;
}
</style>
background-color css
<style>
a { background-color: #B7990D; }
a { background-color: rgb(183,153,13); }
div.DivClassName
{
background-color: #B7990D;
}
.BgClassName
{
background-color: #B7990D;
}
</style>
border-color css
<style>
span { border-color: #B7990D; }
span { border-color: rgb(183,153,13); }
td.TdClassName
{
border-color: #B7990D;
}
.TagClassName
{
border-color: #B7990D;
}
</style>