Shades of Buddha Gold #B8A000
Tints of Buddha Gold #B8A000
RGB
CMYK
RGB Variations
Color information
#B8A000 (or 0xB8A000) is known color: Buddha Gold. HEX triplet: B8, A0 and 00. RGB value is (184,160,0). Sum of RGB (Red+Green+Blue) = 184+160+0=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A000 is #475FFF. Grayscale: #959595. Windows color (decimal): -4677632 or 41144. OLE color: 41144.
HSL color Cylindrical-coordinate representation of color #B8A000: hue angle of 52.17º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8A000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.28 |
| HSL | 52.17º | 1% | 0.36% | - |
| HSV(B) | 52.17º | 1% | 0.72% | - |
| XYZ | 32.34 | 35.33 | 5.12 | - |
| YUV | 148.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 0 | 0 | 0.13 | 1 | 0.28 | 52.17 | 1 | 0.36 |
| Hex | B8 | A0 | 0 | 0 | D | 64 | 1C | 34 | 64 | 24 |
| Octal | 270 | 240 | 0 | 0 | 15 | 144 | 34 | 64 | 144 | 44 |
| Binary | 10111000 | 10100000 | 0 | 0 | 1101 | 1100100 | 11100 | 110100 | 1100100 | 100100 |
Color Harmonies of #B8A000
Complementary color
Monochromatic Colors of #B8A000
Black with #B8A000
Text Example
Text Example
White with #B8A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A000; }
p { color: rgb(184,160,0); }
H1.HeaderClassName
{
color: #B8A000;
}
.AnyTagClassName
{
color: #B8A000;
}
</style>
background-color css
<style>
a { background-color: #B8A000; }
a { background-color: rgb(184,160,0); }
div.DivClassName
{
background-color: #B8A000;
}
.BgClassName
{
background-color: #B8A000;
}
</style>
border-color css
<style>
span { border-color: #B8A000; }
span { border-color: rgb(184,160,0); }
td.TdClassName
{
border-color: #B8A000;
}
.TagClassName
{
border-color: #B8A000;
}
</style>