Shades of Buddha Gold #B58D1A
Tints of Buddha Gold #B58D1A
RGB
CMYK
RGB Variations
Color information
#B58D1A (or 0xB58D1A) is known color: Buddha Gold. HEX triplet: B5, 8D and 1A. RGB value is (181,141,26). Sum of RGB (Red+Green+Blue) = 181+141+26=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D1A is #4A72E5. Grayscale: #8C8C8C. Windows color (decimal): -4879078 or 1740213. OLE color: 1740213.
HSL color Cylindrical-coordinate representation of color #B58D1A: hue angle of 44.52º 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 #B58D1A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 26 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.29 |
| HSL | 44.52º | 0.75% | 0.41% | - |
| HSV(B) | 44.52º | 0.86% | 0.71% | - |
| XYZ | 28.77 | 28.95 | 5.05 | - |
| YUV | 139.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 26 | 0 | 0.22 | 0.86 | 0.29 | 44.52 | 0.75 | 0.41 |
| Hex | B5 | 8D | 1A | 0 | 16 | 56 | 1D | 2D | 4B | 29 |
| Octal | 265 | 215 | 32 | 0 | 26 | 126 | 35 | 55 | 113 | 51 |
| Binary | 10110101 | 10001101 | 11010 | 0 | 10110 | 1010110 | 11101 | 101101 | 1001011 | 101001 |
Color Harmonies of #B58D1A
Complementary color
Monochromatic Colors of #B58D1A
Black with #B58D1A
Text Example
Text Example
White with #B58D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D1A; }
p { color: rgb(181,141,26); }
H1.HeaderClassName
{
color: #B58D1A;
}
.AnyTagClassName
{
color: #B58D1A;
}
</style>
background-color css
<style>
a { background-color: #B58D1A; }
a { background-color: rgb(181,141,26); }
div.DivClassName
{
background-color: #B58D1A;
}
.BgClassName
{
background-color: #B58D1A;
}
</style>
border-color css
<style>
span { border-color: #B58D1A; }
span { border-color: rgb(181,141,26); }
td.TdClassName
{
border-color: #B58D1A;
}
.TagClassName
{
border-color: #B58D1A;
}
</style>