Shades of Buddha Gold #B59A0A
Tints of Buddha Gold #B59A0A
RGB
CMYK
RGB Variations
Color information
#B59A0A (or 0xB59A0A) is known color: Buddha Gold. HEX triplet: B5, 9A and 0A. RGB value is (181,154,10). Sum of RGB (Red+Green+Blue) = 181+154+10=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A0A is #4A65F5. Grayscale: #929292. Windows color (decimal): -4875766 or 694965. OLE color: 694965.
HSL color Cylindrical-coordinate representation of color #B59A0A: hue angle of 50.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B59A0A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.29 |
| HSL | 50.53º | 0.9% | 0.37% | - |
| HSV(B) | 50.53º | 0.94% | 0.71% | - |
| XYZ | 30.67 | 32.96 | 5.03 | - |
| YUV | 145.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 10 | 0 | 0.15 | 0.94 | 0.29 | 50.53 | 0.9 | 0.37 |
| Hex | B5 | 9A | A | 0 | F | 5E | 1D | 33 | 5A | 25 |
| Octal | 265 | 232 | 12 | 0 | 17 | 136 | 35 | 63 | 132 | 45 |
| Binary | 10110101 | 10011010 | 1010 | 0 | 1111 | 1011110 | 11101 | 110011 | 1011010 | 100101 |
Color Harmonies of #B59A0A
Complementary color
Monochromatic Colors of #B59A0A
Black with #B59A0A
Text Example
Text Example
White with #B59A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A0A; }
p { color: rgb(181,154,10); }
H1.HeaderClassName
{
color: #B59A0A;
}
.AnyTagClassName
{
color: #B59A0A;
}
</style>
background-color css
<style>
a { background-color: #B59A0A; }
a { background-color: rgb(181,154,10); }
div.DivClassName
{
background-color: #B59A0A;
}
.BgClassName
{
background-color: #B59A0A;
}
</style>
border-color css
<style>
span { border-color: #B59A0A; }
span { border-color: rgb(181,154,10); }
td.TdClassName
{
border-color: #B59A0A;
}
.TagClassName
{
border-color: #B59A0A;
}
</style>