Shades of Buddha Gold #B9A008
Tints of Buddha Gold #B9A008
RGB
CMYK
RGB Variations
Color information
#B9A008 (or 0xB9A008) is known color: Buddha Gold. HEX triplet: B9, A0 and 08. RGB value is (185,160,8). Sum of RGB (Red+Green+Blue) = 185+160+8=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A008 is #465FF7. Grayscale: #969696. Windows color (decimal): -4612088 or 565433. OLE color: 565433.
HSL color Cylindrical-coordinate representation of color #B9A008: hue angle of 51.53º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9A008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.27 |
| HSL | 51.53º | 0.92% | 0.38% | - |
| HSV(B) | 51.53º | 0.96% | 0.73% | - |
| XYZ | 32.62 | 35.47 | 5.36 | - |
| YUV | 150.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 8 | 0 | 0.14 | 0.96 | 0.27 | 51.53 | 0.92 | 0.38 |
| Hex | B9 | A0 | 8 | 0 | E | 60 | 1B | 34 | 5C | 26 |
| Octal | 271 | 240 | 10 | 0 | 16 | 140 | 33 | 64 | 134 | 46 |
| Binary | 10111001 | 10100000 | 1000 | 0 | 1110 | 1100000 | 11011 | 110100 | 1011100 | 100110 |
Color Harmonies of #B9A008
Complementary color
Monochromatic Colors of #B9A008
Black with #B9A008
Text Example
Text Example
White with #B9A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A008; }
p { color: rgb(185,160,8); }
H1.HeaderClassName
{
color: #B9A008;
}
.AnyTagClassName
{
color: #B9A008;
}
</style>
background-color css
<style>
a { background-color: #B9A008; }
a { background-color: rgb(185,160,8); }
div.DivClassName
{
background-color: #B9A008;
}
.BgClassName
{
background-color: #B9A008;
}
</style>
border-color css
<style>
span { border-color: #B9A008; }
span { border-color: rgb(185,160,8); }
td.TdClassName
{
border-color: #B9A008;
}
.TagClassName
{
border-color: #B9A008;
}
</style>