Shades of Buddha Gold #B5A50A
Tints of Buddha Gold #B5A50A
RGB
CMYK
RGB Variations
Color information
#B5A50A (or 0xB5A50A) is known color: Buddha Gold. HEX triplet: B5, A5 and 0A. RGB value is (181,165,10). Sum of RGB (Red+Green+Blue) = 181+165+10=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A50A is #4A5AF5. Grayscale: #989898. Windows color (decimal): -4872950 or 697781. OLE color: 697781.
HSL color Cylindrical-coordinate representation of color #B5A50A: hue angle of 54.39º 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 #B5A50A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 10 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.29 |
| HSL | 54.39º | 0.9% | 0.37% | - |
| HSV(B) | 54.39º | 0.94% | 0.71% | - |
| XYZ | 32.57 | 36.76 | 5.67 | - |
| YUV | 152.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 10 | 0 | 0.09 | 0.94 | 0.29 | 54.39 | 0.9 | 0.37 |
| Hex | B5 | A5 | A | 0 | 9 | 5E | 1D | 36 | 5A | 25 |
| Octal | 265 | 245 | 12 | 0 | 11 | 136 | 35 | 66 | 132 | 45 |
| Binary | 10110101 | 10100101 | 1010 | 0 | 1001 | 1011110 | 11101 | 110110 | 1011010 | 100101 |
Color Harmonies of #B5A50A
Complementary color
Monochromatic Colors of #B5A50A
Black with #B5A50A
Text Example
Text Example
White with #B5A50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A50A; }
p { color: rgb(181,165,10); }
H1.HeaderClassName
{
color: #B5A50A;
}
.AnyTagClassName
{
color: #B5A50A;
}
</style>
background-color css
<style>
a { background-color: #B5A50A; }
a { background-color: rgb(181,165,10); }
div.DivClassName
{
background-color: #B5A50A;
}
.BgClassName
{
background-color: #B5A50A;
}
</style>
border-color css
<style>
span { border-color: #B5A50A; }
span { border-color: rgb(181,165,10); }
td.TdClassName
{
border-color: #B5A50A;
}
.TagClassName
{
border-color: #B5A50A;
}
</style>