Shades of Buddha Gold #B99F20
Tints of Buddha Gold #B99F20
RGB
CMYK
RGB Variations
Color information
#B99F20 (or 0xB99F20) is known color: Buddha Gold. HEX triplet: B9, 9F and 20. RGB value is (185,159,32). Sum of RGB (Red+Green+Blue) = 185+159+32=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F20 is #4660DF. Grayscale: #989898. Windows color (decimal): -4612320 or 2138041. OLE color: 2138041.
HSL color Cylindrical-coordinate representation of color #B99F20: hue angle of 49.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B99F20 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 32 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.27 |
| HSL | 49.8º | 0.71% | 0.43% | - |
| HSV(B) | 49.8º | 0.83% | 0.73% | - |
| XYZ | 32.67 | 35.21 | 6.44 | - |
| YUV | 152.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 32 | 0 | 0.14 | 0.83 | 0.27 | 49.8 | 0.71 | 0.43 |
| Hex | B9 | 9F | 20 | 0 | E | 53 | 1B | 32 | 47 | 2B |
| Octal | 271 | 237 | 40 | 0 | 16 | 123 | 33 | 62 | 107 | 53 |
| Binary | 10111001 | 10011111 | 100000 | 0 | 1110 | 1010011 | 11011 | 110010 | 1000111 | 101011 |
Color Harmonies of #B99F20
Complementary color
Monochromatic Colors of #B99F20
Black with #B99F20
Text Example
Text Example
White with #B99F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F20; }
p { color: rgb(185,159,32); }
H1.HeaderClassName
{
color: #B99F20;
}
.AnyTagClassName
{
color: #B99F20;
}
</style>
background-color css
<style>
a { background-color: #B99F20; }
a { background-color: rgb(185,159,32); }
div.DivClassName
{
background-color: #B99F20;
}
.BgClassName
{
background-color: #B99F20;
}
</style>
border-color css
<style>
span { border-color: #B99F20; }
span { border-color: rgb(185,159,32); }
td.TdClassName
{
border-color: #B99F20;
}
.TagClassName
{
border-color: #B99F20;
}
</style>