Shades of Buddha Gold #B8A600
Tints of Buddha Gold #B8A600
RGB
CMYK
RGB Variations
Color information
#B8A600 (or 0xB8A600) is known color: Buddha Gold. HEX triplet: B8, A6 and 00. RGB value is (184,166,0). Sum of RGB (Red+Green+Blue) = 184+166+0=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A600 is #4759FF. Grayscale: #999999. Windows color (decimal): -4676096 or 42680. OLE color: 42680.
HSL color Cylindrical-coordinate representation of color #B8A600: hue angle of 54.13º 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 #B8A600 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.28 |
| HSL | 54.13º | 1% | 0.36% | - |
| HSV(B) | 54.13º | 1% | 0.72% | - |
| XYZ | 33.4 | 37.46 | 5.47 | - |
| YUV | 152.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 0 | 0 | 0.10 | 1 | 0.28 | 54.13 | 1 | 0.36 |
| Hex | B8 | A6 | 0 | 0 | A | 64 | 1C | 36 | 64 | 24 |
| Octal | 270 | 246 | 0 | 0 | 12 | 144 | 34 | 66 | 144 | 44 |
| Binary | 10111000 | 10100110 | 0 | 0 | 1010 | 1100100 | 11100 | 110110 | 1100100 | 100100 |
Color Harmonies of #B8A600
Complementary color
Monochromatic Colors of #B8A600
Black with #B8A600
Text Example
Text Example
White with #B8A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A600; }
p { color: rgb(184,166,0); }
H1.HeaderClassName
{
color: #B8A600;
}
.AnyTagClassName
{
color: #B8A600;
}
</style>
background-color css
<style>
a { background-color: #B8A600; }
a { background-color: rgb(184,166,0); }
div.DivClassName
{
background-color: #B8A600;
}
.BgClassName
{
background-color: #B8A600;
}
</style>
border-color css
<style>
span { border-color: #B8A600; }
span { border-color: rgb(184,166,0); }
td.TdClassName
{
border-color: #B8A600;
}
.TagClassName
{
border-color: #B8A600;
}
</style>