Shades of Buddha Gold #B8A008
Tints of Buddha Gold #B8A008
RGB
CMYK
RGB Variations
Color information
#B8A008 (or 0xB8A008) is known color: Buddha Gold. HEX triplet: B8, A0 and 08. RGB value is (184,160,8). Sum of RGB (Red+Green+Blue) = 184+160+8=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A008 is #475FF7. Grayscale: #969696. Windows color (decimal): -4677624 or 565432. OLE color: 565432.
HSL color Cylindrical-coordinate representation of color #B8A008: hue angle of 51.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8A008 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.28 |
| HSL | 51.82º | 0.92% | 0.38% | - |
| HSV(B) | 51.82º | 0.96% | 0.72% | - |
| XYZ | 32.38 | 35.35 | 5.35 | - |
| YUV | 149.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 8 | 0 | 0.13 | 0.96 | 0.28 | 51.82 | 0.92 | 0.38 |
| Hex | B8 | A0 | 8 | 0 | D | 60 | 1C | 34 | 5C | 26 |
| Octal | 270 | 240 | 10 | 0 | 15 | 140 | 34 | 64 | 134 | 46 |
| Binary | 10111000 | 10100000 | 1000 | 0 | 1101 | 1100000 | 11100 | 110100 | 1011100 | 100110 |
Color Harmonies of #B8A008
Complementary color
Monochromatic Colors of #B8A008
Black with #B8A008
Text Example
Text Example
White with #B8A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A008; }
p { color: rgb(184,160,8); }
H1.HeaderClassName
{
color: #B8A008;
}
.AnyTagClassName
{
color: #B8A008;
}
</style>
background-color css
<style>
a { background-color: #B8A008; }
a { background-color: rgb(184,160,8); }
div.DivClassName
{
background-color: #B8A008;
}
.BgClassName
{
background-color: #B8A008;
}
</style>
border-color css
<style>
span { border-color: #B8A008; }
span { border-color: rgb(184,160,8); }
td.TdClassName
{
border-color: #B8A008;
}
.TagClassName
{
border-color: #B8A008;
}
</style>