Shades of Buddha Gold #B99D1F
Tints of Buddha Gold #B99D1F
RGB
CMYK
RGB Variations
Color information
#B99D1F (or 0xB99D1F) is known color: Buddha Gold. HEX triplet: B9, 9D and 1F. RGB value is (185,157,31). Sum of RGB (Red+Green+Blue) = 185+157+31=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D1F is #4662E0. Grayscale: #979797. Windows color (decimal): -4612833 or 2071993. OLE color: 2071993.
HSL color Cylindrical-coordinate representation of color #B99D1F: hue angle of 49.09º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B99D1F is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 31 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.27 |
| HSL | 49.09º | 0.71% | 0.42% | - |
| HSV(B) | 49.09º | 0.83% | 0.73% | - |
| XYZ | 32.31 | 34.53 | 6.26 | - |
| YUV | 151.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 31 | 0 | 0.15 | 0.83 | 0.27 | 49.09 | 0.71 | 0.42 |
| Hex | B9 | 9D | 1F | 0 | F | 53 | 1B | 31 | 47 | 2A |
| Octal | 271 | 235 | 37 | 0 | 17 | 123 | 33 | 61 | 107 | 52 |
| Binary | 10111001 | 10011101 | 11111 | 0 | 1111 | 1010011 | 11011 | 110001 | 1000111 | 101010 |
Color Harmonies of #B99D1F
Complementary color
Monochromatic Colors of #B99D1F
Black with #B99D1F
Text Example
Text Example
White with #B99D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D1F; }
p { color: rgb(185,157,31); }
H1.HeaderClassName
{
color: #B99D1F;
}
.AnyTagClassName
{
color: #B99D1F;
}
</style>
background-color css
<style>
a { background-color: #B99D1F; }
a { background-color: rgb(185,157,31); }
div.DivClassName
{
background-color: #B99D1F;
}
.BgClassName
{
background-color: #B99D1F;
}
</style>
border-color css
<style>
span { border-color: #B99D1F; }
span { border-color: rgb(185,157,31); }
td.TdClassName
{
border-color: #B99D1F;
}
.TagClassName
{
border-color: #B99D1F;
}
</style>