Shades of Buddha Gold #B5A302
Tints of Buddha Gold #B5A302
RGB
CMYK
RGB Variations
Color information
#B5A302 (or 0xB5A302) is known color: Buddha Gold. HEX triplet: B5, A3 and 02. RGB value is (181,163,2). Sum of RGB (Red+Green+Blue) = 181+163+2=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A302 is #4A5CFD. Grayscale: #969696. Windows color (decimal): -4873470 or 172981. OLE color: 172981.
HSL color Cylindrical-coordinate representation of color #B5A302: hue angle of 53.97º 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 #B5A302 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.29 |
| HSL | 53.97º | 0.98% | 0.36% | - |
| HSV(B) | 53.97º | 0.99% | 0.71% | - |
| XYZ | 32.16 | 36.02 | 5.32 | - |
| YUV | 150.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 2 | 0 | 0.10 | 0.99 | 0.29 | 53.97 | 0.98 | 0.36 |
| Hex | B5 | A3 | 2 | 0 | A | 63 | 1D | 36 | 62 | 24 |
| Octal | 265 | 243 | 2 | 0 | 12 | 143 | 35 | 66 | 142 | 44 |
| Binary | 10110101 | 10100011 | 10 | 0 | 1010 | 1100011 | 11101 | 110110 | 1100010 | 100100 |
Color Harmonies of #B5A302
Complementary color
Monochromatic Colors of #B5A302
Black with #B5A302
Text Example
Text Example
White with #B5A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A302; }
p { color: rgb(181,163,2); }
H1.HeaderClassName
{
color: #B5A302;
}
.AnyTagClassName
{
color: #B5A302;
}
</style>
background-color css
<style>
a { background-color: #B5A302; }
a { background-color: rgb(181,163,2); }
div.DivClassName
{
background-color: #B5A302;
}
.BgClassName
{
background-color: #B5A302;
}
</style>
border-color css
<style>
span { border-color: #B5A302; }
span { border-color: rgb(181,163,2); }
td.TdClassName
{
border-color: #B5A302;
}
.TagClassName
{
border-color: #B5A302;
}
</style>