Shades of Buddha Gold #B99D11
Tints of Buddha Gold #B99D11
RGB
CMYK
RGB Variations
Color information
#B99D11 (or 0xB99D11) is known color: Buddha Gold. HEX triplet: B9, 9D and 11. RGB value is (185,157,17). Sum of RGB (Red+Green+Blue) = 185+157+17=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D11 is #4662EE. Grayscale: #969696. Windows color (decimal): -4612847 or 1154489. OLE color: 1154489.
HSL color Cylindrical-coordinate representation of color #B99D11: hue angle of 50º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B99D11 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 17 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.27 |
| HSL | 50º | 0.83% | 0.4% | - |
| HSV(B) | 50º | 0.91% | 0.73% | - |
| XYZ | 32.17 | 34.47 | 5.49 | - |
| YUV | 149.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 17 | 0 | 0.15 | 0.91 | 0.27 | 50 | 0.83 | 0.4 |
| Hex | B9 | 9D | 11 | 0 | F | 5B | 1B | 32 | 53 | 28 |
| Octal | 271 | 235 | 21 | 0 | 17 | 133 | 33 | 62 | 123 | 50 |
| Binary | 10111001 | 10011101 | 10001 | 0 | 1111 | 1011011 | 11011 | 110010 | 1010011 | 101000 |
Color Harmonies of #B99D11
Complementary color
Monochromatic Colors of #B99D11
Black with #B99D11
Text Example
Text Example
White with #B99D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D11; }
p { color: rgb(185,157,17); }
H1.HeaderClassName
{
color: #B99D11;
}
.AnyTagClassName
{
color: #B99D11;
}
</style>
background-color css
<style>
a { background-color: #B99D11; }
a { background-color: rgb(185,157,17); }
div.DivClassName
{
background-color: #B99D11;
}
.BgClassName
{
background-color: #B99D11;
}
</style>
border-color css
<style>
span { border-color: #B99D11; }
span { border-color: rgb(185,157,17); }
td.TdClassName
{
border-color: #B99D11;
}
.TagClassName
{
border-color: #B99D11;
}
</style>