Shades of Buddha Gold #B59213
Tints of Buddha Gold #B59213
RGB
CMYK
RGB Variations
Color information
#B59213 (or 0xB59213) is known color: Buddha Gold. HEX triplet: B5, 92 and 13. RGB value is (181,146,19). Sum of RGB (Red+Green+Blue) = 181+146+19=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B59213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59213 is #4A6DEC. Grayscale: #8E8E8E. Windows color (decimal): -4877805 or 1282741. OLE color: 1282741.
HSL color Cylindrical-coordinate representation of color #B59213: hue angle of 47.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59213 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.29 |
| HSL | 47.04º | 0.81% | 0.39% | - |
| HSV(B) | 47.04º | 0.9% | 0.71% | - |
| XYZ | 29.45 | 30.43 | 4.94 | - |
| YUV | 141.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 19 | 0 | 0.19 | 0.90 | 0.29 | 47.04 | 0.81 | 0.39 |
| Hex | B5 | 92 | 13 | 0 | 13 | 5A | 1D | 2F | 51 | 27 |
| Octal | 265 | 222 | 23 | 0 | 23 | 132 | 35 | 57 | 121 | 47 |
| Binary | 10110101 | 10010010 | 10011 | 0 | 10011 | 1011010 | 11101 | 101111 | 1010001 | 100111 |
Color Harmonies of #B59213
Complementary color
Monochromatic Colors of #B59213
Black with #B59213
Text Example
Text Example
White with #B59213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59213; }
p { color: rgb(181,146,19); }
H1.HeaderClassName
{
color: #B59213;
}
.AnyTagClassName
{
color: #B59213;
}
</style>
background-color css
<style>
a { background-color: #B59213; }
a { background-color: rgb(181,146,19); }
div.DivClassName
{
background-color: #B59213;
}
.BgClassName
{
background-color: #B59213;
}
</style>
border-color css
<style>
span { border-color: #B59213; }
span { border-color: rgb(181,146,19); }
td.TdClassName
{
border-color: #B59213;
}
.TagClassName
{
border-color: #B59213;
}
</style>