Shades of Buddha Gold #B9A703
Tints of Buddha Gold #B9A703
RGB
CMYK
RGB Variations
Color information
#B9A703 (or 0xB9A703) is known color: Buddha Gold. HEX triplet: B9, A7 and 03. RGB value is (185,167,3). Sum of RGB (Red+Green+Blue) = 185+167+3=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A703 is #4658FC. Grayscale: #9A9A9A. Windows color (decimal): -4610301 or 239545. OLE color: 239545.
HSL color Cylindrical-coordinate representation of color #B9A703: hue angle of 54.07º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9A703 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 167 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.27 |
| HSL | 54.07º | 0.97% | 0.37% | - |
| HSV(B) | 54.07º | 0.98% | 0.73% | - |
| XYZ | 33.84 | 37.96 | 5.63 | - |
| YUV | 153.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 3 | 0 | 0.10 | 0.98 | 0.27 | 54.07 | 0.97 | 0.37 |
| Hex | B9 | A7 | 3 | 0 | A | 62 | 1B | 36 | 61 | 25 |
| Octal | 271 | 247 | 3 | 0 | 12 | 142 | 33 | 66 | 141 | 45 |
| Binary | 10111001 | 10100111 | 11 | 0 | 1010 | 1100010 | 11011 | 110110 | 1100001 | 100101 |
Color Harmonies of #B9A703
Complementary color
Monochromatic Colors of #B9A703
Black with #B9A703
Text Example
Text Example
White with #B9A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A703; }
p { color: rgb(185,167,3); }
H1.HeaderClassName
{
color: #B9A703;
}
.AnyTagClassName
{
color: #B9A703;
}
</style>
background-color css
<style>
a { background-color: #B9A703; }
a { background-color: rgb(185,167,3); }
div.DivClassName
{
background-color: #B9A703;
}
.BgClassName
{
background-color: #B9A703;
}
</style>
border-color css
<style>
span { border-color: #B9A703; }
span { border-color: rgb(185,167,3); }
td.TdClassName
{
border-color: #B9A703;
}
.TagClassName
{
border-color: #B9A703;
}
</style>