Shades of Buddha Gold #B59D0B
Tints of Buddha Gold #B59D0B
RGB
CMYK
RGB Variations
Color information
#B59D0B (or 0xB59D0B) is known color: Buddha Gold. HEX triplet: B5, 9D and 0B. RGB value is (181,157,11). Sum of RGB (Red+Green+Blue) = 181+157+11=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59D0B is #4A62F4. Grayscale: #949494. Windows color (decimal): -4874997 or 761269. OLE color: 761269.
HSL color Cylindrical-coordinate representation of color #B59D0B: hue angle of 51.53º 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 #B59D0B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.29 |
| HSL | 51.53º | 0.89% | 0.38% | - |
| HSV(B) | 51.53º | 0.94% | 0.71% | - |
| XYZ | 31.17 | 33.96 | 5.23 | - |
| YUV | 147.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 11 | 0 | 0.13 | 0.94 | 0.29 | 51.53 | 0.89 | 0.38 |
| Hex | B5 | 9D | B | 0 | D | 5E | 1D | 34 | 59 | 26 |
| Octal | 265 | 235 | 13 | 0 | 15 | 136 | 35 | 64 | 131 | 46 |
| Binary | 10110101 | 10011101 | 1011 | 0 | 1101 | 1011110 | 11101 | 110100 | 1011001 | 100110 |
Color Harmonies of #B59D0B
Complementary color
Monochromatic Colors of #B59D0B
Black with #B59D0B
Text Example
Text Example
White with #B59D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D0B; }
p { color: rgb(181,157,11); }
H1.HeaderClassName
{
color: #B59D0B;
}
.AnyTagClassName
{
color: #B59D0B;
}
</style>
background-color css
<style>
a { background-color: #B59D0B; }
a { background-color: rgb(181,157,11); }
div.DivClassName
{
background-color: #B59D0B;
}
.BgClassName
{
background-color: #B59D0B;
}
</style>
border-color css
<style>
span { border-color: #B59D0B; }
span { border-color: rgb(181,157,11); }
td.TdClassName
{
border-color: #B59D0B;
}
.TagClassName
{
border-color: #B59D0B;
}
</style>