Shades of Buddha Gold #B8A002
Tints of Buddha Gold #B8A002
RGB
CMYK
RGB Variations
Color information
#B8A002 (or 0xB8A002) is known color: Buddha Gold. HEX triplet: B8, A0 and 02. RGB value is (184,160,2). Sum of RGB (Red+Green+Blue) = 184+160+2=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A002 is #475FFD. Grayscale: #959595. Windows color (decimal): -4677630 or 172216. OLE color: 172216.
HSL color Cylindrical-coordinate representation of color #B8A002: hue angle of 52.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8A002 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.28 |
| HSL | 52.09º | 0.98% | 0.36% | - |
| HSV(B) | 52.09º | 0.99% | 0.72% | - |
| XYZ | 32.35 | 35.34 | 5.17 | - |
| YUV | 149.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 2 | 0 | 0.13 | 0.99 | 0.28 | 52.09 | 0.98 | 0.36 |
| Hex | B8 | A0 | 2 | 0 | D | 63 | 1C | 34 | 62 | 24 |
| Octal | 270 | 240 | 2 | 0 | 15 | 143 | 34 | 64 | 142 | 44 |
| Binary | 10111000 | 10100000 | 10 | 0 | 1101 | 1100011 | 11100 | 110100 | 1100010 | 100100 |
Color Harmonies of #B8A002
Complementary color
Monochromatic Colors of #B8A002
Black with #B8A002
Text Example
Text Example
White with #B8A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A002; }
p { color: rgb(184,160,2); }
H1.HeaderClassName
{
color: #B8A002;
}
.AnyTagClassName
{
color: #B8A002;
}
</style>
background-color css
<style>
a { background-color: #B8A002; }
a { background-color: rgb(184,160,2); }
div.DivClassName
{
background-color: #B8A002;
}
.BgClassName
{
background-color: #B8A002;
}
</style>
border-color css
<style>
span { border-color: #B8A002; }
span { border-color: rgb(184,160,2); }
td.TdClassName
{
border-color: #B8A002;
}
.TagClassName
{
border-color: #B8A002;
}
</style>