Shades of Buddha Gold #BBA114
Tints of Buddha Gold #BBA114
RGB
CMYK
RGB Variations
Color information
#BBA114 (or 0xBBA114) is known color: Buddha Gold. HEX triplet: BB, A1 and 14. RGB value is (187,161,20). Sum of RGB (Red+Green+Blue) = 187+161+20=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA114 is #445EEB. Grayscale: #999999. Windows color (decimal): -4480748 or 1352123. OLE color: 1352123.
HSL color Cylindrical-coordinate representation of color #BBA114: hue angle of 50.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA114 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 20 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.27 |
| HSL | 50.66º | 0.81% | 0.41% | - |
| HSV(B) | 50.66º | 0.89% | 0.73% | - |
| XYZ | 33.36 | 36.11 | 5.87 | - |
| YUV | 152.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 20 | 0 | 0.14 | 0.89 | 0.27 | 50.66 | 0.81 | 0.41 |
| Hex | BB | A1 | 14 | 0 | E | 59 | 1B | 33 | 51 | 29 |
| Octal | 273 | 241 | 24 | 0 | 16 | 131 | 33 | 63 | 121 | 51 |
| Binary | 10111011 | 10100001 | 10100 | 0 | 1110 | 1011001 | 11011 | 110011 | 1010001 | 101001 |
Color Harmonies of #BBA114
Complementary color
Monochromatic Colors of #BBA114
Black with #BBA114
Text Example
Text Example
White with #BBA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA114; }
p { color: rgb(187,161,20); }
H1.HeaderClassName
{
color: #BBA114;
}
.AnyTagClassName
{
color: #BBA114;
}
</style>
background-color css
<style>
a { background-color: #BBA114; }
a { background-color: rgb(187,161,20); }
div.DivClassName
{
background-color: #BBA114;
}
.BgClassName
{
background-color: #BBA114;
}
</style>
border-color css
<style>
span { border-color: #BBA114; }
span { border-color: rgb(187,161,20); }
td.TdClassName
{
border-color: #BBA114;
}
.TagClassName
{
border-color: #BBA114;
}
</style>