Shades of Buddha Gold #BBA706
Tints of Buddha Gold #BBA706
RGB
CMYK
RGB Variations
Color information
#BBA706 (or 0xBBA706) is known color: Buddha Gold. HEX triplet: BB, A7 and 06. RGB value is (187,167,6). Sum of RGB (Red+Green+Blue) = 187+167+6=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA706 is #4458F9. Grayscale: #9B9B9B. Windows color (decimal): -4479226 or 436155. OLE color: 436155.
HSL color Cylindrical-coordinate representation of color #BBA706: hue angle of 53.37º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBA706 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.27 |
| HSL | 53.37º | 0.94% | 0.38% | - |
| HSV(B) | 53.37º | 0.97% | 0.73% | - |
| XYZ | 34.35 | 38.22 | 5.74 | - |
| YUV | 154.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 6 | 0 | 0.11 | 0.97 | 0.27 | 53.37 | 0.94 | 0.38 |
| Hex | BB | A7 | 6 | 0 | B | 61 | 1B | 35 | 5E | 26 |
| Octal | 273 | 247 | 6 | 0 | 13 | 141 | 33 | 65 | 136 | 46 |
| Binary | 10111011 | 10100111 | 110 | 0 | 1011 | 1100001 | 11011 | 110101 | 1011110 | 100110 |
Color Harmonies of #BBA706
Complementary color
Monochromatic Colors of #BBA706
Black with #BBA706
Text Example
Text Example
White with #BBA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA706; }
p { color: rgb(187,167,6); }
H1.HeaderClassName
{
color: #BBA706;
}
.AnyTagClassName
{
color: #BBA706;
}
</style>
background-color css
<style>
a { background-color: #BBA706; }
a { background-color: rgb(187,167,6); }
div.DivClassName
{
background-color: #BBA706;
}
.BgClassName
{
background-color: #BBA706;
}
</style>
border-color css
<style>
span { border-color: #BBA706; }
span { border-color: rgb(187,167,6); }
td.TdClassName
{
border-color: #BBA706;
}
.TagClassName
{
border-color: #BBA706;
}
</style>