Shades of Buddha Gold #BBA707
Tints of Buddha Gold #BBA707
RGB
CMYK
RGB Variations
Color information
#BBA707 (or 0xBBA707) is known color: Buddha Gold. HEX triplet: BB, A7 and 07. RGB value is (187,167,7). Sum of RGB (Red+Green+Blue) = 187+167+7=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA707 is #4458F8. Grayscale: #9B9B9B. Windows color (decimal): -4479225 or 501691. OLE color: 501691.
HSL color Cylindrical-coordinate representation of color #BBA707: hue angle of 53.33º degrees, saturation: 0.93, 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 #BBA707 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.27 |
| HSL | 53.33º | 0.93% | 0.38% | - |
| HSV(B) | 53.33º | 0.96% | 0.73% | - |
| XYZ | 34.35 | 38.22 | 5.77 | - |
| YUV | 154.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 7 | 0 | 0.11 | 0.96 | 0.27 | 53.33 | 0.93 | 0.38 |
| Hex | BB | A7 | 7 | 0 | B | 60 | 1B | 35 | 5D | 26 |
| Octal | 273 | 247 | 7 | 0 | 13 | 140 | 33 | 65 | 135 | 46 |
| Binary | 10111011 | 10100111 | 111 | 0 | 1011 | 1100000 | 11011 | 110101 | 1011101 | 100110 |
Color Harmonies of #BBA707
Complementary color
Monochromatic Colors of #BBA707
Black with #BBA707
Text Example
Text Example
White with #BBA707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA707; }
p { color: rgb(187,167,7); }
H1.HeaderClassName
{
color: #BBA707;
}
.AnyTagClassName
{
color: #BBA707;
}
</style>
background-color css
<style>
a { background-color: #BBA707; }
a { background-color: rgb(187,167,7); }
div.DivClassName
{
background-color: #BBA707;
}
.BgClassName
{
background-color: #BBA707;
}
</style>
border-color css
<style>
span { border-color: #BBA707; }
span { border-color: rgb(187,167,7); }
td.TdClassName
{
border-color: #BBA707;
}
.TagClassName
{
border-color: #BBA707;
}
</style>