Shades of Buddha Gold #B9A60E
Tints of Buddha Gold #B9A60E
RGB
CMYK
RGB Variations
Color information
#B9A60E (or 0xB9A60E) is known color: Buddha Gold. HEX triplet: B9, A6 and 0E. RGB value is (185,166,14). Sum of RGB (Red+Green+Blue) = 185+166+14=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A60E is #4659F1. Grayscale: #9A9A9A. Windows color (decimal): -4610546 or 960185. OLE color: 960185.
HSL color Cylindrical-coordinate representation of color #B9A60E: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9A60E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.27 |
| HSL | 53.33º | 0.86% | 0.39% | - |
| HSV(B) | 53.33º | 0.92% | 0.73% | - |
| XYZ | 33.72 | 37.62 | 5.9 | - |
| YUV | 154.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 14 | 0 | 0.10 | 0.92 | 0.27 | 53.33 | 0.86 | 0.39 |
| Hex | B9 | A6 | E | 0 | A | 5C | 1B | 35 | 56 | 27 |
| Octal | 271 | 246 | 16 | 0 | 12 | 134 | 33 | 65 | 126 | 47 |
| Binary | 10111001 | 10100110 | 1110 | 0 | 1010 | 1011100 | 11011 | 110101 | 1010110 | 100111 |
Color Harmonies of #B9A60E
Complementary color
Monochromatic Colors of #B9A60E
Black with #B9A60E
Text Example
Text Example
White with #B9A60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A60E; }
p { color: rgb(185,166,14); }
H1.HeaderClassName
{
color: #B9A60E;
}
.AnyTagClassName
{
color: #B9A60E;
}
</style>
background-color css
<style>
a { background-color: #B9A60E; }
a { background-color: rgb(185,166,14); }
div.DivClassName
{
background-color: #B9A60E;
}
.BgClassName
{
background-color: #B9A60E;
}
</style>
border-color css
<style>
span { border-color: #B9A60E; }
span { border-color: rgb(185,166,14); }
td.TdClassName
{
border-color: #B9A60E;
}
.TagClassName
{
border-color: #B9A60E;
}
</style>