Shades of Buddha Gold #B59E1A
Tints of Buddha Gold #B59E1A
RGB
CMYK
RGB Variations
Color information
#B59E1A (or 0xB59E1A) is known color: Buddha Gold. HEX triplet: B5, 9E and 1A. RGB value is (181,158,26). Sum of RGB (Red+Green+Blue) = 181+158+26=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E1A is #4A61E5. Grayscale: #969696. Windows color (decimal): -4874726 or 1744565. OLE color: 1744565.
HSL color Cylindrical-coordinate representation of color #B59E1A: hue angle of 51.1º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B59E1A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 26 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.29 |
| HSL | 51.1º | 0.75% | 0.41% | - |
| HSV(B) | 51.1º | 0.86% | 0.71% | - |
| XYZ | 31.47 | 34.35 | 5.95 | - |
| YUV | 149.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 26 | 0 | 0.13 | 0.86 | 0.29 | 51.1 | 0.75 | 0.41 |
| Hex | B5 | 9E | 1A | 0 | D | 56 | 1D | 33 | 4B | 29 |
| Octal | 265 | 236 | 32 | 0 | 15 | 126 | 35 | 63 | 113 | 51 |
| Binary | 10110101 | 10011110 | 11010 | 0 | 1101 | 1010110 | 11101 | 110011 | 1001011 | 101001 |
Color Harmonies of #B59E1A
Complementary color
Monochromatic Colors of #B59E1A
Black with #B59E1A
Text Example
Text Example
White with #B59E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E1A; }
p { color: rgb(181,158,26); }
H1.HeaderClassName
{
color: #B59E1A;
}
.AnyTagClassName
{
color: #B59E1A;
}
</style>
background-color css
<style>
a { background-color: #B59E1A; }
a { background-color: rgb(181,158,26); }
div.DivClassName
{
background-color: #B59E1A;
}
.BgClassName
{
background-color: #B59E1A;
}
</style>
border-color css
<style>
span { border-color: #B59E1A; }
span { border-color: rgb(181,158,26); }
td.TdClassName
{
border-color: #B59E1A;
}
.TagClassName
{
border-color: #B59E1A;
}
</style>