Shades of Buddha Gold #B5A002
Tints of Buddha Gold #B5A002
RGB
CMYK
RGB Variations
Color information
#B5A002 (or 0xB5A002) is known color: Buddha Gold. HEX triplet: B5, A0 and 02. RGB value is (181,160,2). Sum of RGB (Red+Green+Blue) = 181+160+2=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A002 is #4A5FFD. Grayscale: #949494. Windows color (decimal): -4874238 or 172213. OLE color: 172213.
HSL color Cylindrical-coordinate representation of color #B5A002: hue angle of 52.96º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5A002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.29 |
| HSL | 52.96º | 0.98% | 0.36% | - |
| HSV(B) | 52.96º | 0.99% | 0.71% | - |
| XYZ | 31.64 | 34.97 | 5.14 | - |
| YUV | 148.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 2 | 0 | 0.12 | 0.99 | 0.29 | 52.96 | 0.98 | 0.36 |
| Hex | B5 | A0 | 2 | 0 | C | 63 | 1D | 35 | 62 | 24 |
| Octal | 265 | 240 | 2 | 0 | 14 | 143 | 35 | 65 | 142 | 44 |
| Binary | 10110101 | 10100000 | 10 | 0 | 1100 | 1100011 | 11101 | 110101 | 1100010 | 100100 |
Color Harmonies of #B5A002
Complementary color
Monochromatic Colors of #B5A002
Black with #B5A002
Text Example
Text Example
White with #B5A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A002; }
p { color: rgb(181,160,2); }
H1.HeaderClassName
{
color: #B5A002;
}
.AnyTagClassName
{
color: #B5A002;
}
</style>
background-color css
<style>
a { background-color: #B5A002; }
a { background-color: rgb(181,160,2); }
div.DivClassName
{
background-color: #B5A002;
}
.BgClassName
{
background-color: #B5A002;
}
</style>
border-color css
<style>
span { border-color: #B5A002; }
span { border-color: rgb(181,160,2); }
td.TdClassName
{
border-color: #B5A002;
}
.TagClassName
{
border-color: #B5A002;
}
</style>