Shades of Buddha Gold #B59A0B
Tints of Buddha Gold #B59A0B
RGB
CMYK
RGB Variations
Color information
#B59A0B (or 0xB59A0B) is known color: Buddha Gold. HEX triplet: B5, 9A and 0B. RGB value is (181,154,11). Sum of RGB (Red+Green+Blue) = 181+154+11=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A0B is #4A65F4. Grayscale: #929292. Windows color (decimal): -4875765 or 760501. OLE color: 760501.
HSL color Cylindrical-coordinate representation of color #B59A0B: hue angle of 50.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B59A0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.29 |
| HSL | 50.47º | 0.89% | 0.38% | - |
| HSV(B) | 50.47º | 0.94% | 0.71% | - |
| XYZ | 30.67 | 32.96 | 5.06 | - |
| YUV | 145.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 11 | 0 | 0.15 | 0.94 | 0.29 | 50.47 | 0.89 | 0.38 |
| Hex | B5 | 9A | B | 0 | F | 5E | 1D | 32 | 59 | 26 |
| Octal | 265 | 232 | 13 | 0 | 17 | 136 | 35 | 62 | 131 | 46 |
| Binary | 10110101 | 10011010 | 1011 | 0 | 1111 | 1011110 | 11101 | 110010 | 1011001 | 100110 |
Color Harmonies of #B59A0B
Complementary color
Monochromatic Colors of #B59A0B
Black with #B59A0B
Text Example
Text Example
White with #B59A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A0B; }
p { color: rgb(181,154,11); }
H1.HeaderClassName
{
color: #B59A0B;
}
.AnyTagClassName
{
color: #B59A0B;
}
</style>
background-color css
<style>
a { background-color: #B59A0B; }
a { background-color: rgb(181,154,11); }
div.DivClassName
{
background-color: #B59A0B;
}
.BgClassName
{
background-color: #B59A0B;
}
</style>
border-color css
<style>
span { border-color: #B59A0B; }
span { border-color: rgb(181,154,11); }
td.TdClassName
{
border-color: #B59A0B;
}
.TagClassName
{
border-color: #B59A0B;
}
</style>