Shades of Buddha Gold #B99114
Tints of Buddha Gold #B99114
RGB
CMYK
RGB Variations
Color information
#B99114 (or 0xB99114) is known color: Buddha Gold. HEX triplet: B9, 91 and 14. RGB value is (185,145,20). Sum of RGB (Red+Green+Blue) = 185+145+20=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B99114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99114 is #466EEB. Grayscale: #8F8F8F. Windows color (decimal): -4615916 or 1348025. OLE color: 1348025.
HSL color Cylindrical-coordinate representation of color #B99114: hue angle of 45.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B99114 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 20 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.27 |
| HSL | 45.45º | 0.8% | 0.4% | - |
| HSV(B) | 45.45º | 0.89% | 0.73% | - |
| XYZ | 30.26 | 30.62 | 4.98 | - |
| YUV | 142.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 20 | 0 | 0.22 | 0.89 | 0.27 | 45.45 | 0.8 | 0.4 |
| Hex | B9 | 91 | 14 | 0 | 16 | 59 | 1B | 2D | 50 | 28 |
| Octal | 271 | 221 | 24 | 0 | 26 | 131 | 33 | 55 | 120 | 50 |
| Binary | 10111001 | 10010001 | 10100 | 0 | 10110 | 1011001 | 11011 | 101101 | 1010000 | 101000 |
Color Harmonies of #B99114
Complementary color
Monochromatic Colors of #B99114
Black with #B99114
Text Example
Text Example
White with #B99114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99114; }
p { color: rgb(185,145,20); }
H1.HeaderClassName
{
color: #B99114;
}
.AnyTagClassName
{
color: #B99114;
}
</style>
background-color css
<style>
a { background-color: #B99114; }
a { background-color: rgb(185,145,20); }
div.DivClassName
{
background-color: #B99114;
}
.BgClassName
{
background-color: #B99114;
}
</style>
border-color css
<style>
span { border-color: #B99114; }
span { border-color: rgb(185,145,20); }
td.TdClassName
{
border-color: #B99114;
}
.TagClassName
{
border-color: #B99114;
}
</style>