Shades of Buddha Gold #B5A200
Tints of Buddha Gold #B5A200
RGB
CMYK
RGB Variations
Color information
#B5A200 (or 0xB5A200) is known color: Buddha Gold. HEX triplet: B5, A2 and 00. RGB value is (181,162,0). Sum of RGB (Red+Green+Blue) = 181+162+0=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A200 is #4A5DFF. Grayscale: #959595. Windows color (decimal): -4873728 or 41653. OLE color: 41653.
HSL color Cylindrical-coordinate representation of color #B5A200: hue angle of 53.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5A200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.29 |
| HSL | 53.7º | 1% | 0.35% | - |
| HSV(B) | 53.7º | 1% | 0.71% | - |
| XYZ | 31.98 | 35.66 | 5.2 | - |
| YUV | 149.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 0 | 0 | 0.10 | 1 | 0.29 | 53.7 | 1 | 0.35 |
| Hex | B5 | A2 | 0 | 0 | A | 64 | 1D | 36 | 64 | 23 |
| Octal | 265 | 242 | 0 | 0 | 12 | 144 | 35 | 66 | 144 | 43 |
| Binary | 10110101 | 10100010 | 0 | 0 | 1010 | 1100100 | 11101 | 110110 | 1100100 | 100011 |
Color Harmonies of #B5A200
Complementary color
Monochromatic Colors of #B5A200
Black with #B5A200
Text Example
Text Example
White with #B5A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A200; }
p { color: rgb(181,162,0); }
H1.HeaderClassName
{
color: #B5A200;
}
.AnyTagClassName
{
color: #B5A200;
}
</style>
background-color css
<style>
a { background-color: #B5A200; }
a { background-color: rgb(181,162,0); }
div.DivClassName
{
background-color: #B5A200;
}
.BgClassName
{
background-color: #B5A200;
}
</style>
border-color css
<style>
span { border-color: #B5A200; }
span { border-color: rgb(181,162,0); }
td.TdClassName
{
border-color: #B5A200;
}
.TagClassName
{
border-color: #B5A200;
}
</style>