Shades of Buddha Gold #B5A00C
Tints of Buddha Gold #B5A00C
RGB
CMYK
RGB Variations
Color information
#B5A00C (or 0xB5A00C) is known color: Buddha Gold. HEX triplet: B5, A0 and 0C. RGB value is (181,160,12). Sum of RGB (Red+Green+Blue) = 181+160+12=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A00C is #4A5FF3. Grayscale: #969696. Windows color (decimal): -4874228 or 827573. OLE color: 827573.
HSL color Cylindrical-coordinate representation of color #B5A00C: hue angle of 52.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5A00C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.29 |
| HSL | 52.54º | 0.88% | 0.38% | - |
| HSV(B) | 52.54º | 0.93% | 0.71% | - |
| XYZ | 31.69 | 34.99 | 5.43 | - |
| YUV | 149.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 12 | 0 | 0.12 | 0.93 | 0.29 | 52.54 | 0.88 | 0.38 |
| Hex | B5 | A0 | C | 0 | C | 5D | 1D | 35 | 58 | 26 |
| Octal | 265 | 240 | 14 | 0 | 14 | 135 | 35 | 65 | 130 | 46 |
| Binary | 10110101 | 10100000 | 1100 | 0 | 1100 | 1011101 | 11101 | 110101 | 1011000 | 100110 |
Color Harmonies of #B5A00C
Complementary color
Monochromatic Colors of #B5A00C
Black with #B5A00C
Text Example
Text Example
White with #B5A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A00C; }
p { color: rgb(181,160,12); }
H1.HeaderClassName
{
color: #B5A00C;
}
.AnyTagClassName
{
color: #B5A00C;
}
</style>
background-color css
<style>
a { background-color: #B5A00C; }
a { background-color: rgb(181,160,12); }
div.DivClassName
{
background-color: #B5A00C;
}
.BgClassName
{
background-color: #B5A00C;
}
</style>
border-color css
<style>
span { border-color: #B5A00C; }
span { border-color: rgb(181,160,12); }
td.TdClassName
{
border-color: #B5A00C;
}
.TagClassName
{
border-color: #B5A00C;
}
</style>