Shades of Buddha Gold #B59A1D
Tints of Buddha Gold #B59A1D
RGB
CMYK
RGB Variations
Color information
#B59A1D (or 0xB59A1D) is known color: Buddha Gold. HEX triplet: B5, 9A and 1D. RGB value is (181,154,29). Sum of RGB (Red+Green+Blue) = 181+154+29=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A1D is #4A65E2. Grayscale: #949494. Windows color (decimal): -4875747 or 1940149. OLE color: 1940149.
HSL color Cylindrical-coordinate representation of color #B59A1D: hue angle of 49.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B59A1D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 29 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.29 |
| HSL | 49.34º | 0.72% | 0.41% | - |
| HSV(B) | 49.34º | 0.84% | 0.71% | - |
| XYZ | 30.83 | 33.02 | 5.91 | - |
| YUV | 147.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 29 | 0 | 0.15 | 0.84 | 0.29 | 49.34 | 0.72 | 0.41 |
| Hex | B5 | 9A | 1D | 0 | F | 54 | 1D | 31 | 48 | 29 |
| Octal | 265 | 232 | 35 | 0 | 17 | 124 | 35 | 61 | 110 | 51 |
| Binary | 10110101 | 10011010 | 11101 | 0 | 1111 | 1010100 | 11101 | 110001 | 1001000 | 101001 |
Color Harmonies of #B59A1D
Complementary color
Monochromatic Colors of #B59A1D
Black with #B59A1D
Text Example
Text Example
White with #B59A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A1D; }
p { color: rgb(181,154,29); }
H1.HeaderClassName
{
color: #B59A1D;
}
.AnyTagClassName
{
color: #B59A1D;
}
</style>
background-color css
<style>
a { background-color: #B59A1D; }
a { background-color: rgb(181,154,29); }
div.DivClassName
{
background-color: #B59A1D;
}
.BgClassName
{
background-color: #B59A1D;
}
</style>
border-color css
<style>
span { border-color: #B59A1D; }
span { border-color: rgb(181,154,29); }
td.TdClassName
{
border-color: #B59A1D;
}
.TagClassName
{
border-color: #B59A1D;
}
</style>