Shades of Buddha Gold #B9990D
Tints of Buddha Gold #B9990D
RGB
CMYK
RGB Variations
Color information
#B9990D (or 0xB9990D) is known color: Buddha Gold. HEX triplet: B9, 99 and 0D. RGB value is (185,153,13). Sum of RGB (Red+Green+Blue) = 185+153+13=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9990D is #4666F2. Grayscale: #939393. Windows color (decimal): -4613875 or 891321. OLE color: 891321.
HSL color Cylindrical-coordinate representation of color #B9990D: hue angle of 48.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9990D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.27 |
| HSL | 48.84º | 0.87% | 0.39% | - |
| HSV(B) | 48.84º | 0.93% | 0.73% | - |
| XYZ | 31.47 | 33.13 | 5.12 | - |
| YUV | 146.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 13 | 0 | 0.17 | 0.93 | 0.27 | 48.84 | 0.87 | 0.39 |
| Hex | B9 | 99 | D | 0 | 11 | 5D | 1B | 31 | 57 | 27 |
| Octal | 271 | 231 | 15 | 0 | 21 | 135 | 33 | 61 | 127 | 47 |
| Binary | 10111001 | 10011001 | 1101 | 0 | 10001 | 1011101 | 11011 | 110001 | 1010111 | 100111 |
Color Harmonies of #B9990D
Complementary color
Monochromatic Colors of #B9990D
Black with #B9990D
Text Example
Text Example
White with #B9990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9990D; }
p { color: rgb(185,153,13); }
H1.HeaderClassName
{
color: #B9990D;
}
.AnyTagClassName
{
color: #B9990D;
}
</style>
background-color css
<style>
a { background-color: #B9990D; }
a { background-color: rgb(185,153,13); }
div.DivClassName
{
background-color: #B9990D;
}
.BgClassName
{
background-color: #B9990D;
}
</style>
border-color css
<style>
span { border-color: #B9990D; }
span { border-color: rgb(185,153,13); }
td.TdClassName
{
border-color: #B9990D;
}
.TagClassName
{
border-color: #B9990D;
}
</style>