Shades of Buddha Gold #B59A0E
Tints of Buddha Gold #B59A0E
RGB
CMYK
RGB Variations
Color information
#B59A0E (or 0xB59A0E) is known color: Buddha Gold. HEX triplet: B5, 9A and 0E. RGB value is (181,154,14). Sum of RGB (Red+Green+Blue) = 181+154+14=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A0E is #4A65F1. Grayscale: #929292. Windows color (decimal): -4875762 or 957109. OLE color: 957109.
HSL color Cylindrical-coordinate representation of color #B59A0E: hue angle of 50.3º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B59A0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.29 |
| HSL | 50.3º | 0.86% | 0.38% | - |
| HSV(B) | 50.3º | 0.92% | 0.71% | - |
| XYZ | 30.69 | 32.97 | 5.16 | - |
| YUV | 146.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 14 | 0 | 0.15 | 0.92 | 0.29 | 50.3 | 0.86 | 0.38 |
| Hex | B5 | 9A | E | 0 | F | 5C | 1D | 32 | 56 | 26 |
| Octal | 265 | 232 | 16 | 0 | 17 | 134 | 35 | 62 | 126 | 46 |
| Binary | 10110101 | 10011010 | 1110 | 0 | 1111 | 1011100 | 11101 | 110010 | 1010110 | 100110 |
Color Harmonies of #B59A0E
Complementary color
Monochromatic Colors of #B59A0E
Black with #B59A0E
Text Example
Text Example
White with #B59A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A0E; }
p { color: rgb(181,154,14); }
H1.HeaderClassName
{
color: #B59A0E;
}
.AnyTagClassName
{
color: #B59A0E;
}
</style>
background-color css
<style>
a { background-color: #B59A0E; }
a { background-color: rgb(181,154,14); }
div.DivClassName
{
background-color: #B59A0E;
}
.BgClassName
{
background-color: #B59A0E;
}
</style>
border-color css
<style>
span { border-color: #B59A0E; }
span { border-color: rgb(181,154,14); }
td.TdClassName
{
border-color: #B59A0E;
}
.TagClassName
{
border-color: #B59A0E;
}
</style>