Shades of Buddha Gold #B99711
Tints of Buddha Gold #B99711
RGB
CMYK
RGB Variations
Color information
#B99711 (or 0xB99711) is known color: Buddha Gold. HEX triplet: B9, 97 and 11. RGB value is (185,151,17). Sum of RGB (Red+Green+Blue) = 185+151+17=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B99711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99711 is #4668EE. Grayscale: #929292. Windows color (decimal): -4614383 or 1152953. OLE color: 1152953.
HSL color Cylindrical-coordinate representation of color #B99711: hue angle of 47.86º 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 #B99711 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 17 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.27 |
| HSL | 47.86º | 0.83% | 0.4% | - |
| HSV(B) | 47.86º | 0.91% | 0.73% | - |
| XYZ | 31.18 | 32.49 | 5.16 | - |
| YUV | 145.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 17 | 0 | 0.18 | 0.91 | 0.27 | 47.86 | 0.83 | 0.4 |
| Hex | B9 | 97 | 11 | 0 | 12 | 5B | 1B | 30 | 53 | 28 |
| Octal | 271 | 227 | 21 | 0 | 22 | 133 | 33 | 60 | 123 | 50 |
| Binary | 10111001 | 10010111 | 10001 | 0 | 10010 | 1011011 | 11011 | 110000 | 1010011 | 101000 |
Color Harmonies of #B99711
Complementary color
Monochromatic Colors of #B99711
Black with #B99711
Text Example
Text Example
White with #B99711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99711; }
p { color: rgb(185,151,17); }
H1.HeaderClassName
{
color: #B99711;
}
.AnyTagClassName
{
color: #B99711;
}
</style>
background-color css
<style>
a { background-color: #B99711; }
a { background-color: rgb(185,151,17); }
div.DivClassName
{
background-color: #B99711;
}
.BgClassName
{
background-color: #B99711;
}
</style>
border-color css
<style>
span { border-color: #B99711; }
span { border-color: rgb(185,151,17); }
td.TdClassName
{
border-color: #B99711;
}
.TagClassName
{
border-color: #B99711;
}
</style>