Shades of Buddha Gold #BBA803
Tints of Buddha Gold #BBA803
RGB
CMYK
RGB Variations
Color information
#BBA803 (or 0xBBA803) is known color: Buddha Gold. HEX triplet: BB, A8 and 03. RGB value is (187,168,3). Sum of RGB (Red+Green+Blue) = 187+168+3=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA803 is #4457FC. Grayscale: #9B9B9B. Windows color (decimal): -4478973 or 239803. OLE color: 239803.
HSL color Cylindrical-coordinate representation of color #BBA803: hue angle of 53.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBA803 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.27 |
| HSL | 53.8º | 0.97% | 0.37% | - |
| HSV(B) | 53.8º | 0.98% | 0.73% | - |
| XYZ | 34.51 | 38.58 | 5.71 | - |
| YUV | 154.87 | 42.29 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 3 | 0 | 0.10 | 0.98 | 0.27 | 53.8 | 0.97 | 0.37 |
| Hex | BB | A8 | 3 | 0 | A | 62 | 1B | 36 | 61 | 25 |
| Octal | 273 | 250 | 3 | 0 | 12 | 142 | 33 | 66 | 141 | 45 |
| Binary | 10111011 | 10101000 | 11 | 0 | 1010 | 1100010 | 11011 | 110110 | 1100001 | 100101 |
Color Harmonies of #BBA803
Complementary color
Monochromatic Colors of #BBA803
Black with #BBA803
Text Example
Text Example
White with #BBA803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA803; }
p { color: rgb(187,168,3); }
H1.HeaderClassName
{
color: #BBA803;
}
.AnyTagClassName
{
color: #BBA803;
}
</style>
background-color css
<style>
a { background-color: #BBA803; }
a { background-color: rgb(187,168,3); }
div.DivClassName
{
background-color: #BBA803;
}
.BgClassName
{
background-color: #BBA803;
}
</style>
border-color css
<style>
span { border-color: #BBA803; }
span { border-color: rgb(187,168,3); }
td.TdClassName
{
border-color: #BBA803;
}
.TagClassName
{
border-color: #BBA803;
}
</style>