Shades of Buddha Gold #B59C1E
Tints of Buddha Gold #B59C1E
RGB
CMYK
RGB Variations
Color information
#B59C1E (or 0xB59C1E) is known color: Buddha Gold. HEX triplet: B5, 9C and 1E. RGB value is (181,156,30). Sum of RGB (Red+Green+Blue) = 181+156+30=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C1E is #4A63E1. Grayscale: #959595. Windows color (decimal): -4875234 or 2006197. OLE color: 2006197.
HSL color Cylindrical-coordinate representation of color #B59C1E: hue angle of 50.07º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B59C1E is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 30 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.29 |
| HSL | 50.07º | 0.72% | 0.41% | - |
| HSV(B) | 50.07º | 0.83% | 0.71% | - |
| XYZ | 31.18 | 33.69 | 6.09 | - |
| YUV | 149.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 30 | 0 | 0.14 | 0.83 | 0.29 | 50.07 | 0.72 | 0.41 |
| Hex | B5 | 9C | 1E | 0 | E | 53 | 1D | 32 | 48 | 29 |
| Octal | 265 | 234 | 36 | 0 | 16 | 123 | 35 | 62 | 110 | 51 |
| Binary | 10110101 | 10011100 | 11110 | 0 | 1110 | 1010011 | 11101 | 110010 | 1001000 | 101001 |
Color Harmonies of #B59C1E
Complementary color
Monochromatic Colors of #B59C1E
Black with #B59C1E
Text Example
Text Example
White with #B59C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C1E; }
p { color: rgb(181,156,30); }
H1.HeaderClassName
{
color: #B59C1E;
}
.AnyTagClassName
{
color: #B59C1E;
}
</style>
background-color css
<style>
a { background-color: #B59C1E; }
a { background-color: rgb(181,156,30); }
div.DivClassName
{
background-color: #B59C1E;
}
.BgClassName
{
background-color: #B59C1E;
}
</style>
border-color css
<style>
span { border-color: #B59C1E; }
span { border-color: rgb(181,156,30); }
td.TdClassName
{
border-color: #B59C1E;
}
.TagClassName
{
border-color: #B59C1E;
}
</style>