Shades of Buddha Gold #B5A101
Tints of Buddha Gold #B5A101
RGB
CMYK
RGB Variations
Color information
#B5A101 (or 0xB5A101) is known color: Buddha Gold. HEX triplet: B5, A1 and 01. RGB value is (181,161,1). Sum of RGB (Red+Green+Blue) = 181+161+1=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A101 is #4A5EFE. Grayscale: #959595. Windows color (decimal): -4873983 or 106933. OLE color: 106933.
HSL color Cylindrical-coordinate representation of color #B5A101: hue angle of 53.33º degrees, saturation: 0.99, 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 #B5A101 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.29 |
| HSL | 53.33º | 0.99% | 0.36% | - |
| HSV(B) | 53.33º | 0.99% | 0.71% | - |
| XYZ | 31.81 | 35.32 | 5.17 | - |
| YUV | 148.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 1 | 0 | 0.11 | 0.99 | 0.29 | 53.33 | 0.99 | 0.36 |
| Hex | B5 | A1 | 1 | 0 | B | 63 | 1D | 35 | 63 | 24 |
| Octal | 265 | 241 | 1 | 0 | 13 | 143 | 35 | 65 | 143 | 44 |
| Binary | 10110101 | 10100001 | 1 | 0 | 1011 | 1100011 | 11101 | 110101 | 1100011 | 100100 |
Color Harmonies of #B5A101
Complementary color
Monochromatic Colors of #B5A101
Black with #B5A101
Text Example
Text Example
White with #B5A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A101; }
p { color: rgb(181,161,1); }
H1.HeaderClassName
{
color: #B5A101;
}
.AnyTagClassName
{
color: #B5A101;
}
</style>
background-color css
<style>
a { background-color: #B5A101; }
a { background-color: rgb(181,161,1); }
div.DivClassName
{
background-color: #B5A101;
}
.BgClassName
{
background-color: #B5A101;
}
</style>
border-color css
<style>
span { border-color: #B5A101; }
span { border-color: rgb(181,161,1); }
td.TdClassName
{
border-color: #B5A101;
}
.TagClassName
{
border-color: #B5A101;
}
</style>