Shades of Buddha Gold #B9A513
Tints of Buddha Gold #B9A513
RGB
CMYK
RGB Variations
Color information
#B9A513 (or 0xB9A513) is known color: Buddha Gold. HEX triplet: B9, A5 and 13. RGB value is (185,165,19). Sum of RGB (Red+Green+Blue) = 185+165+19=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A513 is #465AEC. Grayscale: #9A9A9A. Windows color (decimal): -4610797 or 1287609. OLE color: 1287609.
HSL color Cylindrical-coordinate representation of color #B9A513: hue angle of 52.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9A513 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 19 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.27 |
| HSL | 52.77º | 0.81% | 0.4% | - |
| HSV(B) | 52.77º | 0.9% | 0.73% | - |
| XYZ | 33.58 | 37.27 | 6.04 | - |
| YUV | 154.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 19 | 0 | 0.11 | 0.90 | 0.27 | 52.77 | 0.81 | 0.4 |
| Hex | B9 | A5 | 13 | 0 | B | 5A | 1B | 35 | 51 | 28 |
| Octal | 271 | 245 | 23 | 0 | 13 | 132 | 33 | 65 | 121 | 50 |
| Binary | 10111001 | 10100101 | 10011 | 0 | 1011 | 1011010 | 11011 | 110101 | 1010001 | 101000 |
Color Harmonies of #B9A513
Complementary color
Monochromatic Colors of #B9A513
Black with #B9A513
Text Example
Text Example
White with #B9A513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A513; }
p { color: rgb(185,165,19); }
H1.HeaderClassName
{
color: #B9A513;
}
.AnyTagClassName
{
color: #B9A513;
}
</style>
background-color css
<style>
a { background-color: #B9A513; }
a { background-color: rgb(185,165,19); }
div.DivClassName
{
background-color: #B9A513;
}
.BgClassName
{
background-color: #B9A513;
}
</style>
border-color css
<style>
span { border-color: #B9A513; }
span { border-color: rgb(185,165,19); }
td.TdClassName
{
border-color: #B9A513;
}
.TagClassName
{
border-color: #B9A513;
}
</style>