Shades of Buddha Gold #BBA116
Tints of Buddha Gold #BBA116
RGB
CMYK
RGB Variations
Color information
#BBA116 (or 0xBBA116) is known color: Buddha Gold. HEX triplet: BB, A1 and 16. RGB value is (187,161,22). Sum of RGB (Red+Green+Blue) = 187+161+22=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA116 is #445EE9. Grayscale: #999999. Windows color (decimal): -4480746 or 1483195. OLE color: 1483195.
HSL color Cylindrical-coordinate representation of color #BBA116: hue angle of 50.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBA116 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 22 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.27 |
| HSL | 50.55º | 0.79% | 0.41% | - |
| HSV(B) | 50.55º | 0.88% | 0.73% | - |
| XYZ | 33.38 | 36.11 | 5.97 | - |
| YUV | 152.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 22 | 0 | 0.14 | 0.88 | 0.27 | 50.55 | 0.79 | 0.41 |
| Hex | BB | A1 | 16 | 0 | E | 58 | 1B | 33 | 4F | 29 |
| Octal | 273 | 241 | 26 | 0 | 16 | 130 | 33 | 63 | 117 | 51 |
| Binary | 10111011 | 10100001 | 10110 | 0 | 1110 | 1011000 | 11011 | 110011 | 1001111 | 101001 |
Color Harmonies of #BBA116
Complementary color
Monochromatic Colors of #BBA116
Black with #BBA116
Text Example
Text Example
White with #BBA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA116; }
p { color: rgb(187,161,22); }
H1.HeaderClassName
{
color: #BBA116;
}
.AnyTagClassName
{
color: #BBA116;
}
</style>
background-color css
<style>
a { background-color: #BBA116; }
a { background-color: rgb(187,161,22); }
div.DivClassName
{
background-color: #BBA116;
}
.BgClassName
{
background-color: #BBA116;
}
</style>
border-color css
<style>
span { border-color: #BBA116; }
span { border-color: rgb(187,161,22); }
td.TdClassName
{
border-color: #BBA116;
}
.TagClassName
{
border-color: #BBA116;
}
</style>