Shades of Buddha Gold #B9A013
Tints of Buddha Gold #B9A013
RGB
CMYK
RGB Variations
Color information
#B9A013 (or 0xB9A013) is known color: Buddha Gold. HEX triplet: B9, A0 and 13. RGB value is (185,160,19). Sum of RGB (Red+Green+Blue) = 185+160+19=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A013 is #465FEC. Grayscale: #979797. Windows color (decimal): -4612077 or 1286329. OLE color: 1286329.
HSL color Cylindrical-coordinate representation of color #B9A013: hue angle of 50.96º 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 #B9A013 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 19 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.27 |
| HSL | 50.96º | 0.81% | 0.4% | - |
| HSV(B) | 50.96º | 0.9% | 0.73% | - |
| XYZ | 32.7 | 35.5 | 5.75 | - |
| YUV | 151.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 19 | 0 | 0.14 | 0.90 | 0.27 | 50.96 | 0.81 | 0.4 |
| Hex | B9 | A0 | 13 | 0 | E | 5A | 1B | 33 | 51 | 28 |
| Octal | 271 | 240 | 23 | 0 | 16 | 132 | 33 | 63 | 121 | 50 |
| Binary | 10111001 | 10100000 | 10011 | 0 | 1110 | 1011010 | 11011 | 110011 | 1010001 | 101000 |
Color Harmonies of #B9A013
Complementary color
Monochromatic Colors of #B9A013
Black with #B9A013
Text Example
Text Example
White with #B9A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A013; }
p { color: rgb(185,160,19); }
H1.HeaderClassName
{
color: #B9A013;
}
.AnyTagClassName
{
color: #B9A013;
}
</style>
background-color css
<style>
a { background-color: #B9A013; }
a { background-color: rgb(185,160,19); }
div.DivClassName
{
background-color: #B9A013;
}
.BgClassName
{
background-color: #B9A013;
}
</style>
border-color css
<style>
span { border-color: #B9A013; }
span { border-color: rgb(185,160,19); }
td.TdClassName
{
border-color: #B9A013;
}
.TagClassName
{
border-color: #B9A013;
}
</style>